-
Notifications
You must be signed in to change notification settings - Fork 54
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
Properties for Checkstyle Problem doesn't show the Correct Group #476
Comments
eclipse-cs/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/builder/Auditor.java Lines 317 to 323 in dd602eb
I find it interesting we look for the metadata and if it doesn't exist, we create fake metadata and put it under "Other". It seems odd we create a fake metadata and don't even pass it to I haven't debugged to confirm, but it does look like this area is the issue. |
That sounds very similar to what I experienced here: #397 (comment), when I wrote that the metadata somehow changed over the runtime of the application. |
duplicate of #397 |
Identified when working on #451 ,
I added
ImportControl
to the project and new violations show up. When I go to the properties dialog for the new Checkstyle Problem, I am told "Group" is "Other" for the check.However, Eclipse-CS' own configuration panel says it should be under "Imports". The only thing under "Other" is "Checker" and "TreeWalker".
I expected that we show the same group name on the properties dialog as our configuration dialog.
The text was updated successfully, but these errors were encountered: