We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da4f0e commit 1030531Copy full SHA for 1030531
lisa/src/main/java/it/unive/lisa/analysis/BaseLattice.java
@@ -38,7 +38,7 @@ public final L lub(L other) throws SemanticException {
38
*
39
* @param other the other lattice element
40
41
- * @return the least upper bound
+ * @return the widening between this and other
42
43
* @throws SemanticException if an error occurs during the computation
44
*/
lisa/src/main/java/it/unive/lisa/analysis/Lattice.java
@@ -29,7 +29,7 @@ public interface Lattice<L extends Lattice<L>> {
29
30
31
32
33
34
35
0 commit comments