| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Test ReportTest Results
Code Coverage (Java 25)
Changed Class Coverage (7 classes)
|
Sorry, something went wrong.
| public void compute() { | ||
| currentContext.setPhase(TraverserContext.Phase.ENTER); | ||
| currentContext.setVar(List.class, myZippers); | ||
| currentContext.setVar(NodeAdapter.class, nodeAdapter); |
There was a problem hiding this comment.
Another interesting bugfix surfaced by JSpecify
Sorry, something went wrong.
|
Note this is only failing the coverage test for now |
Sorry, something went wrong.
| return objectTypeDefinition.build(); | ||
| } | ||
|
|
||
| @SuppressWarnings("NullAway") |
There was a problem hiding this comment.
Should remove these NullAway suppress warnings
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Over 120 new JSpecify annotated classes in this PR.
This is ready for review.
A short note - code coverage checks were introduced alongside JSpecify work. This work does reduce coverage but I am planning to reset the baseline when this PR gets merged in
There are only ~10 classes left to annotate after this PR.