SymbolicPathFinder / jpf-symbc

Symbolic PathFinder
https://github.com/SymbolicPathFinder/jpf-symbc
124 stars 89 forks source link

throw NoSuchMethodException when INVOKESTATIC can't find callee #84

Open zhangwen0411 opened 1 year ago

zhangwen0411 commented 1 year ago

This change should get rid of this confusing error message:

java.lang.ClassNotFoundException: class not found: java.lang.NoSuchMethodException!!

as seen here and here.

sohah commented 2 months ago

@yannicnoller , I do not think this is a useful change. The message itself had not changed, so I am not sure what difference this PR would introduce. I suggest we close this PR.

yannicnoller commented 2 months ago

@sohah same as for the other, I think this might be a legit fix of a typo; "!!" was removed in the PR

sohah commented 1 month ago

@yannicnoller , same as the other one, It's a valid typeo fix, I meant, that the PR is not fixing any unsound behavior. But, of course, let's accept this change then.