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 - "auto-type" prevents closing brace in some interpolated expressions
Summary: "auto-type" prevents closing brace in some interpolated expressions
Status: RESOLVED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-03 20:48 UTC by philvarner
Modified: 2011-05-16 13:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.