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 186033

Summary: Semantic highlighting includes the whole method if you use the <<>> syntax to name the function
Product: javafx Reporter: Torbjorn Norbye <tor>
Component: EditorAssignee: Adam Sotona <asotona>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P4    
Version: 6.x   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description Torbjorn Norbye 2010-05-12 16:22:45 UTC
Paste this into an editor:

function <<delete>>(): Void {
    println("test");
}


I now see the entire function, rather than just the function name, as bolded.

Note -- this happens when it's unused. If I add a call to it, e.g.
<<delete>>();
then it looks correct.
Comment 1 Martin Ryzl 2010-10-21 11:56:02 UTC
.
Comment 2 David Strupl 2011-05-16 13:51:54 UTC
Closing all bugs filed against JavaFX 1.x as wontfix. We will support JavaFX 2.0 - please keep opened only bugs against the new release. Thanks.