-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right-clicking on evolution hooks makes empty squares #39
Comments
The evolution hook for methods was re-implemented in Is that the reason of the failure? |
Yes, I believe that is the reason for failure. I was sidetracked by other tasks while working on the tests so I couldn't set up tests for evolution methods (Issue #17). I will do this shortly. Thank you for reporting the issue. |
Right-click on
From the exception message it seems that the filePath was passed as element name, and the element name was passed as the filePath, when calling the CodeElementLocator API !!! |
Description
https://github.com/checkstyle/checkstyle/blob/8b9c27d9178228436813c99fbfb1af944e53a048/src/main/java/com/puppycrawl/tools/checkstyle/Checker.java#L330
Select method
processFile
at line 330 and track.Right-click on the evolution hook
77acd41
multiple times.Environment (if bug)
The text was updated successfully, but these errors were encountered: