CloneSet83


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
14520.976statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11601
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
21602
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
31603
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
41604
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
51605
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
61606
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
71607
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
81608
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
91609
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
101610
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
111611
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
121612
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
131613
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
141614
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
151615
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
161616
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
171617
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
181618
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
191619
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
201620
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
211621
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
221622
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
231623
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
241624
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
251625
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
261626
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
271627
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
281628
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
291629
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
301630
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
311631
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
321632
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
331633
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
341634
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
351635
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
361636
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
371637
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
381638
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
391639
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
401640
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
411641
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
421642
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
431643
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
441644
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
451645
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
Clone Instance
1
Line Count
1
Source Line
601
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportMethodWithConstructorName)) != null) updateSeverity(MethodWithConstructorName, optionValue);


Clone Instance
2
Line Count
1
Source Line
602
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportOverridingPackageDefaultMethod)) != null) updateSeverity(OverriddenPackageDefaultMethod, optionValue);


Clone Instance
3
Line Count
1
Source Line
603
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportDeprecation)) != null) updateSeverity(UsingDeprecatedAPI, optionValue);


Clone Instance
4
Line Count
1
Source Line
604
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportHiddenCatchBlock)) != null) updateSeverity(MaskedCatchBlock, optionValue);


Clone Instance
5
Line Count
1
Source Line
605
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportUnusedLocal)) != null) updateSeverity(UnusedLocalVariable, optionValue);


Clone Instance
6
Line Count
1
Source Line
606
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportUnusedParameter)) != null) updateSeverity(UnusedArgument, optionValue);


Clone Instance
7
Line Count
1
Source Line
607
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportUnusedImport)) != null) updateSeverity(UnusedImport, optionValue);


Clone Instance
8
Line Count
1
Source Line
608
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportUnusedPrivateMember)) != null) updateSeverity(UnusedPrivateMember, optionValue);


Clone Instance
9
Line Count
1
Source Line
609
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportUnusedDeclaredThrownException)) != null) updateSeverity(UnusedDeclaredThrownException, optionValue);


Clone Instance
10
Line Count
1
Source Line
610
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportNoImplicitStringConversion)) != null) updateSeverity(NoImplicitStringConversion, optionValue);


Clone Instance
11
Line Count
1
Source Line
611
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportSyntheticAccessEmulation)) != null) updateSeverity(AccessEmulation, optionValue);


Clone Instance
12
Line Count
1
Source Line
612
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportLocalVariableHiding)) != null) updateSeverity(LocalVariableHiding, optionValue);


Clone Instance
13
Line Count
1
Source Line
613
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportFieldHiding)) != null) updateSeverity(FieldHiding, optionValue);


Clone Instance
14
Line Count
1
Source Line
614
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportTypeParameterHiding)) != null) updateSeverity(TypeParameterHiding, optionValue);


Clone Instance
15
Line Count
1
Source Line
615
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportPossibleAccidentalBooleanAssignment)) != null) updateSeverity(AccidentalBooleanAssign, optionValue);


Clone Instance
16
Line Count
1
Source Line
616
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportEmptyStatement)) != null) updateSeverity(EmptyStatement, optionValue);


Clone Instance
17
Line Count
1
Source Line
617
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportNonExternalizedStringLiteral)) != null) updateSeverity(NonExternalizedString, optionValue);


Clone Instance
18
Line Count
1
Source Line
618
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportAssertIdentifier)) != null) updateSeverity(AssertUsedAsAnIdentifier, optionValue);


Clone Instance
19
Line Count
1
Source Line
619
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportEnumIdentifier)) != null) updateSeverity(EnumUsedAsAnIdentifier, optionValue);


Clone Instance
20
Line Count
1
Source Line
620
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportNonStaticAccessToStatic)) != null) updateSeverity(NonStaticAccessToStatic, optionValue);


Clone Instance
21
Line Count
1
Source Line
621
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportIndirectStaticAccess)) != null) updateSeverity(IndirectStaticAccess, optionValue);


Clone Instance
22
Line Count
1
Source Line
622
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportIncompatibleNonInheritedInterfaceMethod)) != null) updateSeverity(IncompatibleNonInheritedInterfaceMethod, optionValue);


Clone Instance
23
Line Count
1
Source Line
623
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportUndocumentedEmptyBlock)) != null) updateSeverity(UndocumentedEmptyBlock, optionValue);


Clone Instance
24
Line Count
1
Source Line
624
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportUnnecessaryTypeCheck)) != null) updateSeverity(UnnecessaryTypeCheck, optionValue);


Clone Instance
25
Line Count
1
Source Line
625
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportUnnecessaryElse)) != null) updateSeverity(UnnecessaryElse, optionValue);


Clone Instance
26
Line Count
1
Source Line
626
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportFinallyBlockNotCompletingNormally)) != null) updateSeverity(FinallyBlockNotCompleting, optionValue);


