score:1
short version: since this question received no answers in about a year, it is safe to assume, that the answer is: no, the eclipse find bugs plugin 2.0.3 (or earlier) is not capable of the workspace-level configuration of the mentioned options.
possible workarounds:
upgrade to 3.x.x or higher versions of the plugin. (i already mentioned that in the question above.)
if upgrading is not an option, you have to bulk update your .project files. now i'm pretty sure there's an xml tool or a nice scripting language, that is designed for this kind of problem (bulk update of xml content). but since i already had to solve this exact problem with a simple java program, i might as well recommend just that.
Source: stackoverflow.com
Related Query
- FindBugs Eclipse plugin: is there a way to set "Run automatically," and "(also on full build)" options on workspace level?
- Is there a way to run the ObjectAid Sequence Diagram Eclipse plugin despite the site being closed?
- Is there a plugin used with C/C++ Eclipse IDE to make code suggestions and auto-complete automatically available?
- Is there any way to set eclipse up for both Python and Ruby?
- Is there a way to automatically generate getters and setters in Eclipse?
- Is there way to expand all folders in Eclipse project view and search results?
- Is there a way to upgrade eclipse and keep all the installed plugins?
- Is there a way to make Eclipse run a JUnit test multiple times until failure?
- Is there a way to force Eclipse to automatically restart remote debugging (in listen mode)?
- Is there a way to have Eclipse automatically make all my variables final?
- Is there a way to delete meta-data on Eclipse run configurations?
- Best way to automatically check out and compile Eclipse projects with Ant in Hudson or another CI tool?
- Is there a way to force Eclipse to automatically clean every run?
- How to run plugin code in Eclipse automatically on startup?
- Is there any Eclipse plugin which autobackup a project every so and so minutes to an email a/c?
- Is there an Eclipse plugin that can replace the use of external tools such as Putty and WinScp
- Is there a reason to have both Eclipse IDE for Java and also Eclipse IDE for Java EE?
- In eclipse is there a way to run more than one Java app in different console windows?
- Is there a way to include regular maven dependencies in an eclipse plugin
- Is there a way to make content assist in Eclipse (JDT) show up automatically after I type "new"?
- Set up eclipse for Ext js and spket IDE plugin
- Is there a way (e.g. an Eclipse plugin) to automatically generate a DTO from an Entity (JPA)?
- Set up Eclipse workspace automatically (import projects, target platform and preferences)
- Is there a problem-free way to run Scala 2.7.7 unit tests in Eclipse integrated nicely?
- Is there a way to set "waypoints" in an Eclipse file? Meaning
- Is there any way to run eclipse plug-in applications without fully start the eclipse platform
- Convenient way to run eclipse plugin
- Is there a way in eclipse to select a region and shift the indentation level of all ines in that region
- GWT 2.0 Eclipse plugin - how to automatically launch browser on run / debug?
- Is there a way in Eclipse CDT to automatically switch from . to ->
More Query from same tag
- Change SVN User in Eclipse Kepler
- Exception in thread "Thread-2" java.lang.NoClassDefFoundError: org/eclipse/jetty/server/Handler
- How to make Eclipse with PDT work with registered Joomla namespace aliases?
- Eclipse Web Development Plugin to Sync with Remote Server
- C/C++ editors different indents using tab key compare to tab chars already embedded
- IDE can't find declaration of element in xsl file
- Failure to add .dex while exporting signed apk
- Eclipse ADT version 21 plugin , fail to compile working workspace "no targets availableā when everything correctly setup
- Continuing issue with location simulator - non responsive to location change input
- one-to-many double mapping in hibernate
- How to load com.android.music code into Eclipse and compile?
- Giving the war from local system rather than from Maven repo
- In Eclipse, can I make the layout scrollable if my minimum SDK is 10?
- How to get autocomplete (GoCode) to work with all my imports?
- increase and decrease gui not increasing not sure were im going wrong
- Eclipse don't deploy maven dependencies
- Eclipse not recognizing Java 8 libaries
- Reading a text file to a doubly linked list and outputting it - C++
- PyDev adding random imports
- Persistence.xml where to put in eclipse project
- Android Cordova App crashes with ClassNotFoundException?
- Failed to get the adb version... No such file or directory
- Eclipse -> Android Studio migration: how to include v4 support library (also including the ant build script)
- Android Wear Emulator show Error SERVICE_VERSION_UPDATE_REQUIRED for Google Play services
- How to remember the choice of the run type in Eclipse?
- Own PreferencePage: Enable and disable FieldEditor by BooleanFieldEditor
- I'm using Jena to launch a SPARQL query. The query works in DBpedia SPARQL endpoint! I verified the query at query validator and got the same error
- java hibernate eclipse xml
- Type Could Not Be Resolved Error
- run a java application and a web application in a single maven build within a reactor project