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
Currently error messages are reported in the order they appear in byte code.
Unfortunaetly with synthetic methods like used for closures or access$X stuff,
the methods may come later in byte code, so those synthetics are listed after
other failures, although line number is lower.
The fix would be to buffer the error messages and sort them by line number
before output. This would also allow to make them accessible in a more
structured way from code.
Original issue reported on code.google.com by uwe.h.schindler on 27 Sep 2013 at 9:24
The text was updated successfully, but these errors were encountered:
…eclaring method while outputting forbidden violations: Introduce groupId for each code block, map groupId of lambdas back to their declaring method (where the corresponding INDY was seen)
Original issue reported on code.google.com by
uwe.h.schindler
on 27 Sep 2013 at 9:24The text was updated successfully, but these errors were encountered: