File tree Expand file tree Collapse file tree
checker-qual/src/main/java/org/checkerframework/dataflow/qual Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 *
1313 * <p>Only the visible side effects are important. The method is allowed to cache the answer to a
1414 * computationally expensive query, for instance. It is also allowed to modify newly-created
15- * objects. A constructor is side-effect-free if it does not modify any objects, that existed before
16- * it was called, in ways that are externally visible.
15+ * objects. A constructor is side-effect-free if it does not modify any objects that existed before
16+ * it was called in ways that are externally visible.
1717 *
1818 * <p>This annotation is important to pluggable type-checking because if some fact about an object
1919 * is known before a call to such a method, then the fact is still known afterwards, even if the
You can’t perform that action at this time.
0 commit comments