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 230327 - JFXProjectUtils.readFromFile() should not be invoked from AWT
Summary: JFXProjectUtils.readFromFile() should not be invoked from AWT
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Petr Somol
URL:
Keywords: PERFORMANCE
Depends on: 229705
Blocks:
  Show dependency tree
 
Reported: 2013-05-27 13:43 UTC by Tomas Hurka
Modified: 2013-06-10 02:21 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 200950


Attachments
stacktrace (4.88 KB, text/plain)
2013-05-27 13:43 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 13:43: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: Run test file




Stacktrace: 
java.lang.Exception: 5543294 file /Users/thurka/NetBeansProjects/AnagramGame/nbproject/project.properties ReadEnd read bytes:3380 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 sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
   at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
Comment 1 Tomas Hurka 2013-05-27 13:43:31 UTC
Created attachment 134951 [details]
stacktrace
Comment 2 Petr Somol 2013-06-06 09:44:16 UTC
fixed in jetmain
http://hg.netbeans.org/jet-main/rev/5a346fc7541c
Comment 3 Quality Engineering 2013-06-10 02:21:28 UTC
Integrated into 'main-golden', will be available in build *201306100004* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/5a346fc7541c
User: Petr Somol <psomol@netbeans.org>
Log: #230327 - JFXProjectUtils.readFromFile() should not be invoked from AWT