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 230314

Summary: Form file is read in AWT
Product: guibuilder Reporter: Tomas Hurka <thurka>
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: normal CC: issues, thurka
Priority: P3 Keywords: PERFORMANCE
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 200945
Attachments: stacktrace
stacktrace

Description Tomas Hurka 2013-05-27 11:40:29 UTC
Build: NetBeans IDE Dev (Build 20130521-84138d89e59d)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b35, Java(TM) SE Runtime Environment, 1.7.0_14-ea-b16
OS: Mac OS X

User Comments:
thurka: Open form file for example About.java from AnagramGame




Stacktrace: 
java.lang.Exception: 57914 file /Users/thurka/NetBeansProjects/AnagramGame/src/com/toy/anagrams/ui/About.form ReadEnd read bytes:0 time:0
   at org.netbeans.lib.traceio.agent.Reporter.reportException(Reporter.java:78)
   at org.netbeans.lib.traceio.agent.TraceIO.fileReadEnd(TraceIO.java:299)
   at sun.misc.IoTrace.fileReadEnd(IoTrace.java:169)
   at java.io.FileInputStream.read(FileInputStream.java:271)
   at java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
   at java.io.BufferedInputStream.read1(BufferedInputStream.java:275)
Comment 1 Tomas Hurka 2013-05-27 11:40:30 UTC
Created attachment 134943 [details]
stacktrace
Comment 2 Tomas Hurka 2013-05-27 11:51:49 UTC
Reading of form file should not block AWT.
Comment 3 Tomas Hurka 2013-05-27 11:58:14 UTC
Created attachment 134947 [details]
stacktrace

Open form file