FindBugs Eclipse plugin: is there a way to set "Run automatically," and "(also on full build)" options on workspace level? -
i have eclipse (kepler) workspace several (mostly java) projects. installed findbugs (2.0.3) plugin, , noticed "run automatically," , "(also on full build)" options configurable on project level - , not on workspace level.
is there convenient way enable/disable these options on workspace level (other search/replace approach on .project files)?
update: seems feature considered added upcoming 3.0.1 version:
https://sourceforge.net/p/findbugs/feature-requests/287/
this may mean there's no way in 2.0.3 plugin, means solution problem write search&replace script :-(
short version: since question received no answers in year, safe assume, answer is: no, eclipse find bugs plugin 2.0.3 (or earlier) not capable of workspace-level configuration of mentioned options.
possible workarounds:
upgrade 3.x.x or higher versions of plugin. (i mentioned in question above.)
if upgrading not option, have bulk update .project files. i'm pretty sure there's xml tool or nice scripting language, designed kind of problem (bulk update of xml content). since had solve exact problem with simple java program, might recommend that.
Comments
Post a Comment