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 236621 - [74cat] FXML editor - Errors are incorrectly highlighted
Summary: [74cat] FXML editor - Errors are incorrectly highlighted
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: PC All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on: 236509
Blocks:
  Show dependency tree
 
Reported: 2013-10-01 20:37 UTC by Lou Dasaro
Modified: 2013-12-13 06:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Shows the error in NetBeans RC1 (232.82 KB, image/jpeg)
2013-10-01 20:37 UTC, Lou Dasaro
Details
Shows another so-called error (232.72 KB, image/jpeg)
2013-10-01 20:41 UTC, Lou Dasaro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lou Dasaro 2013-10-01 20:37:57 UTC
Created attachment 140704 [details]
Shows the error in NetBeans RC1

See attachment. FXML code that is NOT in error is highlighted as IN ERROR in FXML editor due to Bug 236509

Product Version: NetBeans IDE 7.4 RC1 (Build 201309162201)
Java: 1.7.0_25; Java HotSpot(TM) Client VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b17
System: Windows 8 version 6.2 running on x86; Cp1252; en_US (nb)

FXML Generated by:
JavaFX Scene Builder 1.1 GA, Version: 1.1-b35, Changeset: 50e3d7cdf394
Comment 1 Lou Dasaro 2013-10-01 20:41:10 UTC
Created attachment 140705 [details]
Shows another so-called error
Comment 2 Svata Dedic 2013-10-02 08:52:10 UTC
Duplicate, the parser fails to recognize the fx: prefix as javafx system one, and fails to locate the controller attribute.

*** This bug has been marked as a duplicate of bug 236509 ***
Comment 3 Lou Dasaro 2013-10-04 08:16:01 UTC
Is blocked until bug 236509 fix becomes a 7.4 patch. 
Not really a duplicate, it presents as a separate anomaly that has a common cause.