Clone Instance
27
Line Count
1
Source Line
627
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportUnqualifiedFieldAccess)) != null) updateSeverity(UnqualifiedFieldAccess, optionValue);


Clone Instance
28
Line Count
1
Source Line
628
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportNoEffectAssignment)) != null) updateSeverity(NoEffectAssignment, optionValue);


Clone Instance
29
Line Count
1
Source Line
629
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportUncheckedTypeOperation)) != null) updateSeverity(UncheckedTypeOperation, optionValue);


Clone Instance
30
Line Count
1
Source Line
630
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportRawTypeReference)) != null) updateSeverity(RawTypeReference, optionValue);


Clone Instance
31
Line Count
1
Source Line
631
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportFinalParameterBound)) != null) updateSeverity(FinalParameterBound, optionValue);


Clone Instance
32
Line Count
1
Source Line
632
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportMissingSerialVersion)) != null) updateSeverity(MissingSerialVersion, optionValue);


Clone Instance
33
Line Count
1
Source Line
633
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportForbiddenReference)) != null) updateSeverity(ForbiddenReference, optionValue);


Clone Instance
34
Line Count
1
Source Line
634
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportDiscouragedReference)) != null) updateSeverity(DiscouragedReference, optionValue);


Clone Instance
35
Line Count
1
Source Line
635
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportVarargsArgumentNeedCast)) != null) updateSeverity(VarargsArgumentNeedCast, optionValue);


Clone Instance
36
Line Count
1
Source Line
636
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportNullReference)) != null) updateSeverity(NullReference, optionValue);


Clone Instance
37
Line Count
1
Source Line
637
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportAutoboxing)) != null) updateSeverity(AutoBoxing, optionValue);


Clone Instance
38
Line Count
1
Source Line
638
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportAnnotationSuperInterface)) != null) updateSeverity(AnnotationSuperInterface, optionValue);


Clone Instance
39
Line Count
1
Source Line
639
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportMissingOverrideAnnotation)) != null) updateSeverity(MissingOverrideAnnotation, optionValue);


Clone Instance
40
Line Count
1
Source Line
640
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportMissingDeprecatedAnnotation)) != null) updateSeverity(MissingDeprecatedAnnotation, optionValue);


Clone Instance
41
Line Count
1
Source Line
641
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportIncompleteEnumSwitch)) != null) updateSeverity(IncompleteEnumSwitch, optionValue);


Clone Instance
42
Line Count
1
Source Line
642
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportUnhandledWarningToken)) != null) updateSeverity(UnhandledWarningToken, optionValue);


Clone Instance
43
Line Count
1
Source Line
643
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportUnusedLabel)) != null) updateSeverity(UnusedLabel, optionValue);


Clone Instance
44
Line Count
1
Source Line
644
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportParameterAssignment)) != null) updateSeverity(ParameterAssignment, optionValue);


Clone Instance
45
Line Count
1
Source Line
645
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                if ((optionValue = optionsMap.get(OPTION_ReportFallthroughCase)) != null) updateSeverity(FallthroughCase, optionValue);


Clone AbstractionParameter Count: 2Parameter Bindings

