Skip to content
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

Do not provide a fixer in the UI when there are multiple fixes for a bug pattern #26

Open
samira-t opened this issue Feb 14, 2011 · 0 comments

Comments

@samira-t
Copy link
Collaborator

In the case that there are multiple solutions for a bug pattern, we don't fix that bug.
But in the UI of FindBugs, the fix option for that bug is activated. In fact, it activates the fix menu for all bugs that have fixer information in the XML file.
Since we have provided the information of LCK02J fixer in the XML file, it always assumes that there is a fix action for that bug.
One solution could be to separate the type of LCK02J bug patterns that have a fixer and those that don't have and then in the XML file, just provide the fixer information of those bugs that have fixer.
Any other suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant