summaryrefslogtreecommitdiff
path: root/tools/findbugs/doc/pluginStructure.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/findbugs/doc/pluginStructure.txt')
-rw-r--r--tools/findbugs/doc/pluginStructure.txt28
1 files changed, 0 insertions, 28 deletions
diff --git a/tools/findbugs/doc/pluginStructure.txt b/tools/findbugs/doc/pluginStructure.txt
deleted file mode 100644
index f61e983..0000000
--- a/tools/findbugs/doc/pluginStructure.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-
-We have a list of plugins.
-
-In any particular context, some plugins are enabled.
-
-DetectorFactoryCollection:
- Core plugin
- Collection of plugins
- Collection of DetectorFactories
- Adjustment ranker
-
-I18N
- ResourceBundles
- bugPatternMap
- bugCodeMap
- categoryDescriptionMap
-
-Plugin
- collection of DetectorFactory
- bug patterns, codes, etc.
- component plugins
- bug ranker
- enabled
- plugin loader
-
-CloudFactory
- registeredClouds
-