org.eclipse.jdt.core.prefs 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. eclipse.preferences.version=1
  2. org.eclipse.jdt.core.builder.cleanOutputFolder=clean
  3. org.eclipse.jdt.core.builder.duplicateResourceTask=warning
  4. org.eclipse.jdt.core.builder.invalidClasspath=abort
  5. org.eclipse.jdt.core.builder.recreateModifiedClassFileInOutputFolder=ignore
  6. org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch
  7. org.eclipse.jdt.core.circularClasspath=warning
  8. org.eclipse.jdt.core.classpath.exclusionPatterns=enabled
  9. org.eclipse.jdt.core.classpath.multipleOutputLocations=enabled
  10. org.eclipse.jdt.core.classpath.outputOverlappingAnotherSource=error
  11. org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled
  12. org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
  13. org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull
  14. org.eclipse.jdt.core.compiler.annotation.nonnull.secondary=
  15. org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault
  16. org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary=
  17. org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
  18. org.eclipse.jdt.core.compiler.annotation.nullable.secondary=
  19. org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
  20. org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
  21. org.eclipse.jdt.core.compiler.compliance=1.8
  22. org.eclipse.jdt.core.compiler.maxProblemPerUnit=100
  23. org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
  24. org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
  25. org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
  26. org.eclipse.jdt.core.compiler.problem.deadCode=warning
  27. org.eclipse.jdt.core.compiler.problem.deprecation=warning
  28. org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
  29. org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
  30. org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
  31. org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
  32. org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore
  33. org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
  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
  38. org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
  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=ignore
  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=ignore
  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=ignore
  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.specialParameterHidingField=disabled
  77. org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
  78. org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
  79. org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
  80. org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled
  81. org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
  82. org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
  83. org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled
  84. org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
  85. org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning
  86. org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
  87. org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
  88. org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentType=warning
  89. org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentTypeStrict=disabled
  90. org.eclipse.jdt.core.compiler.problem.unlikelyEqualsArgumentType=info
  91. org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
  92. org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=ignore
  93. org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
  94. org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
  95. org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
  96. org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
  97. org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
  98. org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore
  99. org.eclipse.jdt.core.compiler.problem.unusedImport=warning
  100. org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
  101. org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
  102. org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore
  103. org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
  104. org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled
  105. org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
  106. org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
  107. org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
  108. org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore
  109. org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
  110. org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
  111. org.eclipse.jdt.core.compiler.source=1.8
  112. org.eclipse.jdt.core.incompatibleJDKLevel=ignore
  113. org.eclipse.jdt.core.incompleteClasspath=error