diff --git a/JavaCompilerPlugin/bundles/JavaCompilerPlugin.Plugin/src/typinferenzplugin/editor/JavEditor.java b/JavaCompilerPlugin/bundles/JavaCompilerPlugin.Plugin/src/typinferenzplugin/editor/JavEditor.java index 9f7597f..c58c8b2 100644 --- a/JavaCompilerPlugin/bundles/JavaCompilerPlugin.Plugin/src/typinferenzplugin/editor/JavEditor.java +++ b/JavaCompilerPlugin/bundles/JavaCompilerPlugin.Plugin/src/typinferenzplugin/editor/JavEditor.java @@ -323,10 +323,6 @@ public class JavEditor extends TextEditor implements UnifyResultListener { updateGuiWithNewMarkersSynchron(newMarkers); this.errorMarkers.addAll(newMarkers); **/ - - - HashMap bytecode = typeinference.getBytecode(typeinference.getSourceFile(), newResultSets, typeinference.getOutputDirectory()); - typeinference.writeClassFile(typeinference.getOutputDirectory(), bytecode); } private void removeMarkers() {