Skip to content

Commit 8f23fec

Browse files
---
yaml --- r: 5721 b: refs/tags/v0.18.0 c: 9d193c4 h: refs/heads/master i: 5719: 6013975
1 parent 3835a40 commit 8f23fec

1,065 files changed

Lines changed: 228545 additions & 0 deletions

File tree

Some content is hidden

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

[refs]

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ refs/tags/v0.17.0: d4a8e2a1aed8aa1158556d8189aac41efd8f4aad
5959
refs/tags/v0.17.1: f6b8dda6d20d3e029051c1136d521586b33cacaf
6060
refs/tags/v0.17.2: d638ff7d9f53710286feefa4ff058676c68ce8ab
6161
refs/heads/vam-google-patch-1: cd5f43330aaf1e32dcb7ee7733bf690987282a1e
62+
refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb

tags/v0.18.0/.checkstyle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
4+
<fileset name="Java source files" enabled="true" check-config-name="Google Checks" local="false">
5+
<file-match-pattern match-pattern=".*\.java" include-pattern="true"/>
6+
</fileset>
7+
</fileset-config>

tags/v0.18.0/.eclipse-pmd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<eclipse-pmd xmlns="http://acanda.ch/eclipse-pmd/0.8" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://acanda.ch/eclipse-pmd/0.8 http://acanda.ch/eclipse-pmd/eclipse-pmd-0.8.xsd">
3+
<analysis enabled="true" />
4+
<rulesets>
5+
<ruleset name="Project PMD settings" ref="pmd.xml" refcontext="project" />
6+
</rulesets>
7+
</eclipse-pmd>

