Skip to content

Commit 8f98f17

Browse files
committed
Cloned Jenkins analysis-collector-plugin 1.28
1 parent 9aa08c0 commit 8f98f17

File tree

78 files changed

+3694
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+3694
-0
lines changed

.checkstyle

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
4+
<local-check-config name="Ulli's Checkstyle Rules" location="/analysis-config/etc/checkstyle-configuration.xml" type="project" description="">
5+
<additional-data name="protect-config-file" value="false"/>
6+
</local-check-config>
7+
<fileset name="all" enabled="true" check-config-name="Ulli's Checkstyle Rules" local="true">
8+
<file-match-pattern match-pattern="." include-pattern="true"/>
9+
</fileset>
10+
<filter name="NonSrcDirs" enabled="true"/>
11+
</fileset-config>

.classpath

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
4+
<classpathentry kind="src" output="target/classes" path="src/main/resources"/>
5+
<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
6+
<classpathentry kind="src" output="target/test-classes" path="src/test/resources"/>
7+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
8+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
9+
<classpathentry kind="src" output="target/classes" path="target/generated-sources/localizer">
10+
<attributes>
11+
<attribute name="optional" value="true"/>
12+
</attributes>
13+
</classpathentry>
14+
<classpathentry kind="output" path="target/classes"/>
15+
</classpath>

.fbprefs

