You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[WIP] Fixes towards integrating with Checker framework
Better treatment of params in nullification policy: if a param
is specified as non-null, that only applies to the outermost level.
Also, let's try a different approach to getting the descriptors from
the java methods/fields. Instead of trying to re-generate the descriptor
from the type, let's try to grab it from the class file (not done yet).
0 commit comments