dc6199806f
additionally cleaned up whole project, fixed some Javadoc errors and added a few database and connection options. Sorry for the huge commit, there was almost no time inbetween where a commit would have been possible, as to solve every problem, a new problem arose. However, as of now, f/message_handling should be ready to be merged into develop, besides that it could not be tested yet.
16 lines
835 B
INI
16 lines
835 B
INI
eclipse.preferences.version=1
|
|
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
|
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
|
|
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
|
|
org.eclipse.jdt.core.compiler.compliance=1.8
|
|
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
|
|
org.eclipse.jdt.core.compiler.debug.localVariable=generate
|
|
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
|
|
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
|
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
|
|
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
|
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
|
|
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
|
|
org.eclipse.jdt.core.compiler.release=disabled
|
|
org.eclipse.jdt.core.compiler.source=1.8
|