+136
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
#FindBugs User Preferences
2+
#Fri Feb 24 13:50:19 CET 2012
3+
cloud_id=edu.umd.cs.findbugs.cloud.doNothingCloud
4+
detectorAppendingToAnObjectOutputStream=AppendingToAnObjectOutputStream|true
5+
detectorAtomicityProblem=AtomicityProblem|true
6+
detectorBadAppletConstructor=BadAppletConstructor|false
7+
detectorBadResultSetAccess=BadResultSetAccess|true
8+
detectorBadSyntaxForRegularExpression=BadSyntaxForRegularExpression|true
9+
detectorBadUseOfReturnValue=BadUseOfReturnValue|true
10+
detectorBadlyOverriddenAdapter=BadlyOverriddenAdapter|true
11+
detectorBooleanReturnNull=BooleanReturnNull|true
12+
detectorCallToUnsupportedMethod=CallToUnsupportedMethod|false
13+
detectorCheckExpectedWarnings=CheckExpectedWarnings|false
14+
detectorCheckImmutableAnnotation=CheckImmutableAnnotation|true
15+
detectorCheckTypeQualifiers=CheckTypeQualifiers|true
16+
detectorCloneIdiom=CloneIdiom|true
17+
detectorComparatorIdiom=ComparatorIdiom|true
18+
detectorConfusedInheritance=ConfusedInheritance|true
19+
detectorConfusionBetweenInheritedAndOuterMethod=ConfusionBetweenInheritedAndOuterMethod|true
20+
detectorCrossSiteScripting=CrossSiteScripting|true
21+
detectorDefaultEncodingDetector=DefaultEncodingDetector|true
22+
detectorDoInsideDoPrivileged=DoInsideDoPrivileged|true
23+
detectorDontCatchIllegalMonitorStateException=DontCatchIllegalMonitorStateException|true
24+
detectorDontIgnoreResultOfPutIfAbsent=DontIgnoreResultOfPutIfAbsent|true
25+
detectorDontUseEnum=DontUseEnum|true
26+
detectorDroppedException=DroppedException|true
27+
detectorDumbMethodInvocations=DumbMethodInvocations|true
28+
detectorDumbMethods=DumbMethods|true
29+
detectorDuplicateBranches=DuplicateBranches|true
30+
detectorEmptyZipFileEntry=EmptyZipFileEntry|true
31+
detectorEqualsOperandShouldHaveClassCompatibleWithThis=EqualsOperandShouldHaveClassCompatibleWithThis|true
32+
detectorExplicitSerialization=ExplicitSerialization|true
33+
detectorFinalizerNullsFields=FinalizerNullsFields|true
34+
detectorFindBadCast2=FindBadCast2|true
35+
detectorFindBadForLoop=FindBadForLoop|true
36+
detectorFindCircularDependencies=FindCircularDependencies|true
37+
detectorFindDeadLocalStores=FindDeadLocalStores|true
38+
detectorFindDoubleCheck=FindDoubleCheck|true
39+
detectorFindEmptySynchronizedBlock=FindEmptySynchronizedBlock|true
40+
detectorFindFieldSelfAssignment=FindFieldSelfAssignment|true
41+
detectorFindFinalizeInvocations=FindFinalizeInvocations|true
42+
detectorFindFloatEquality=FindFloatEquality|true
43+
detectorFindHEmismatch=FindHEmismatch|true
44+
detectorFindInconsistentSync2=FindInconsistentSync2|true
45+
detectorFindJSR166LockMonitorenter=FindJSR166LockMonitorenter|true
46+
detectorFindLocalSelfAssignment2=FindLocalSelfAssignment2|true
47+
detectorFindMaskedFields=FindMaskedFields|true
48+
detectorFindMismatchedWaitOrNotify=FindMismatchedWaitOrNotify|true
49+
detectorFindNakedNotify=FindNakedNotify|true
50+
detectorFindNonSerializableStoreIntoSession=FindNonSerializableStoreIntoSession|true
51+
detectorFindNonSerializableValuePassedToWriteObject=FindNonSerializableValuePassedToWriteObject|true
52+
detectorFindNonShortCircuit=FindNonShortCircuit|true
53+
detectorFindNullDeref=FindNullDeref|true
54+
detectorFindNullDerefsInvolvingNonShortCircuitEvaluation=FindNullDerefsInvolvingNonShortCircuitEvaluation|true
55+
detectorFindOpenStream=FindOpenStream|true
56+
detectorFindPuzzlers=FindPuzzlers|true
57+
detectorFindRefComparison=FindRefComparison|true
58+
detectorFindReturnRef=FindReturnRef|true
59+
detectorFindRunInvocations=FindRunInvocations|true
60+
detectorFindSelfComparison=FindSelfComparison|true
61+
detectorFindSelfComparison2=FindSelfComparison2|true
62+
detectorFindSleepWithLockHeld=FindSleepWithLockHeld|true
63+
detectorFindSpinLoop=FindSpinLoop|true
64+
detectorFindSqlInjection=FindSqlInjection|true
65+
detectorFindTwoLockWait=FindTwoLockWait|true
66+
detectorFindUncalledPrivateMethods=FindUncalledPrivateMethods|true
67+
detectorFindUnconditionalWait=FindUnconditionalWait|true
68+
detectorFindUninitializedGet=FindUninitializedGet|true
69+
detectorFindUnrelatedTypesInGenericContainer=FindUnrelatedTypesInGenericContainer|true
70+
detectorFindUnreleasedLock=FindUnreleasedLock|true
71+
detectorFindUnsatisfiedObligation=FindUnsatisfiedObligation|true
72+
detectorFindUnsyncGet=FindUnsyncGet|true
73+
detectorFindUseOfNonSerializableValue=FindUseOfNonSerializableValue|true
74+
detectorFindUselessControlFlow=FindUselessControlFlow|true
75+
detectorFormatStringChecker=FormatStringChecker|true
76+
detectorHugeSharedStringConstants=HugeSharedStringConstants|true
77+
detectorIDivResultCastToDouble=IDivResultCastToDouble|true
78+
detectorIncompatMask=IncompatMask|true
79+
detectorInconsistentAnnotations=InconsistentAnnotations|true
80+
detectorInefficientMemberAccess=InefficientMemberAccess|false
81+
detectorInefficientToArray=InefficientToArray|true
82+
detectorInfiniteLoop=InfiniteLoop|true
83+
detectorInfiniteRecursiveLoop=InfiniteRecursiveLoop|true
84+
detectorInfiniteRecursiveLoop2=InfiniteRecursiveLoop2|false
85+
detectorInheritanceUnsafeGetResource=InheritanceUnsafeGetResource|true
86+
detectorInitializationChain=InitializationChain|true
87+
detectorInstantiateStaticClass=InstantiateStaticClass|true
88+
detectorIntCast2LongAsInstant=IntCast2LongAsInstant|true
89+
detectorInvalidJUnitTest=InvalidJUnitTest|true
90+
detectorIteratorIdioms=IteratorIdioms|true
91+
detectorLazyInit=LazyInit|true
92+
detectorLoadOfKnownNullValue=LoadOfKnownNullValue|true
93+
detectorLostLoggerDueToWeakReference=LostLoggerDueToWeakReference|true
94+
detectorMethodReturnCheck=MethodReturnCheck|true
95+
detectorMultithreadedInstanceAccess=MultithreadedInstanceAccess|true
96+
detectorMutableLock=MutableLock|true
97+
detectorMutableStaticFields=MutableStaticFields|true
98+
detectorNaming=Naming|true
99+
detectorNoteUnconditionalParamDerefs=NoteUnconditionalParamDerefs|true
100+
detectorNumberConstructor=NumberConstructor|true
101+
detectorOverridingEqualsNotSymmetrical=OverridingEqualsNotSymmetrical|true
102+
detectorPreferZeroLengthArrays=PreferZeroLengthArrays|true
103+
detectorPublicSemaphores=PublicSemaphores|false
104+
detectorQuestionableBooleanAssignment=QuestionableBooleanAssignment|true
105+
detectorReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass=ReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass|true
106+
detectorReadReturnShouldBeChecked=ReadReturnShouldBeChecked|true
107+
detectorRedundantInterfaces=RedundantInterfaces|true
108+
detectorRepeatedConditionals=RepeatedConditionals|true
109+
detectorRuntimeExceptionCapture=RuntimeExceptionCapture|true
110+
detectorSerializableIdiom=SerializableIdiom|true
111+
detectorStartInConstructor=StartInConstructor|true
112+
detectorStaticCalendarDetector=StaticCalendarDetector|true
113+
detectorStringConcatenation=StringConcatenation|true
114+
detectorSuperfluousInstanceOf=SuperfluousInstanceOf|true
115+
detectorSuspiciousThreadInterrupted=SuspiciousThreadInterrupted|true
116+
detectorSwitchFallthrough=SwitchFallthrough|true
117+
detectorSynchronizeAndNullCheckField=SynchronizeAndNullCheckField|true
118+
detectorSynchronizeOnClassLiteralNotGetClass=SynchronizeOnClassLiteralNotGetClass|true
119+
detectorSynchronizingOnContentsOfFieldToProtectField=SynchronizingOnContentsOfFieldToProtectField|true
120+
detectorURLProblems=URLProblems|true
121+
detectorUncallableMethodOfAnonymousClass=UncallableMethodOfAnonymousClass|true
122+
detectorUnnecessaryMath=UnnecessaryMath|true
123+
detectorUnreadFields=UnreadFields|true
124+
detectorUseObjectEquals=UseObjectEquals|true
125+
detectorUselessSubclassMethod=UselessSubclassMethod|true
126+
detectorVarArgsProblems=VarArgsProblems|true
127+
detectorVolatileUsage=VolatileUsage|true
128+
detectorWaitInLoop=WaitInLoop|true
129+
detectorWrongMapIterator=WrongMapIterator|true
130+
detectorXMLFactoryBypass=XMLFactoryBypass|true
131+
detector_threshold=3
132+
effort=max
133+
excludefilter0=../analysis-config/etc/findbugs-exclusion-filter.xml|true
134+
filter_settings=Low|BAD_PRACTICE,CORRECTNESS,EXPERIMENTAL,MALICIOUS_CODE,MT_CORRECTNESS,PERFORMANCE,SECURITY,STYLE|false|20
135+
filter_settings_neg=NOISE,I18N|
136+
run_at_full_build=true

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
target
2+
.DS_Store

