Bug 178 - Immer wenn der letzte offene Typ inferiert wird geht das
.class-File kaputt
This commit is contained in:
parent
11bc2ea5b1
commit
06ac40ab92
@ -325,8 +325,8 @@ public class JavEditor extends TextEditor implements UnifyResultListener {
|
|||||||
**/
|
**/
|
||||||
|
|
||||||
|
|
||||||
HashMap<String, byte[]> bytecode = typeinference.getBytecode(typeinference.getSourceFile(), newResultSets, typeinference.getOutputDirectory());
|
//HashMap<String, byte[]> bytecode = typeinference.getBytecode(typeinference.getSourceFile(), newResultSets, typeinference.getOutputDirectory());
|
||||||
typeinference.writeClassFile(typeinference.getOutputDirectory(), bytecode);
|
//typeinference.writeClassFile(typeinference.getOutputDirectory(), bytecode);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void removeMarkers() {
|
private void removeMarkers() {
|
||||||
|
Loading…
Reference in New Issue
Block a user