1 | #FindBugs User Preferences |
---|
2 | #Fri Aug 19 00:50:13 CEST 2016 |
---|
3 | cloud_id=edu.umd.cs.findbugs.cloud.doNothingCloud |
---|
4 | detectorAppendingToAnObjectOutputStream=AppendingToAnObjectOutputStream|true |
---|
5 | detectorAtomicityProblem=AtomicityProblem|true |
---|
6 | detectorBadAppletConstructor=BadAppletConstructor|false |
---|
7 | detectorBadHexadecimalConversionDetector=BadHexadecimalConversionDetector|true |
---|
8 | detectorBadResultSetAccess=BadResultSetAccess|true |
---|
9 | detectorBadSyntaxForRegularExpression=BadSyntaxForRegularExpression|true |
---|
10 | detectorBadUseOfReturnValue=BadUseOfReturnValue|true |
---|
11 | detectorBadlyOverriddenAdapter=BadlyOverriddenAdapter|true |
---|
12 | detectorBooleanReturnNull=BooleanReturnNull|true |
---|
13 | detectorBroadcastDetector=BroadcastDetector|true |
---|
14 | detectorCallToUnsupportedMethod=CallToUnsupportedMethod|true |
---|
15 | detectorCheckExpectedWarnings=CheckExpectedWarnings|false |
---|
16 | detectorCheckImmutableAnnotation=CheckImmutableAnnotation|true |
---|
17 | detectorCheckRelaxingNullnessAnnotation=CheckRelaxingNullnessAnnotation|true |
---|
18 | detectorCheckTypeQualifiers=CheckTypeQualifiers|true |
---|
19 | detectorCipherWithNoIntegrityDetector=CipherWithNoIntegrityDetector|true |
---|
20 | detectorCloneIdiom=CloneIdiom|true |
---|
21 | detectorCommandInjectionDetector=CommandInjectionDetector|true |
---|
22 | detectorComparatorIdiom=ComparatorIdiom|true |
---|
23 | detectorConfusedInheritance=ConfusedInheritance|true |
---|
24 | detectorConfusionBetweenInheritedAndOuterMethod=ConfusionBetweenInheritedAndOuterMethod|true |
---|
25 | detectorConstantPasswordDetector=ConstantPasswordDetector|true |
---|
26 | detectorCookieFlagsDetector=CookieFlagsDetector|true |
---|
27 | detectorCookieReadDetector=CookieReadDetector|true |
---|
28 | detectorCovariantArrayAssignment=CovariantArrayAssignment|true |
---|
29 | detectorCrlfLogInjectionDetector=CrlfLogInjectionDetector|true |
---|
30 | detectorCrossSiteScripting=CrossSiteScripting|true |
---|
31 | detectorCustomInjectionDetector=CustomInjectionDetector|true |
---|
32 | detectorCustomMessageDigestDetector=CustomMessageDigestDetector|true |
---|
33 | detectorDefaultEncodingDetector=DefaultEncodingDetector|true |
---|
34 | detectorDesUsageDetector=DesUsageDetector|true |
---|
35 | detectorDeserializationGadgetDetector=DeserializationGadgetDetector|true |
---|
36 | detectorDoInsideDoPrivileged=DoInsideDoPrivileged|true |
---|
37 | detectorDontCatchIllegalMonitorStateException=DontCatchIllegalMonitorStateException|true |
---|
38 | detectorDontIgnoreResultOfPutIfAbsent=DontIgnoreResultOfPutIfAbsent|true |
---|
39 | detectorDontUseEnum=DontUseEnum|true |
---|
40 | detectorDroppedException=DroppedException|true |
---|
41 | detectorDumbMethodInvocations=DumbMethodInvocations|true |
---|
42 | detectorDumbMethods=DumbMethods|true |
---|
43 | detectorDuplicateBranches=DuplicateBranches|true |
---|
44 | detectorEmptyZipFileEntry=EmptyZipFileEntry|true |
---|
45 | detectorEqualsOperandShouldHaveClassCompatibleWithThis=EqualsOperandShouldHaveClassCompatibleWithThis|true |
---|
46 | detectorEsapiEncryptorDetector=EsapiEncryptorDetector|true |
---|
47 | detectorExplicitSerialization=ExplicitSerialization|true |
---|
48 | detectorExternalConfigurationControlDetector=ExternalConfigurationControlDetector|true |
---|
49 | detectorExternalFileAccessDetector=ExternalFileAccessDetector|true |
---|
50 | detectorFileUploadFilenameDetector=FileUploadFilenameDetector|true |
---|
51 | detectorFinalizerNullsFields=FinalizerNullsFields|true |
---|
52 | detectorFindBadCast2=FindBadCast2|true |
---|
53 | detectorFindBadForLoop=FindBadForLoop|true |
---|
54 | detectorFindCircularDependencies=FindCircularDependencies|false |
---|
55 | detectorFindComparatorProblems=FindComparatorProblems|true |
---|
56 | detectorFindDeadLocalStores=FindDeadLocalStores|true |
---|
57 | detectorFindDoubleCheck=FindDoubleCheck|true |
---|
58 | detectorFindEmptySynchronizedBlock=FindEmptySynchronizedBlock|true |
---|
59 | detectorFindFieldSelfAssignment=FindFieldSelfAssignment|true |
---|
60 | detectorFindFinalizeInvocations=FindFinalizeInvocations|true |
---|
61 | detectorFindFloatEquality=FindFloatEquality|true |
---|
62 | detectorFindHEmismatch=FindHEmismatch|true |
---|
63 | detectorFindInconsistentSync2=FindInconsistentSync2|true |
---|
64 | detectorFindJSR166LockMonitorenter=FindJSR166LockMonitorenter|true |
---|
65 | detectorFindLocalSelfAssignment2=FindLocalSelfAssignment2|true |
---|
66 | detectorFindMaskedFields=FindMaskedFields|true |
---|
67 | detectorFindMismatchedWaitOrNotify=FindMismatchedWaitOrNotify|true |
---|
68 | detectorFindNakedNotify=FindNakedNotify|true |
---|
69 | detectorFindNonShortCircuit=FindNonShortCircuit|true |
---|
70 | detectorFindNullDeref=FindNullDeref|true |
---|
71 | detectorFindNullDerefsInvolvingNonShortCircuitEvaluation=FindNullDerefsInvolvingNonShortCircuitEvaluation|true |
---|
72 | detectorFindOpenStream=FindOpenStream|true |
---|
73 | detectorFindPuzzlers=FindPuzzlers|true |
---|
74 | detectorFindRefComparison=FindRefComparison|true |
---|
75 | detectorFindReturnRef=FindReturnRef|true |
---|
76 | detectorFindRoughConstants=FindRoughConstants|true |
---|
77 | detectorFindRunInvocations=FindRunInvocations|true |
---|
78 | detectorFindSelfComparison=FindSelfComparison|true |
---|
79 | detectorFindSelfComparison2=FindSelfComparison2|true |
---|
80 | detectorFindSleepWithLockHeld=FindSleepWithLockHeld|true |
---|
81 | detectorFindSpinLoop=FindSpinLoop|true |
---|
82 | detectorFindSqlInjection=FindSqlInjection|true |
---|
83 | detectorFindTwoLockWait=FindTwoLockWait|true |
---|
84 | detectorFindUncalledPrivateMethods=FindUncalledPrivateMethods|true |
---|
85 | detectorFindUnconditionalWait=FindUnconditionalWait|true |
---|
86 | detectorFindUninitializedGet=FindUninitializedGet|true |
---|
87 | detectorFindUnrelatedTypesInGenericContainer=FindUnrelatedTypesInGenericContainer|true |
---|
88 | detectorFindUnreleasedLock=FindUnreleasedLock|true |
---|
89 | detectorFindUnsatisfiedObligation=FindUnsatisfiedObligation|true |
---|
90 | detectorFindUnsyncGet=FindUnsyncGet|true |
---|
91 | detectorFindUseOfNonSerializableValue=FindUseOfNonSerializableValue|true |
---|
92 | detectorFindUselessControlFlow=FindUselessControlFlow|true |
---|
93 | detectorFindUselessObjects=FindUselessObjects|true |
---|
94 | detectorFormatStringChecker=FormatStringChecker|true |
---|
95 | detectorGeolocationDetector=GeolocationDetector|true |
---|
96 | detectorGoogleApiKeyDetector=GoogleApiKeyDetector|true |
---|
97 | detectorHazelcastSymmetricEncryptionDetector=HazelcastSymmetricEncryptionDetector|true |
---|
98 | detectorHttpResponseSplittingDetector=HttpResponseSplittingDetector|true |
---|
99 | detectorHugeSharedStringConstants=HugeSharedStringConstants|true |
---|
100 | detectorIDivResultCastToDouble=IDivResultCastToDouble|true |
---|
101 | detectorIncompatMask=IncompatMask|true |
---|
102 | detectorInconsistentAnnotations=InconsistentAnnotations|true |
---|
103 | detectorInefficientIndexOf=InefficientIndexOf|true |
---|
104 | detectorInefficientInitializationInsideLoop=InefficientInitializationInsideLoop|true |
---|
105 | detectorInefficientMemberAccess=InefficientMemberAccess|false |
---|
106 | detectorInefficientToArray=InefficientToArray|true |
---|
107 | detectorInfiniteLoop=InfiniteLoop|true |
---|
108 | detectorInfiniteRecursiveLoop=InfiniteRecursiveLoop|true |
---|
109 | detectorInheritanceUnsafeGetResource=InheritanceUnsafeGetResource|true |
---|
110 | detectorInitializationChain=InitializationChain|true |
---|
111 | detectorInitializeNonnullFieldsInConstructor=InitializeNonnullFieldsInConstructor|true |
---|
112 | detectorInstantiateStaticClass=InstantiateStaticClass|true |
---|
113 | detectorInsufficientKeySizeBlowfishDetector=InsufficientKeySizeBlowfishDetector|true |
---|
114 | detectorInsufficientKeySizeRsaDetector=InsufficientKeySizeRsaDetector|true |
---|
115 | detectorIntCast2LongAsInstant=IntCast2LongAsInstant|true |
---|
116 | detectorInvalidJUnitTest=InvalidJUnitTest|true |
---|
117 | detectorIteratorIdioms=IteratorIdioms|true |
---|
118 | detectorJaxRsEndpointDetector=JaxRsEndpointDetector|true |
---|
119 | detectorJaxWsEndpointDetector=JaxWsEndpointDetector|true |
---|
120 | detectorJndiCredentialsDetector=JndiCredentialsDetector|true |
---|
121 | detectorJspIncludeDetector=JspIncludeDetector|true |
---|
122 | detectorJspSpringEvalDetector=JspSpringEvalDetector|true |
---|
123 | detectorJstlOutDetector=JstlOutDetector|true |
---|
124 | detectorLazyInit=LazyInit|true |
---|
125 | detectorLdapInjectionDetector=LdapInjectionDetector|true |
---|
126 | detectorLoadOfKnownNullValue=LoadOfKnownNullValue|true |
---|
127 | detectorLostLoggerDueToWeakReference=LostLoggerDueToWeakReference|true |
---|
128 | detectorMethodReturnCheck=MethodReturnCheck|true |
---|
129 | detectorMultithreadedInstanceAccess=MultithreadedInstanceAccess|true |
---|
130 | detectorMutableEnum=MutableEnum|true |
---|
131 | detectorMutableLock=MutableLock|true |
---|
132 | detectorMutableStaticFields=MutableStaticFields|true |
---|
133 | detectorNaming=Naming|true |
---|
134 | detectorNoteUnconditionalParamDerefs=NoteUnconditionalParamDerefs|true |
---|
135 | detectorNullCipherDetector=NullCipherDetector|true |
---|
136 | detectorNumberConstructor=NumberConstructor|true |
---|
137 | detectorObjectDeserializationDetector=ObjectDeserializationDetector|true |
---|
138 | detectorOptionalReturnNull=OptionalReturnNull|true |
---|
139 | detectorOverridingEqualsNotSymmetrical=OverridingEqualsNotSymmetrical|true |
---|
140 | detectorPathTraversalDetector=PathTraversalDetector|true |
---|
141 | detectorPlayUnvalidatedRedirectDetector=PlayUnvalidatedRedirectDetector|true |
---|
142 | detectorPredictableRandomDetector=PredictableRandomDetector|true |
---|
143 | detectorPreferZeroLengthArrays=PreferZeroLengthArrays|true |
---|
144 | detectorPublicSemaphores=PublicSemaphores|true |
---|
145 | detectorQuestionableBooleanAssignment=QuestionableBooleanAssignment|true |
---|
146 | detectorReDosDetector=ReDosDetector|true |
---|
147 | detectorReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass=ReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass|true |
---|
148 | detectorReadReturnShouldBeChecked=ReadReturnShouldBeChecked|true |
---|
149 | detectorRedundantConditions=RedundantConditions|true |
---|
150 | detectorRedundantInterfaces=RedundantInterfaces|true |
---|
151 | detectorRepeatedConditionals=RepeatedConditionals|true |
---|
152 | detectorRsaNoPaddingDetector=RsaNoPaddingDetector|true |
---|
153 | detectorRuntimeExceptionCapture=RuntimeExceptionCapture|true |
---|
154 | detectorScriptInjectionDetector=ScriptInjectionDetector|true |
---|
155 | detectorSerializableIdiom=SerializableIdiom|true |
---|
156 | detectorServletEndpointDetector=ServletEndpointDetector|true |
---|
157 | detectorSpringMvcEndpointDetector=SpringMvcEndpointDetector|true |
---|
158 | detectorSqlInjectionDetector=SqlInjectionDetector|true |
---|
159 | detectorSslDisablerDetector=SslDisablerDetector|true |
---|
160 | detectorStartInConstructor=StartInConstructor|true |
---|
161 | detectorStaticCalendarDetector=StaticCalendarDetector|true |
---|
162 | detectorStaticIvDetector=StaticIvDetector|true |
---|
163 | detectorStdXmlTransformDetector=StdXmlTransformDetector|true |
---|
164 | detectorStringConcatenation=StringConcatenation|true |
---|
165 | detectorStruts1EndpointDetector=Struts1EndpointDetector|true |
---|
166 | detectorStruts2EndpointDetector=Struts2EndpointDetector|true |
---|
167 | detectorStrutsValidatorFormDetector=StrutsValidatorFormDetector|true |
---|
168 | detectorSuperfluousInstanceOf=SuperfluousInstanceOf|true |
---|
169 | detectorSuspiciousThreadInterrupted=SuspiciousThreadInterrupted|true |
---|
170 | detectorSwitchFallthrough=SwitchFallthrough|true |
---|
171 | detectorSynchronizationOnSharedBuiltinConstant=SynchronizationOnSharedBuiltinConstant|true |
---|
172 | detectorSynchronizeAndNullCheckField=SynchronizeAndNullCheckField|true |
---|
173 | detectorSynchronizeOnClassLiteralNotGetClass=SynchronizeOnClassLiteralNotGetClass|true |
---|
174 | detectorSynchronizingOnContentsOfFieldToProtectField=SynchronizingOnContentsOfFieldToProtectField|true |
---|
175 | detectorTapestryEndpointDetector=TapestryEndpointDetector|true |
---|
176 | detectorTrustBoundaryViolationDetector=TrustBoundaryViolationDetector|true |
---|
177 | detectorURLProblems=URLProblems|true |
---|
178 | detectorUncallableMethodOfAnonymousClass=UncallableMethodOfAnonymousClass|true |
---|
179 | detectorUnencryptedSocketDetector=UnencryptedSocketDetector|true |
---|
180 | detectorUnnecessaryMath=UnnecessaryMath|true |
---|
181 | detectorUnreadFields=UnreadFields|true |
---|
182 | detectorUnvalidatedRedirectDetector=UnvalidatedRedirectDetector|true |
---|
183 | detectorUselessSubclassMethod=UselessSubclassMethod|true |
---|
184 | detectorVarArgsProblems=VarArgsProblems|true |
---|
185 | detectorVolatileUsage=VolatileUsage|true |
---|
186 | detectorWaitInLoop=WaitInLoop|true |
---|
187 | detectorWeakFilenameUtilsMethodDetector=WeakFilenameUtilsMethodDetector|true |
---|
188 | detectorWeakMessageDigestDetector=WeakMessageDigestDetector|true |
---|
189 | detectorWeakTrustManagerDetector=WeakTrustManagerDetector|true |
---|
190 | detectorWebViewJavascriptEnabledDetector=WebViewJavascriptEnabledDetector|true |
---|
191 | detectorWebViewJavascriptInterfaceDetector=WebViewJavascriptInterfaceDetector|true |
---|
192 | detectorWicketEndpointDetector=WicketEndpointDetector|true |
---|
193 | detectorWorldWritableDetector=WorldWritableDetector|true |
---|
194 | detectorWrongMapIterator=WrongMapIterator|true |
---|
195 | detectorXMLFactoryBypass=XMLFactoryBypass|true |
---|
196 | detectorXPathInjectionDetector=XPathInjectionDetector|true |
---|
197 | detectorXSSRequestWrapperDetector=XSSRequestWrapperDetector|true |
---|
198 | detectorXmlDecoderDetector=XmlDecoderDetector|true |
---|
199 | detectorXslTransformJspDetector=XslTransformJspDetector|true |
---|
200 | detectorXssJspDetector=XssJspDetector|true |
---|
201 | detectorXssServletDetector=XssServletDetector|true |
---|
202 | detectorXxeDetector=XxeDetector|true |
---|
203 | detector_threshold=3 |
---|
204 | effort=max |
---|
205 | excludefilter0=tools/findbugs/josm-filter.xml|true |
---|
206 | filter_settings=Low|BAD_PRACTICE,CORRECTNESS,EXPERIMENTAL,I18N,MALICIOUS_CODE,MT_CORRECTNESS,PERFORMANCE,SECURITY,STYLE|false|20 |
---|
207 | filter_settings_neg=NOISE| |
---|
208 | run_at_full_build=true |
---|