Skip to content

Commit 8d6b670

Browse files
committed
Normalise line endings (second attempt)
Configuration changed to always use line-feeds only.
1 parent 375ae51 commit 8d6b670

File tree

144 files changed

+8838
-8838
lines changed

Some content is hidden

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

144 files changed

+8838
-8838
lines changed

.classpath

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<classpath>
3-
<classpathentry kind="src" output="target/classes" path="src/main/java">
4-
<attributes>
5-
<attribute name="optional" value="true"/>
6-
<attribute name="maven.pomderived" value="true"/>
7-
</attributes>
8-
</classpathentry>
9-
<classpathentry kind="src" output="target/classes" path="src/main/antlr3">
10-
<attributes>
11-
<attribute name="optional" value="true"/>
12-
<attribute name="maven.pomderived" value="true"/>
13-
</attributes>
14-
</classpathentry>
15-
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
16-
<attributes>
17-
<attribute name="maven.pomderived" value="true"/>
18-
</attributes>
19-
</classpathentry>
20-
<classpathentry including="**/*.java" kind="src" output="target/test-classes" path="src/test/java">
21-
<attributes>
22-
<attribute name="optional" value="true"/>
23-
<attribute name="maven.pomderived" value="true"/>
24-
</attributes>
25-
</classpathentry>
26-
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
27-
<attributes>
28-
<attribute name="maven.pomderived" value="true"/>
29-
</attributes>
30-
</classpathentry>
31-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
32-
<attributes>
33-
<attribute name="maven.pomderived" value="true"/>
34-
</attributes>
35-
</classpathentry>
36-
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
37-
<attributes>
38-
<attribute name="maven.pomderived" value="true"/>
39-
</attributes>
40-
</classpathentry>
41-
<classpathentry kind="output" path="target/classes"/>
42-
</classpath>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" output="target/classes" path="src/main/java">
4+
<attributes>
5+
<attribute name="optional" value="true"/>
6+
<attribute name="maven.pomderived" value="true"/>
7+
</attributes>
8+
</classpathentry>
9+
<classpathentry kind="src" output="target/classes" path="src/main/antlr3">
10+
<attributes>
11+
<attribute name="optional" value="true"/>
12+
<attribute name="maven.pomderived" value="true"/>
13+
</attributes>
14+
</classpathentry>
15+
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
16+
<attributes>
17+
<attribute name="maven.pomderived" value="true"/>
18+
</attributes>
19+
</classpathentry>
20+
<classpathentry including="**/*.java" kind="src" output="target/test-classes" path="src/test/java">
21+
<attributes>
22+
<attribute name="optional" value="true"/>
23+
<attribute name="maven.pomderived" value="true"/>
24+
</attributes>
25+
</classpathentry>
26+
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
27+
<attributes>
28+
<attribute name="maven.pomderived" value="true"/>
29+
</attributes>
30+
</classpathentry>
31+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
32+
<attributes>
33+
<attribute name="maven.pomderived" value="true"/>
34+
</attributes>
35+
</classpathentry>
36+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
37+
<attributes>
38+
<attribute name="maven.pomderived" value="true"/>
39+
</attributes>
40+
</classpathentry>
41+
<classpathentry kind="output" path="target/classes"/>
42+
</classpath>
Lines changed: 133 additions & 133 deletions
Original file line numberDiff line numberDiff line change
@@ -1,133 +1,133 @@
1-
#FindBugs User Preferences
2-
#Tue Feb 26 14:59:42 CET 2013
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|false
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-
detectorFindNonShortCircuit=FindNonShortCircuit|true
51-
detectorFindNullDeref=FindNullDeref|true
52-
detectorFindNullDerefsInvolvingNonShortCircuitEvaluation=FindNullDerefsInvolvingNonShortCircuitEvaluation|true
53-
detectorFindOpenStream=FindOpenStream|true
54-
detectorFindPuzzlers=FindPuzzlers|true
55-
detectorFindRefComparison=FindRefComparison|true
56-
detectorFindReturnRef=FindReturnRef|true
57-
detectorFindRunInvocations=FindRunInvocations|true
58-
detectorFindSelfComparison=FindSelfComparison|true
59-
detectorFindSelfComparison2=FindSelfComparison2|true
60-
detectorFindSleepWithLockHeld=FindSleepWithLockHeld|true
61-
detectorFindSpinLoop=FindSpinLoop|true
62-
detectorFindSqlInjection=FindSqlInjection|true
63-
detectorFindTwoLockWait=FindTwoLockWait|true
64-
detectorFindUncalledPrivateMethods=FindUncalledPrivateMethods|true
65-
detectorFindUnconditionalWait=FindUnconditionalWait|true
66-
detectorFindUninitializedGet=FindUninitializedGet|true
67-
detectorFindUnrelatedTypesInGenericContainer=FindUnrelatedTypesInGenericContainer|true
68-
detectorFindUnreleasedLock=FindUnreleasedLock|true
69-
detectorFindUnsatisfiedObligation=FindUnsatisfiedObligation|true
70-
detectorFindUnsyncGet=FindUnsyncGet|true
71-
detectorFindUseOfNonSerializableValue=FindUseOfNonSerializableValue|true
72-
detectorFindUselessControlFlow=FindUselessControlFlow|true
73-
detectorFormatStringChecker=FormatStringChecker|true
74-
detectorHugeSharedStringConstants=HugeSharedStringConstants|true
75-
detectorIDivResultCastToDouble=IDivResultCastToDouble|true
76-
detectorIncompatMask=IncompatMask|true
77-
detectorInconsistentAnnotations=InconsistentAnnotations|true
78-
detectorInefficientMemberAccess=InefficientMemberAccess|false
79-
detectorInefficientToArray=InefficientToArray|true
80-
detectorInfiniteLoop=InfiniteLoop|true
81-
detectorInfiniteRecursiveLoop=InfiniteRecursiveLoop|true
82-
detectorInheritanceUnsafeGetResource=InheritanceUnsafeGetResource|true
83-
detectorInitializationChain=InitializationChain|true
84-
detectorInitializeNonnullFieldsInConstructor=InitializeNonnullFieldsInConstructor|true
85-
detectorInstantiateStaticClass=InstantiateStaticClass|true
86-
detectorIntCast2LongAsInstant=IntCast2LongAsInstant|true
87-
detectorInvalidJUnitTest=InvalidJUnitTest|true
88-
detectorIteratorIdioms=IteratorIdioms|true
89-
detectorLazyInit=LazyInit|true
90-
detectorLoadOfKnownNullValue=LoadOfKnownNullValue|true
91-
detectorLostLoggerDueToWeakReference=LostLoggerDueToWeakReference|true
92-
detectorMethodReturnCheck=MethodReturnCheck|true
93-
detectorMultithreadedInstanceAccess=MultithreadedInstanceAccess|true
94-
detectorMutableLock=MutableLock|true
95-
detectorMutableStaticFields=MutableStaticFields|true
96-
detectorNaming=Naming|true
97-
detectorNoteUnconditionalParamDerefs=NoteUnconditionalParamDerefs|true
98-
detectorNumberConstructor=NumberConstructor|true
99-
detectorOverridingEqualsNotSymmetrical=OverridingEqualsNotSymmetrical|true
100-
detectorPreferZeroLengthArrays=PreferZeroLengthArrays|true
101-
detectorPublicSemaphores=PublicSemaphores|false
102-
detectorQuestionableBooleanAssignment=QuestionableBooleanAssignment|true
103-
detectorReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass=ReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass|true
104-
detectorReadReturnShouldBeChecked=ReadReturnShouldBeChecked|true
105-
detectorRedundantInterfaces=RedundantInterfaces|true
106-
detectorRepeatedConditionals=RepeatedConditionals|true
107-
detectorRuntimeExceptionCapture=RuntimeExceptionCapture|true
108-
detectorSerializableIdiom=SerializableIdiom|true
109-
detectorStartInConstructor=StartInConstructor|true
110-
detectorStaticCalendarDetector=StaticCalendarDetector|true
111-
detectorStringConcatenation=StringConcatenation|true
112-
detectorSuperfluousInstanceOf=SuperfluousInstanceOf|true
113-
detectorSuspiciousThreadInterrupted=SuspiciousThreadInterrupted|true
114-
detectorSwitchFallthrough=SwitchFallthrough|true
115-
detectorSynchronizeAndNullCheckField=SynchronizeAndNullCheckField|true
116-
detectorSynchronizeOnClassLiteralNotGetClass=SynchronizeOnClassLiteralNotGetClass|true
117-
detectorSynchronizingOnContentsOfFieldToProtectField=SynchronizingOnContentsOfFieldToProtectField|true
118-
detectorURLProblems=URLProblems|true
119-
detectorUncallableMethodOfAnonymousClass=UncallableMethodOfAnonymousClass|true
120-
detectorUnnecessaryMath=UnnecessaryMath|true
121-
detectorUnreadFields=UnreadFields|true
122-
detectorUselessSubclassMethod=UselessSubclassMethod|false
123-
detectorVarArgsProblems=VarArgsProblems|true
124-
detectorVolatileUsage=VolatileUsage|true
125-
detectorWaitInLoop=WaitInLoop|true
126-
detectorWrongMapIterator=WrongMapIterator|true
127-
detectorXMLFactoryBypass=XMLFactoryBypass|true
128-
detector_threshold=2
129-
effort=default
130-
excludefilter0=quality_assurance/findbugs-exclude.xml|true
131-
filter_settings=Medium|BAD_PRACTICE,CORRECTNESS,MT_CORRECTNESS,PERFORMANCE,STYLE|false|15
132-
filter_settings_neg=MALICIOUS_CODE,NOISE,I18N,SECURITY,EXPERIMENTAL|
133-
run_at_full_build=false
1+
#FindBugs User Preferences
2+
#Tue Feb 26 14:59:42 CET 2013
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|false
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+
detectorFindNonShortCircuit=FindNonShortCircuit|true
51+
detectorFindNullDeref=FindNullDeref|true
52+
detectorFindNullDerefsInvolvingNonShortCircuitEvaluation=FindNullDerefsInvolvingNonShortCircuitEvaluation|true
53+
detectorFindOpenStream=FindOpenStream|true
54+
detectorFindPuzzlers=FindPuzzlers|true
55+
detectorFindRefComparison=FindRefComparison|true
56+
detectorFindReturnRef=FindReturnRef|true
57+
detectorFindRunInvocations=FindRunInvocations|true
58+
detectorFindSelfComparison=FindSelfComparison|true
59+
detectorFindSelfComparison2=FindSelfComparison2|true
60+
detectorFindSleepWithLockHeld=FindSleepWithLockHeld|true
61+
detectorFindSpinLoop=FindSpinLoop|true
62+
detectorFindSqlInjection=FindSqlInjection|true
63+
detectorFindTwoLockWait=FindTwoLockWait|true
64+
detectorFindUncalledPrivateMethods=FindUncalledPrivateMethods|true
65+
detectorFindUnconditionalWait=FindUnconditionalWait|true
66+
detectorFindUninitializedGet=FindUninitializedGet|true
67+
detectorFindUnrelatedTypesInGenericContainer=FindUnrelatedTypesInGenericContainer|true
68+
detectorFindUnreleasedLock=FindUnreleasedLock|true
69+
detectorFindUnsatisfiedObligation=FindUnsatisfiedObligation|true
70+
detectorFindUnsyncGet=FindUnsyncGet|true
71+
detectorFindUseOfNonSerializableValue=FindUseOfNonSerializableValue|true
72+
detectorFindUselessControlFlow=FindUselessControlFlow|true
73+
detectorFormatStringChecker=FormatStringChecker|true
74+
detectorHugeSharedStringConstants=HugeSharedStringConstants|true
75+
detectorIDivResultCastToDouble=IDivResultCastToDouble|true
76+
detectorIncompatMask=IncompatMask|true
77+
detectorInconsistentAnnotations=InconsistentAnnotations|true
78+
detectorInefficientMemberAccess=InefficientMemberAccess|false
79+
detectorInefficientToArray=InefficientToArray|true
80+
detectorInfiniteLoop=InfiniteLoop|true
81+
detectorInfiniteRecursiveLoop=InfiniteRecursiveLoop|true
82+
detectorInheritanceUnsafeGetResource=InheritanceUnsafeGetResource|true
83+
detectorInitializationChain=InitializationChain|true
84+
detectorInitializeNonnullFieldsInConstructor=InitializeNonnullFieldsInConstructor|true
85+
detectorInstantiateStaticClass=InstantiateStaticClass|true
86+
detectorIntCast2LongAsInstant=IntCast2LongAsInstant|true
87+
detectorInvalidJUnitTest=InvalidJUnitTest|true
88+
detectorIteratorIdioms=IteratorIdioms|true
89+
detectorLazyInit=LazyInit|true
90+
detectorLoadOfKnownNullValue=LoadOfKnownNullValue|true
91+
detectorLostLoggerDueToWeakReference=LostLoggerDueToWeakReference|true
92+
detectorMethodReturnCheck=MethodReturnCheck|true
93+
detectorMultithreadedInstanceAccess=MultithreadedInstanceAccess|true
94+
detectorMutableLock=MutableLock|true
95+
detectorMutableStaticFields=MutableStaticFields|true
96+
detectorNaming=Naming|true
97+
detectorNoteUnconditionalParamDerefs=NoteUnconditionalParamDerefs|true
98+
detectorNumberConstructor=NumberConstructor|true
99+
detectorOverridingEqualsNotSymmetrical=OverridingEqualsNotSymmetrical|true
100+
detectorPreferZeroLengthArrays=PreferZeroLengthArrays|true
101+
detectorPublicSemaphores=PublicSemaphores|false
102+
detectorQuestionableBooleanAssignment=QuestionableBooleanAssignment|true
103+
detectorReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass=ReadOfInstanceFieldInMethodInvokedByConstructorInSuperclass|true
104+
detectorReadReturnShouldBeChecked=ReadReturnShouldBeChecked|true
105+
detectorRedundantInterfaces=RedundantInterfaces|true
106+
detectorRepeatedConditionals=RepeatedConditionals|true
107+
detectorRuntimeExceptionCapture=RuntimeExceptionCapture|true
108+
detectorSerializableIdiom=SerializableIdiom|true
109+
detectorStartInConstructor=StartInConstructor|true
110+
detectorStaticCalendarDetector=StaticCalendarDetector|true
111+
detectorStringConcatenation=StringConcatenation|true
112+
detectorSuperfluousInstanceOf=SuperfluousInstanceOf|true
113+
detectorSuspiciousThreadInterrupted=SuspiciousThreadInterrupted|true
114+
detectorSwitchFallthrough=SwitchFallthrough|true
115+
detectorSynchronizeAndNullCheckField=SynchronizeAndNullCheckField|true
116+
detectorSynchronizeOnClassLiteralNotGetClass=SynchronizeOnClassLiteralNotGetClass|true
117+
detectorSynchronizingOnContentsOfFieldToProtectField=SynchronizingOnContentsOfFieldToProtectField|true
118+
detectorURLProblems=URLProblems|true
119+
detectorUncallableMethodOfAnonymousClass=UncallableMethodOfAnonymousClass|true
120+
detectorUnnecessaryMath=UnnecessaryMath|true
121+
detectorUnreadFields=UnreadFields|true
122+
detectorUselessSubclassMethod=UselessSubclassMethod|false
123+
detectorVarArgsProblems=VarArgsProblems|true
124+
detectorVolatileUsage=VolatileUsage|true
125+
detectorWaitInLoop=WaitInLoop|true
126+
detectorWrongMapIterator=WrongMapIterator|true
127+
detectorXMLFactoryBypass=XMLFactoryBypass|true
128+
detector_threshold=2
129+
effort=default
130+
excludefilter0=quality_assurance/findbugs-exclude.xml|true
131+
filter_settings=Medium|BAD_PRACTICE,CORRECTNESS,MT_CORRECTNESS,PERFORMANCE,STYLE|false|15
132+
filter_settings_neg=MALICIOUS_CODE,NOISE,I18N,SECURITY,EXPERIMENTAL|
133+
run_at_full_build=false
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
eclipse.preferences.version=1
2-
encoding//src/main/antlr3=UTF-8
3-
encoding//src/main/java=UTF-8
4-
encoding//src/main/resources=UTF-8
5-
encoding//src/test/java=UTF-8
6-
encoding//src/test/resources=UTF-8
7-
encoding/<project>=UTF-8
1+
eclipse.preferences.version=1
2+
encoding//src/main/antlr3=UTF-8
3+
encoding//src/main/java=UTF-8
4+
encoding//src/main/resources=UTF-8
5+
encoding//src/test/java=UTF-8
6+
encoding//src/test/resources=UTF-8
7+
encoding/<project>=UTF-8

.settings/org.eclipse.jdt.core.prefs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
eclipse.preferences.version=1
2-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
3-
org.eclipse.jdt.core.compiler.compliance=1.6
4-
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
5-
org.eclipse.jdt.core.compiler.source=1.6
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
3+
org.eclipse.jdt.core.compiler.compliance=1.6
4+
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
5+
org.eclipse.jdt.core.compiler.source=1.6

.settings/org.eclipse.m2e.core.prefs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
activeProfiles=
2-
eclipse.preferences.version=1
3-
resolveWorkspaceProjects=true
4-
version=1
1+
activeProfiles=
2+
eclipse.preferences.version=1
3+
resolveWorkspaceProjects=true
4+
version=1

0 commit comments

Comments
 (0)