Repaired project.
This commit is contained in:
parent
e4066b5125
commit
48a12fdc57
@ -1,16 +1,15 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<classpath>
|
<classpath>
|
||||||
<classpathentry kind="src" path="bundles/JavaCompilerPlugin.Plugin/src"/>
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
|
<attributes>
|
||||||
<attributes>
|
<attribute name="module" value="true"/>
|
||||||
<attribute name="module" value="true"/>
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
</attributes>
|
||||||
</attributes>
|
</classpathentry>
|
||||||
</classpathentry>
|
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
||||||
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
<attributes>
|
||||||
<attributes>
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
</attributes>
|
||||||
</attributes>
|
</classpathentry>
|
||||||
</classpathentry>
|
<classpathentry kind="output" path="target/classes"/>
|
||||||
<classpathentry kind="output" path="target/classes"/>
|
</classpath>
|
||||||
</classpath>
|
|
||||||
|
@ -1,20 +1,16 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<classpath>
|
<classpath>
|
||||||
<classpathentry kind="src" path="src"/>
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
|
|
||||||
<attributes>
|
|
||||||
<attribute name="module" value="true"/>
|
|
||||||
</attributes>
|
|
||||||
</classpathentry>
|
|
||||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||||
|
<classpathentry kind="src" path="src"/>
|
||||||
<classpathentry kind="lib" path="lib/animal-sniffer-annotations.jar"/>
|
<classpathentry kind="lib" path="lib/animal-sniffer-annotations.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/antlr-runtime.jar"/>
|
<classpathentry kind="lib" path="lib/antlr-runtime.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/antlr4-runtime.jar" sourcepath="C:/Users/michael/.m2/repository/org/antlr/antlr4-runtime/4.7/antlr4-runtime-4.7-sources.jar"/>
|
<classpathentry kind="lib" path="lib/antlr4-runtime.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/antlr4.jar"/>
|
<classpathentry kind="lib" path="lib/antlr4.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/asm.jar"/>
|
<classpathentry kind="lib" path="lib/asm.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/commons-collections4.jar"/>
|
|
||||||
<classpathentry kind="lib" path="lib/bcel.jar"/>
|
<classpathentry kind="lib" path="lib/bcel.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/checker-qual.jar"/>
|
<classpathentry kind="lib" path="lib/checker-qual.jar"/>
|
||||||
|
<classpathentry kind="lib" path="lib/commons-collections4.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/commons-io.jar"/>
|
<classpathentry kind="lib" path="lib/commons-io.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/error_prone_annotations.jar"/>
|
<classpathentry kind="lib" path="lib/error_prone_annotations.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/failureaccess.jar"/>
|
<classpathentry kind="lib" path="lib/failureaccess.jar"/>
|
||||||
@ -22,7 +18,7 @@
|
|||||||
<classpathentry kind="lib" path="lib/icu4j.jar"/>
|
<classpathentry kind="lib" path="lib/icu4j.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/j2objc-annotations.jar"/>
|
<classpathentry kind="lib" path="lib/j2objc-annotations.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/javassist.jar"/>
|
<classpathentry kind="lib" path="lib/javassist.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/JavaTXcompiler.jar" sourcepath="/JavaTXcompiler"/>
|
<classpathentry kind="lib" path="lib/JavaTXcompiler.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/javax.json.jar"/>
|
<classpathentry kind="lib" path="lib/javax.json.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/jsr305.jar"/>
|
<classpathentry kind="lib" path="lib/jsr305.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/listenablefuture.jar"/>
|
<classpathentry kind="lib" path="lib/listenablefuture.jar"/>
|
||||||
|
@ -177,7 +177,7 @@ public class JavEditor extends TextEditor implements UnifyResultListener {
|
|||||||
// do something long running
|
// do something long running
|
||||||
if (!this.typeReplaceMarkers.isEmpty() || !this.errorMarkers.isEmpty()) {
|
if (!this.typeReplaceMarkers.isEmpty() || !this.errorMarkers.isEmpty()) {
|
||||||
LOG.log(new Status(ERROR, PLUGIN_ID,
|
LOG.log(new Status(ERROR, PLUGIN_ID,
|
||||||
"Fehler: Zuerst Marker löschen, bevor Typinferenz durchgeführt werden kann"));
|
"Fehler: Zuerst Marker löschen, bevor Typinferenz durchgeführt werden kann"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user