if ((optionValue = optionsMap.get( [[#variablebb5148a0]])) != null)
  updateSeverity( [[#variablebb5144a0]], optionValue);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bb5148a0]]
OPTION_ReportFallthroughCase 
12[[#bb5148a0]]
OPTION_ReportParameterAssignment 
13[[#bb5148a0]]
OPTION_ReportUnusedLabel 
14[[#bb5148a0]]
OPTION_ReportUnhandledWarningToken 
15[[#bb5148a0]]
OPTION_ReportIncompleteEnumSwitch 
16[[#bb5148a0]]
OPTION_ReportMissingDeprecatedAnnotation 
17[[#bb5148a0]]
OPTION_ReportMissingOverrideAnnotation 
18[[#bb5148a0]]
OPTION_ReportAnnotationSuperInterface 
19[[#bb5148a0]]
OPTION_ReportAutoboxing 
110[[#bb5148a0]]
OPTION_ReportNullReference 
111[[#bb5148a0]]
OPTION_ReportVarargsArgumentNeedCast 
112[[#bb5148a0]]
OPTION_ReportDiscouragedReference 
113[[#bb5148a0]]
OPTION_ReportForbiddenReference 
114[[#bb5148a0]]
OPTION_ReportMissingSerialVersion 
115[[#bb5148a0]]
OPTION_ReportFinalParameterBound 
116[[#bb5148a0]]
OPTION_ReportRawTypeReference 
117[[#bb5148a0]]
OPTION_ReportUncheckedTypeOperation 
118[[#bb5148a0]]
OPTION_ReportNoEffectAssignment 
119[[#bb5148a0]]
OPTION_ReportUnqualifiedFieldAccess 
120[[#bb5148a0]]
OPTION_ReportFinallyBlockNotCompletingNormally 
121[[#bb5148a0]]
OPTION_ReportUnnecessaryElse 
122[[#bb5148a0]]
OPTION_ReportUnnecessaryTypeCheck 
123[[#bb5148a0]]
OPTION_ReportUndocumentedEmptyBlock 
124[[#bb5148a0]]
OPTION_ReportIncompatibleNonInheritedInterfaceMethod 
125[[#bb5148a0]]
OPTION_ReportIndirectStaticAccess 
126[[#bb5148a0]]
OPTION_ReportNonStaticAccessToStatic 
127[[#bb5148a0]]
OPTION_ReportEnumIdentifier 
128[[#bb5148a0]]
OPTION_ReportAssertIdentifier 
129[[#bb5148a0]]
OPTION_ReportNonExternalizedStringLiteral 
130[[#bb5148a0]]
OPTION_ReportEmptyStatement 
131[[#bb5148a0]]
OPTION_ReportPossibleAccidentalBooleanAssignment 
132[[#bb5148a0]]
OPTION_ReportTypeParameterHiding 
133[[#bb5148a0]]
OPTION_ReportFieldHiding 
134[[#bb5148a0]]
OPTION_ReportLocalVariableHiding 
135[[#bb5148a0]]
OPTION_ReportSyntheticAccessEmulation 
136[[#bb5148a0]]
OPTION_ReportNoImplicitStringConversion 
137[[#bb5148a0]]
OPTION_ReportUnusedDeclaredThrownException 
138[[#bb5148a0]]
OPTION_ReportUnusedPrivateMember 
139[[#bb5148a0]]
OPTION_ReportUnusedImport 
140[[#bb5148a0]]
OPTION_ReportUnusedParameter 
141[[#bb5148a0]]
OPTION_ReportUnusedLocal 
142[[#bb5148a0]]
OPTION_ReportHiddenCatchBlock 
143[[#bb5148a0]]
OPTION_ReportDeprecation 
144[[#bb5148a0]]
OPTION_ReportOverridingPackageDefaultMethod 
145[[#bb5148a0]]
OPTION_ReportMethodWithConstructorName 
21[[#bb5144a0]]
FallthroughCase 
22[[#bb5144a0]]
ParameterAssignment 
23[[#bb5144a0]]
UnusedLabel 
24[[#bb5144a0]]
UnhandledWarningToken 
25[[#bb5144a0]]
IncompleteEnumSwitch 
26[[#bb5144a0]]
MissingDeprecatedAnnotation 
27[[#bb5144a0]]
MissingOverrideAnnotation 
28[[#bb5144a0]]
AnnotationSuperInterface 
29[[#bb5144a0]]
AutoBoxing 
210[[#bb5144a0]]
NullReference 
211[[#bb5144a0]]
VarargsArgumentNeedCast 
212[[#bb5144a0]]
DiscouragedReference 
213[[#bb5144a0]]
ForbiddenReference 
214[[#bb5144a0]]
MissingSerialVersion 
215[[#bb5144a0]]
FinalParameterBound 
216[[#bb5144a0]]
RawTypeReference 
217[[#bb5144a0]]
UncheckedTypeOperation 
218[[#bb5144a0]]
NoEffectAssignment 
219[[#bb5144a0]]
UnqualifiedFieldAccess 
220[[#bb5144a0]]
FinallyBlockNotCompleting 
221[[#bb5144a0]]
UnnecessaryElse 
222[[#bb5144a0]]
UnnecessaryTypeCheck 
223[[#bb5144a0]]
UndocumentedEmptyBlock 
224[[#bb5144a0]]
IncompatibleNonInheritedInterfaceMethod 
225[[#bb5144a0]]
IndirectStaticAccess 
226[[#bb5144a0]]
NonStaticAccessToStatic 
227[[#bb5144a0]]
EnumUsedAsAnIdentifier 
228[[#bb5144a0]]
AssertUsedAsAnIdentifier 
229[[#bb5144a0]]
NonExternalizedString 
230[[#bb5144a0]]
EmptyStatement 
231[[#bb5144a0]]
AccidentalBooleanAssign 
232[[#bb5144a0]]
TypeParameterHiding 
233[[#bb5144a0]]
FieldHiding 
234[[#bb5144a0]]
LocalVariableHiding 
235[[#bb5144a0]]
AccessEmulation 
236[[#bb5144a0]]
NoImplicitStringConversion 
237[[#bb5144a0]]
UnusedDeclaredThrownException 
238[[#bb5144a0]]
UnusedPrivateMember 
239[[#bb5144a0]]
UnusedImport 
240[[#bb5144a0]]
UnusedArgument 
241[[#bb5144a0]]
UnusedLocalVariable 
242[[#bb5144a0]]
MaskedCatchBlock 
243[[#bb5144a0]]
UsingDeprecatedAPI 
244[[#bb5144a0]]
OverriddenPackageDefaultMethod 
245[[#bb5144a0]]
MethodWithConstructorName