Release 1.3.3 - FindBugs team
- new feature: export basic FindBugs numbers for projects via File->Export->Java->BugCounts (Andrei Loskutov)
- new feature: jobs for different projects will be run in parallel per default if running on a
  multi-core PC ("fb.allowParallelBuild" system property not used anymore) (Andrei Loskutov)
- fixed performance slowdown in the multi-threaded build, caused by workspace operation locks during
 assigning marker attributes (Andrei Loskutov)

Release 1.3.2 - FindBugs team
- new feature: added Bug explorer view (replacing Bug tree view), based on Common Navigator framework (Andrei Loskutov)
- bug 1873860 fixed: empty projects are no longer shown in Bug tree view  (Andrei Loskutov)
- new feature: bug counts decorators for projects, folders and files (has to be activated
  via Preferences -> general -> appearance -> label decorations)(Andrei Loskutov)
- patch 1746499: better icons (Alessandro Nistico)
- patch 1893685: Find bug actions on change sets bug (Alessandro Nistico)
- fixed bug 1855384: Bug configuration is broken in Eclipse (Andrei Loskutov)
- refactored FindBugs properties page (Andrei Loskutov)
- refactored FindBugs worker/builder/run action (Andrei Loskutov)
- partial fix for bug 1186991: FB detects now only bugs from classes on project's classpath (no double work on
  duplicated class files) (Andrei Loskutov)
- fixed bug introduced by the bad patch for 1867951: FB cannot be executed incrementally
  on a folder of file (Andrei Loskutov)
- fixed job rule: now jobs for different projects may run in parallel if running on a
  multi-core PC and "fb.allowParallelBuild" system property is set to true (Andrei Loskutov)
- fixed FB auto-build not started if .fbprefs or .classpath was changed (Andrei Loskutov)
- fixed not reporting bugs on secondary types (classes defined in java files with
  different name) (Andrei Loskutov)


Release 1.3.1 - FindBugs team
- fixed bug 1828973: OutOfMemoryError in Eclipse, caused by ThreadLocals usage in FindBugs2 engine (Andrei Loskutov)

Release 1.3.0 - FindBugs team
- User may configure filters based on "baseline" bug instances in an xml file
- Merged "extended" preferences pane with the main preferences pane
- Include/Exclude filter-file selector now sanity-checks selection

Release 1.2.2 - major code cleanup and refactoring by Andrei Loskutov
- fixed non-Eclipse-like behavoir of view selection/activation/opening (work in progress)
- bud tree view monitors resource changes now
- refactoring of all FindBugs views
- created new icons for findbugs action and views
- created new FindBugs perspective
- fixed popup contribution for the problems view (was never functional)
- no system.out.println callls without if(DEBUG) flag
- no printStackTrace() callls without if(DEBUG) flag
- other code cleanup

Release 0.1.0 - some enhancements by Peter Friese
Notes:
- The resource navigator will now display the FindBugs context menu and the
  FindBugs properties page. However, both will only be active on Java projects.
- FindBugs problem markers will be displayed as a little bug icon in the icon
  bar of the editor. Please note that it is NOT possible to use custom icons in
  the task list - Find Bugs problem markers will be displayed with WARNING severity.
  TODO: make this configurable on the property page (and maybe also on a a preference
  page)

Release 0.0.7 - some enhancements by Andrei Loskutov
Notes:
- Added bug codes column and sorting on bug codes column in properties page
- Reporter reports now what going on while finding bugs
- fixed progress monitor stats
- progress monitor "cancel" button working now
- Added selectable bug detectors list on props page
- Added sorting to this list
- Added automatically save/load of selected bug detectors in project properties
- Fixed missing line information for inner classes (should be solved in core later)
- Fixed missing classpath configuration before running findbugs

Release 0.0.3 on 02-10-2003.

Version: 01-10-2003
Notes:
- Added a progress monitor for the context menu action.

Version: 29-09-2003
Notes:
- Added the menu icon to the jar.

Release 0.0.2 on 29-09-2003.

Version: 26-09-2003
Notes:
- Added a context menu entry named "Find Bugs" to the context menu of the
  project. Upon activation, the whole project will be scanned.

Version: 24-09-2003
Notes:
- Project will be fully scanned when the plug-in is activated.
- Our markers will be removed if the plug-in is disabled.
- The problem marker has a more friendly name ("FindBugs Problem") and is no
  longer a subordinate of the Java problem marker.

Version: 26-08-2003
Notes:
 - As of today, the core findbugs files are located in the plug-in "edu.umd.cs.findbugs",
   from where they are referenced by our plug-in de.tobject.findbugs.

Version: 25-08-2003
Notes:
 - The markers will now also show up in the overview ruler.
 - Currently, it is not possible to put the core findbugs files into a separate
   plug-in. Reason: in FindBugsBuilder.getPlugInLocation, we get the plug-in
   location. This currently works only for the plug-in we're living in.
 - Tracing support implemented according to Eclipse guidelines. Tracing of the
   plug-in can now be turned on and off on the "Run as..." dialog.
