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
When I ran the tool on jolden-bh, it threw the following exception:
!MESSAGE An internal error occurred during: "Computing the effect of: Change return type of nextElement to @Nullable Object".
!STACK 0
java.lang.NullPointerException
at checker.framework.quickfixes.variabledeclarationfixer.VariableDeclarationFixer.getProposal(VariableDeclarationFixer.java:74)
at checker.framework.quickfixes.FixerDescriptorApplier.apply(FixerDescriptorApplier.java:28)
at checker.framework.change.propagator.ShadowProject.updateToPrimaryProjectWithChanges(ShadowProject.java:89)
at checker.framework.errorcentric.view.views.ChangeComputationJob.run(ChangeComputationJob.java:44)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
checker.framework.quickfixes.FixerDescriptorApplier.apply().proposal = Change type of Lbh/Body$4373$Enumerate;.current)Lbh/Body; to @Initialized @Nullable Body
The text was updated successfully, but these errors were encountered:
A workaround is to change jolden-bh not to declare innerclasses inside methods. After all, declaring inner classes inside methods is a rare practice. I changed jodlen-bh and ensured that the workaround works.
When I ran the tool on jolden-bh, it threw the following exception:
checker.framework.quickfixes.FixerDescriptorApplier.apply().proposal = Change type of Lbh/Body$4373$Enumerate;.current)Lbh/Body; to @Initialized @Nullable Body
The text was updated successfully, but these errors were encountered: