File tree Expand file tree Collapse file tree
src/main/java/org/apache/bcel/verifier/statics Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1284,7 +1284,7 @@ private void constantPoolEntriesSatisfyStaticConstraints() {
12841284 * methods. This verification pass is usually invoked when a class is resolved; and it may be possible that this
12851285 * verification pass has to load in other classes such as superclasses or implemented interfaces. Therefore, Pass 1 is
12861286 * run on them.<BR>
1287- * Note that most referenced classes are <B>not</B> loaded in for verification or for an existance check by this pass;
1287+ * Note that most referenced classes are <B>not</B> loaded in for verification or for an existence check by this pass;
12881288 * only the syntactical correctness of their names and descriptors (a.k.a. signatures) is checked.<BR>
12891289 * Very few checks that conceptually belong here are delayed until pass 3a in JustIce. JustIce does not only check for
12901290 * syntactical correctness but also for semantical sanity - therefore it needs access to the "Code" array of methods in
You can’t perform that action at this time.
0 commit comments