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 222297

Summary: java.io.IOException at org.netbeans.modules.java.source.parsing.WriteBackTransaction$CachedFileObject.flush
Product: editor Reporter: markiewb
Component: Parsing & IndexingAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal CC: exceptions_reporter, tim_sa
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 193902
Attachments: stacktrace
stacktrace

Description markiewb 2012-11-16 18:32:14 UTC
Build: NetBeans IDE Dev (Build 201210250001)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.12-b01, Java(TM) SE Runtime Environment, 1.6.0_37-b06
OS: Windows 7

User Comments:
markiewb: Changed the package name within a java file




Stacktrace: 
java.io.IOException
   at org.netbeans.modules.java.source.parsing.WriteBackTransaction$CachedFileObject.flush(WriteBackTransaction.java:458)
   at org.netbeans.modules.java.source.parsing.WriteBackTransaction.doFlushFiles(WriteBackTransaction.java:310)
   at org.netbeans.modules.java.source.parsing.WriteBackTransaction.flushFiles(WriteBackTransaction.java:301)
   at org.netbeans.modules.java.source.parsing.WriteBackTransaction.commit(WriteBackTransaction.java:293)
   at org.netbeans.modules.java.source.indexing.TransactionContext.commit(TransactionContext.java:93)
   at org.netbeans.modules.java.source.indexing.JavaCustomIndexer$Factory.scanFinished(JavaCustomIndexer.java:974)
Comment 1 markiewb 2012-11-16 18:32:20 UTC
Created attachment 127957 [details]
stacktrace
Comment 2 Tomas Zezula 2012-11-20 14:51:56 UTC
In fact OS error (the folder cannot be created for some reason).
At least adding the absolute path of the folder being created.
jet-main 282a3f854fd3
Comment 3 Quality Engineering 2012-11-21 13:40:17 UTC
Integrated into 'main-golden', will be available in build *201211211016* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/282a3f854fd3
User: Tomas Zezula <tzezula@netbeans.org>
Log: #222297:java.io.IOException at org.netbeans.modules.java.source.parsing.WriteBackTransaction$CachedFileObject.flush
Comment 4 Tomas Zezula 2012-11-21 21:40:54 UTC
*** Bug 221814 has been marked as a duplicate of this bug. ***
Comment 5 tim_sa 2012-11-23 09:23:04 UTC
Created attachment 128296 [details]
stacktrace

pasted into the editor