File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1- T_Feasibility1.java:6 : verify: There is no feasible path to program point at program exit in method T_Feasibility1.m(int)
2- public int m(int i) {
3- ^
1+ T_Feasibility1.java:9 : verify: There is no feasible path to program point at program exit in method T_Feasibility1.m(int)
2+ }
3+ ^
441 verification failure
Original file line number Diff line number Diff line change 1+ T_Nullness1.java:15: verify: The prover cannot establish an assertion (NullFormal: T_Nullness1.java:4:) in method test: s in has(String,char)
2+ b = has(make(2), 'a');
3+ ^
4+ T_Nullness1.java:4: verify: Associated declaration: T_Nullness1.java:15:
5+ public static boolean has(String s, char c) {
6+ ^
7+ T_Nullness1.java:14: verify: The prover cannot establish an assertion (NullFormal: T_Nullness1.java:4:) in method test: s in has(String,char)
8+ boolean b = has(ss,'a');
9+ ^
10+ T_Nullness1.java:4: verify: Associated declaration: T_Nullness1.java:14:
11+ public static boolean has(String s, char c) {
12+ ^
13+ 4 verification failures
You can’t perform that action at this time.
0 commit comments