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 173696

Summary: "auto-type" prevents closing brace in some interpolated expressions
Product: javafx Reporter: philvarner <philvarner>
Component: EditorAssignee: Adam Sotona <asotona>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Macintosh   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description philvarner 2009-10-03 20:48:33 UTC
I started with this expression:

println("update: {c.x},{c.y} {c.state => {c.nextState}");

Note that the way I typed it in, I hadn't yet typed the closing brace on '{c.state'.  When I position the cursor to type
the closing brace and type it, it is ignored and the cursor moved one space to the right.  I think this is something
about the => being thought to be inside the braces, and therefor ignored.  To get it in, I had to cut and paste a
closing brace.
Comment 1 Martin Ryzl 2010-10-21 11:54:49 UTC
.
Comment 2 David Strupl 2011-05-16 13:49:48 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.