tags/v0.18.0/.gitignore

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
.gitignore
2+
3+
# Packages
4+
dist
5+
build
6+
bin
7+
var
8+
sdist
9+
target
10+
11+
# Unit test / coverage reports
12+
.coverage
13+
.tox
14+
nosetests.xml
15+
16+
# Translations
17+
*.mo
18+
19+
# Mr Developer
20+
.mr.developer.cfg
21+
.project
22+
.pydevproject
23+
*.iml
24+
.idea
25+
.settings
26+
.DS_Store
27+
.classpath
28+
29+
# Built documentation
30+
docs/
31+
32+
33+
# Wheel directory used in Travis builds.
34+
gcloud-java-wheels/
35+
src/test/resources/gcd-head.zip
36+
src/test/resources/gcd-v1beta2-rev1-2.1.1.zip
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
filesCopiedToWebInfLib=
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
activeContentFilterList=*.makefile,makefile,*.Makefile,Makefile,Makefile.*,*.mk,MANIFEST.MF,.project
2+
addNewLine=true
3+
convertActionOnSaave=AnyEdit.CnvrtTabToSpaces
4+
eclipse.preferences.version=1
5+
fixLineDelimiters=false
6+
ignoreBlankLinesWhenTrimming=false
7+
inActiveContentFilterList=
8+
javaTabWidthForJava=true
9+
org.eclipse.jdt.ui.editor.tab.width=2
10+
projectPropsEnabled=false
11+
removeTrailingSpaces=true
12+
replaceAllSpaces=false
13+
replaceAllTabs=false
14+
saveAndAddLine=false
15+
saveAndConvert=false
16+
saveAndFixLineDelimiters=false
17+
saveAndTrim=true
18+
useModulo4Tabs=false
Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
#FindBugs User Preferences
2+
#Wed Nov 19 14:11:27 PST 2014
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+
detectorCheckRelaxingNullnessAnnotation=CheckRelaxingNullnessAnnotation|true
16+
detectorCheckTypeQualifiers=CheckTypeQualifiers|true
17+
detectorCloneIdiom=CloneIdiom|true
18+
detectorComparatorIdiom=ComparatorIdiom|true
19+
detectorConfusedInheritance=ConfusedInheritance|true
20+
detectorConfusionBetweenInheritedAndOuterMethod=ConfusionBetweenInheritedAndOuterMethod|true
21+
detectorCrossSiteScripting=CrossSiteScripting|true
22+
detectorDefaultEncodingDetector=DefaultEncodingDetector|true
23+
detectorDoInsideDoPrivileged=DoInsideDoPrivileged|true
24+
detectorDontCatchIllegalMonitorStateException=DontCatchIllegalMonitorStateException|true
25+
detectorDontIgnoreResultOfPutIfAbsent=DontIgnoreResultOfPutIfAbsent|true
26+
detectorDontUseEnum=DontUseEnum|true
27+
detectorDroppedException=DroppedException|true
28+
detectorDumbMethodInvocations=DumbMethodInvocations|true
29+
detectorDumbMethods=DumbMethods|true
30+
detectorDuplicateBranches=DuplicateBranches|true
31+
detectorEmptyZipFileEntry=EmptyZipFileEntry|false
32+
detectorEqualsOperandShouldHaveClassCompatibleWithThis=EqualsOperandShouldHaveClassCompatibleWithThis|true
33+
detectorExplicitSerialization=ExplicitSerialization|true
34+
detectorFinalizerNullsFields=FinalizerNullsFields|true
35+
detectorFindBadCast2=FindBadCast2|true
36+
detectorFindBadForLoop=FindBadForLoop|true
37+
detectorFindCircularDependencies=FindCircularDependencies|false
38+
detectorFindDeadLocalStores=FindDeadLocalStores|true
39+
detectorFindDoubleCheck=FindDoubleCheck|true
40+
detectorFindEmptySynchronizedBlock=FindEmptySynchronizedBlock|true
41+
detectorFindFieldSelfAssignment=FindFieldSelfAssignment|true
42+
detectorFindFinalizeInvocations=FindFinalizeInvocations|true
43+
detectorFindFloatEquality=FindFloatEquality|true
44+
detectorFindHEmismatch=FindHEmismatch|true
45+
detectorFindInconsistentSync2=FindInconsistentSync2|true
46+
detectorFindJSR166LockMonitorenter=FindJSR166LockMonitorenter|true
47+
detectorFindLocalSelfAssignment2=FindLocalSelfAssignment2|true
48+
detectorFindMaskedFields=FindMaskedFields|true
49+
detectorFindMismatchedWaitOrNotify=FindMismatchedWaitOrNotify|true
50+
detectorFindNakedNotify=FindNakedNotify|true
51+
detectorFindNonShortCircuit=FindNonShortCircuit|true
52+
detectorFindNullDeref=FindNullDeref|true
53+
detectorFindNullDerefsInvolvingNonShortCircuitEvaluation=FindNullDerefsInvolvingNonShortCircuitEvaluation|true
54+
detectorFindOpenStream=FindOpenStream|true
55+
detectorFindPuzzlers=FindPuzzlers|true
56+
detectorFindRefComparison=FindRefComparison|true
57+
detectorFindReturnRef=FindReturnRef|true
58+
detectorFindRoughConstants=FindRoughConstants|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+
detectorInefficientIndexOf=InefficientIndexOf|true
81+
detectorInefficientMemberAccess=InefficientMemberAccess|false
82+
detectorInefficientToArray=InefficientToArray|true
83+
detectorInfiniteLoop=InfiniteLoop|true
84+
detectorInfiniteRecursiveLoop=InfiniteRecursiveLoop|true
85+
detectorInheritanceUnsafeGetResource=InheritanceUnsafeGetResource|true
86+
detectorInitializationChain=InitializationChain|true
87+
detectorInitializeNonnullFieldsInConstructor=InitializeNonnullFieldsInConstructor|true
88+
detectorInstantiateStaticClass=InstantiateStaticClass|true
89+
detectorIntCast2LongAsInstant=IntCast2LongAsInstant|true
90+
detectorInvalidJUnitTest=InvalidJUnitTest|true
91+
detectorIteratorIdioms=IteratorIdioms|true
92+
detectorLazyInit=LazyInit|true
93+
detectorLoadOfKnownNullValue=LoadOfKnownNullValue|true
94+
detectorLostLoggerDueToWeakReference=LostLoggerDueToWeakReference|true
95+
detectorMethodReturnCheck=MethodReturnCheck|true
96+
detectorMultithreadedInstanceAccess=MultithreadedInstanceAccess|true
97+
detectorMutableLock=MutableLock|true
98+
detectorMutableStaticFields=MutableStaticFields|true
99+
detectorNaming=Naming|true
100+
detectorNoteUnconditionalParamDerefs=NoteUnconditionalParamDerefs|true
101+
detectorNumberConstructor=NumberConstructor|true
102+
detectorOptionalReturnNull=OptionalReturnNull|true
103+
detectorOverridingEqualsNotSymmetrical=OverridingEqualsNotSymmetrical|true
104+
detectorPreferZeroLengthArrays=PreferZeroLengthArrays|true
105+
detectorPublicSemaphores=PublicSemaphores|false
106+
detectorQuestionableBooleanAssignment=QuestionableBooleanAssignment|true
107+
detectorReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass=ReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass|true
108+
detectorReadReturnShouldBeChecked=ReadReturnShouldBeChecked|true
109+
detectorRedundantInterfaces=RedundantInterfaces|true
110+
detectorRepeatedConditionals=RepeatedConditionals|true
111+
detectorRuntimeExceptionCapture=RuntimeExceptionCapture|true
112+
detectorSerializableIdiom=SerializableIdiom|true
113+
detectorStartInConstructor=StartInConstructor|true
114+
detectorStaticCalendarDetector=StaticCalendarDetector|true
115+
detectorStringConcatenation=StringConcatenation|true
116+
detectorSuperfluousInstanceOf=SuperfluousInstanceOf|true
117+
detectorSuspiciousThreadInterrupted=SuspiciousThreadInterrupted|true
118+
detectorSwitchFallthrough=SwitchFallthrough|true
119+
detectorSynchronizationOnSharedBuiltinConstant=SynchronizationOnSharedBuiltinConstant|true
120+
detectorSynchronizeAndNullCheckField=SynchronizeAndNullCheckField|true
121+
detectorSynchronizeOnClassLiteralNotGetClass=SynchronizeOnClassLiteralNotGetClass|true
122+
detectorSynchronizingOnContentsOfFieldToProtectField=SynchronizingOnContentsOfFieldToProtectField|true
123+
detectorURLProblems=URLProblems|true
124+
detectorUncallableMethodOfAnonymousClass=UncallableMethodOfAnonymousClass|true
125+
detectorUnnecessaryMath=UnnecessaryMath|true
126+
detectorUnreadFields=UnreadFields|true
127+
detectorUselessSubclassMethod=UselessSubclassMethod|false
128+
detectorVarArgsProblems=VarArgsProblems|true
129+
detectorVolatileUsage=VolatileUsage|true
130+
detectorWaitInLoop=WaitInLoop|true
131+
detectorWrongMapIterator=WrongMapIterator|true
132+
detectorXMLFactoryBypass=XMLFactoryBypass|true
133+
detector_threshold=2
134+
effort=default
135+
filter_settings=Medium|BAD_PRACTICE,CORRECTNESS,EXPERIMENTAL,MT_CORRECTNESS,PERFORMANCE,STYLE|false|15
136+
filter_settings_neg=MALICIOUS_CODE,SECURITY,NOISE,I18N|
137+
run_at_full_build=true
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
eclipse.preferences.version=1
2+
encoding//src/main/java=UTF-8
3+
encoding//src/test/java=UTF-8
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
=\=\=\=\=\=\=
2+
<<<<<<<=HEAD
3+
>>>>>>>=ef72daa81c73f99e2156f5bfe8127591fc6358e9
4+
eclipse.preferences.version=1
5+
org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled
6+
org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
7+
org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull
8+
org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault
9+
org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
10+
org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
11+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
12+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
13+
org.eclipse.jdt.core.compiler.compliance=1.7
14+
org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
15+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
16+
org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
17+
org.eclipse.jdt.core.compiler.problem.comparingIdentical=error
18+
org.eclipse.jdt.core.compiler.problem.deadCode=warning
19+
org.eclipse.jdt.core.compiler.problem.deprecation=warning
20+
org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
21+
org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
22+
org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
23+
org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
24+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
25+
org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=warning
26+
org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
27+
org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
28+
org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
29+
org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning
30+
org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
31+
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
32+
org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
33+
org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled
34+
org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
35+
org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning
36+
org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=warning
37+
org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
38+
org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning
39+
org.eclipse.jdt.core.compiler.problem.missingDefaultCase=warning
40+
org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning
41+
org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled
42+
org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=warning
43+
org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning
44+
org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled
45+
org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning
46+
org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=warning
47+
org.eclipse.jdt.core.compiler.problem.noEffectAssignment=error
48+
org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=error
49+
org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
50+
org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning
51+
org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error
52+
org.eclipse.jdt.core.compiler.problem.nullReference=warning
53+
org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error
54+
org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning
55+
org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
56+
org.eclipse.jdt.core.compiler.problem.parameterAssignment=warning
57+
org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=error
58+
org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore
59+
org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=ignore
60+
org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning
61+
org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning
62+
org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning
63+
org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=warning
64+
org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=warning
65+
org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore
66+
org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore
67+
org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
68+
org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
69+
org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
70+
org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
71+
org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled
72+
org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
73+
org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
74+
org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=disabled
75+
org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
76+
org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning
77+
org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
78+
org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
79+
org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning
80+
org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning
81+
org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
82+
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning
83+
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
84+
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
85+
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
86+
org.eclipse.jdt.core.compiler.problem.unusedImport=warning
87+
org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
88+
org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
89+
org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=warning
90+
org.eclipse.jdt.core.compiler.problem.unusedParameter=warning
91+
org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled
92+
org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
93+
org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
94+
org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
95+
org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=warning
96+
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
97+
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
98+
org.eclipse.jdt.core.compiler.source=1.7
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false

0 commit comments

Comments
 (0)