.pmd

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<pmd>
3+
<useProjectRuleSet>true</useProjectRuleSet>
4+
<ruleSetFile>../analysis-config/etc/pmd-configuration.xml</ruleSetFile>
5+
<includeDerivedFiles>false</includeDerivedFiles>
6+
<violationsAsErrors>false</violationsAsErrors>
7+
</pmd>

.project

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>analysis-collector</name>
4+
<comment>This plug-in combines the analysis results of the plug-ins
5+
Checkstyle, Dry, FindBugs, PMD, Tasks and Warnings.</comment>
6+
<projects>
7+
</projects>
8+
<buildSpec>
9+
<buildCommand>
10+
<name>org.eclipse.jdt.core.javabuilder</name>
11+
<arguments>
12+
</arguments>
13+
</buildCommand>
14+
<buildCommand>
15+
<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
16+
<arguments>
17+
</arguments>
18+
</buildCommand>
19+
<buildCommand>
20+
<name>net.sourceforge.pmd.eclipse.plugin.pmdBuilder</name>
21+
<arguments>
22+
</arguments>
23+
</buildCommand>
24+
<buildCommand>
25+
<name>edu.umd.cs.findbugs.plugin.eclipse.findbugsBuilder</name>
26+
<arguments>
27+
</arguments>
28+
</buildCommand>
29+
<buildCommand>
30+
<name>org.eclipse.m2e.core.maven2Builder</name>
31+
<arguments>
32+
</arguments>
33+
</buildCommand>
34+
</buildSpec>
35+
<natures>
36+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
37+
<nature>org.eclipse.jdt.core.javanature</nature>
38+
<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
39+
<nature>net.sourceforge.pmd.eclipse.plugin.pmdNature</nature>
40+
<nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature>
41+
</natures>
42+
</projectDescription>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#Mon Aug 29 16:17:41 CEST 2011
2+
eclipse.preferences.version=1
3+
encoding//src/main/resources=ISO-8859-1
4+
encoding//src/test/java=ISO-8859-1
5+
encoding//src/test/resources=ISO-8859-1
6+
encoding/<project>=ISO-8859-1

0 commit comments

Comments
 (0)