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 - Form file is read in AWT
Summary: Form file is read in AWT
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-05-27 11:40 UTC by Tomas Hurka
Modified: 2013-05-27 11:58 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 200945


Attachments
stacktrace (3.88 KB, text/plain)
2013-05-27 11:40 UTC, Tomas Hurka
Details
stacktrace (3.89 KB, text/plain)
2013-05-27 11:58 UTC, Tomas Hurka
Details

Note You need to log in before you can comment on or make changes to this bug.
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