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

Support Spotbugs Eclipse Preferences in userPrefs #728

Closed
dlwildschut opened this issue Aug 9, 2018 · 2 comments
Closed

Support Spotbugs Eclipse Preferences in userPrefs #728

dlwildschut opened this issue Aug 9, 2018 · 2 comments

Comments

@dlwildschut
Copy link
Contributor

The -userPrefs option for Spotbugs doesn't parse the .epf Preferences produced by the SpotBugs Eclipse Plugin.
The SpotBugs plugin preferences contain the prefix /instance/com.github.spotbugs.plugin.eclipse/, which is not removed in the edu.umd.cs.findbugs.config.UserPreferences.read(@WillClose InputStream in) method.
Please remove the prefix, which is already being done with /instance/edu.umd.cs.findbugs.plugin.eclipse/ from the Preferences produced by the old FindBugs Eclipse plugin.

@iloveeclipse
Copy link
Member

Do you want to contribute a patch?

@dlwildschut
Copy link
Contributor Author

I created a pull request #729, could you please review my changes?

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

No branches or pull requests

2 participants