This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 245790 - IllegalStateException at org.netbeans.modules.java.source.parsing.WriteBackTransaction.createFileObject
Summary: IllegalStateException at org.netbeans.modules.java.source.parsing.WriteBackTr...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-18 11:07 UTC by Exceptions Reporter
Modified: 2015-11-21 04:17 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 193469


Attachments
stacktrace (3.62 KB, text/plain)
2014-07-18 11:07 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-07-18 11:07:42 UTC
Build: NetBeans IDE 7.3.1 (Build 201306052037)
VM: Java HotSpot(TM) Client VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows Vista

User Comments:
aljsteiner: editing an line adding a line to a arraylist

aljsteiner: Switched to the E.java file, than attempted to move the cursur to a new position

GUEST: Lentidao

aljsteiner: same copying of array declarations

aljsteiner: Paste a name replacing another variable in a statement

aljsteiner: swapping back and forth between classes one with an error

aljsteiner: Editing a line involving a reference to an enum

aljsteiner: Put some lines into a clone CalReq.java that were copied from class E

aljsteiner: adding missing variables to a class,  copying them from another class while moving code from a method in the other valss.




Stacktrace: 
java.lang.IllegalStateException
   at org.netbeans.modules.java.source.parsing.WriteBackTransaction.createFileObject(WriteBackTransaction.java:231)
   at org.netbeans.modules.java.source.parsing.OutputFileManager.getJavaFileForOutput(OutputFileManager.java:144)
   at org.netbeans.modules.java.source.parsing.ProxyFileManager.getJavaFileForOutput(ProxyFileManager.java:359)
   at com.sun.tools.javac.jvm.ClassWriter.writeClass(ClassWriter.java:1516)
   at com.sun.tools.javac.main.JavaCompiler.genCode(JavaCompiler.java:721)
   at com.sun.tools.javac.main.JavaCompiler.generate(JavaCompiler.java:1483)
Comment 1 Exceptions Reporter 2014-07-18 11:07:44 UTC
Created attachment 148130 [details]
stacktrace
Comment 2 Exceptions Reporter 2015-05-15 03:29:49 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=193469