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 243037 - edit of file.fxml causes repeated (identical) definition of xmlns:fx="" (and causes the loader to throw exception)
Summary: edit of file.fxml causes repeated (identical) definition of xmlns:fx="" (and...
Status: RESOLVED DUPLICATE of bug 242123
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-19 08:56 UTC by jbril
Modified: 2014-07-10 10:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (274.17 KB, text/plain)
2014-03-19 08:56 UTC, jbril
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jbril 2014-03-19 08:56:24 UTC
Product Version = NetBeans IDE 8.0 RC1 (Build 201402242200)
Operating System = Linux version 2.6.32-431.5.1.el6.i686 running on i386
Java; VM; Vendor = 1.8.0
Runtime = Java HotSpot(TM) Client VM 25.0-b69

xmlns:fx="" gets added multiple times and causes the loader to throw exception:

SEVERE: null
javafx.fxml.LoadException: 
file:/home/jaap/eightzero/Yapp/target/Yapp-1.0.jar!/net/jbril/yapp/edit/Round.fxml

	at javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2617)

removing the extra definition solves the problem.
Comment 1 jbril 2014-03-19 08:56:30 UTC
Created attachment 146136 [details]
IDE log
Comment 2 Roman Svitanic 2014-07-10 10:15:36 UTC

*** This bug has been marked as a duplicate of bug 242123 ***