Skip to content

Commit 261c356

Browse files
committed
[fix] Align syson-tree-explorer-view settings to other modules
Signed-off-by: Axel RICHARD <axel.richard@obeo.fr>
1 parent f49e452 commit 261c356

6 files changed

Lines changed: 266 additions & 7 deletions

File tree

backend/views/syson-tree-explorer-view/.settings/org.eclipse.core.resources.prefs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ eclipse.preferences.version=1
22
encoding//src/main/java=UTF-8
33
encoding//src/main/resources=UTF-8
44
encoding//src/test/java=UTF-8
5+
encoding//src/test/resources=UTF-8
56
encoding/<project>=UTF-8
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#Mon Sep 24 15:04:19 CEST 2007
2+
eclipse.preferences.version=1
3+
line.separator=\n

backend/views/syson-tree-explorer-view/.settings/org.eclipse.jdt.core.prefs

Lines changed: 110 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,120 @@
11
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled
3+
org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
4+
org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull
5+
org.eclipse.jdt.core.compiler.annotation.nonnull.secondary=
6+
org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault
7+
org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary=
8+
org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
9+
org.eclipse.jdt.core.compiler.annotation.nullable.secondary=
10+
org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
11+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
212
org.eclipse.jdt.core.compiler.codegen.methodParameters=generate
313
org.eclipse.jdt.core.compiler.codegen.targetPlatform=17
14+
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
415
org.eclipse.jdt.core.compiler.compliance=17
16+
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
17+
org.eclipse.jdt.core.compiler.debug.localVariable=generate
18+
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
19+
org.eclipse.jdt.core.compiler.problem.APILeak=warning
20+
org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
21+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
22+
org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
23+
org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
24+
org.eclipse.jdt.core.compiler.problem.deadCode=warning
25+
org.eclipse.jdt.core.compiler.problem.deprecation=warning
26+
org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
27+
org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
28+
org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
29+
org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
530
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
31+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
32+
org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore
33+
org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning
34+
org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
35+
org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
36+
org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning
37+
org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
638
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
7-
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
39+
org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
40+
org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled
41+
org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
42+
org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning
43+
org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore
44+
org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
45+
org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning
46+
org.eclipse.jdt.core.compiler.problem.missingDefaultCase=warning
47+
org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
48+
org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled
49+
org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=ignore
50+
org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
51+
org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled
52+
org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning
53+
org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore
54+
org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning
55+
org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
56+
org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
57+
org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning
58+
org.eclipse.jdt.core.compiler.problem.nonnullTypeVariableFromLegacyInvocation=warning
59+
org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error
60+
org.eclipse.jdt.core.compiler.problem.nullReference=warning
61+
org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error
62+
org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning
63+
org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
64+
org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
65+
org.eclipse.jdt.core.compiler.problem.pessimisticNullAnalysisForFreeTypeVariables=warning
66+
org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore
67+
org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning
68+
org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=ignore
69+
org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning
70+
org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning
71+
org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning
72+
org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=ignore
73+
org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore
74+
org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore
75+
org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore
76+
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
77+
org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
78+
org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
79+
org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
80+
org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
81+
org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled
82+
org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
83+
org.eclipse.jdt.core.compiler.problem.terminalDeprecation=warning
84+
org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
85+
org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled
86+
org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
87+
org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning
88+
org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
89+
org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=ignore
90+
org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentType=warning
91+
org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentTypeStrict=disabled
92+
org.eclipse.jdt.core.compiler.problem.unlikelyEqualsArgumentType=info
93+
org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
94+
org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=ignore
95+
org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
96+
org.eclipse.jdt.core.compiler.problem.unstableAutoModuleName=warning
97+
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
98+
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
99+
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
100+
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
101+
org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore
102+
org.eclipse.jdt.core.compiler.problem.unusedImport=warning
103+
org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
104+
org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
105+
org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore
106+
org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
107+
org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled
108+
org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
109+
org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
110+
org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
111+
org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore
112+
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
113+
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
8114
org.eclipse.jdt.core.compiler.processAnnotations=disabled
9115
org.eclipse.jdt.core.compiler.release=enabled
10116
org.eclipse.jdt.core.compiler.source=17
117+
org.eclipse.jdt.core.formatter.align_arrows_in_switch_on_columns=false
11118
org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false
12119
org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647
13120
org.eclipse.jdt.core.formatter.align_selector_in_method_invocation_on_expression_first_line=false
@@ -85,6 +192,7 @@ org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end
85192
org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line
86193
org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line
87194
org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line
195+
org.eclipse.jdt.core.formatter.brace_position_for_block_in_case_after_arrow=end_of_line
88196
org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line
89197
org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line
90198
org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line
@@ -340,6 +448,7 @@ org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_
340448
org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert
341449
org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert
342450
org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert
451+
org.eclipse.jdt.core.formatter.join_line_comments=false
343452
org.eclipse.jdt.core.formatter.join_lines_in_comments=true
344453
org.eclipse.jdt.core.formatter.join_wrapped_lines=false
345454
org.eclipse.jdt.core.formatter.keep_annotation_declaration_on_one_line=one_line_if_empty

0 commit comments

Comments
 (0)