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 184294 - Formatter adds space between "return" and ";"
Summary: Formatter adds space between "return" and ";"
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks: 173487
  Show dependency tree
 
Reported: 2010-04-15 15:32 UTC by Torbjorn Norbye
Modified: 2010-04-20 08:07 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 Torbjorn Norbye 2010-04-15 15:32:34 UTC
If I format this code:

        if (done) {
            return;
        }

I get

        if (done) {
            return ;
        }
Comment 1 Anton Chechel 2010-04-19 14:23:40 UTC
fixed
http://hg.netbeans.org/javafx/rev/00efd14bdb34
Comment 2 Alexandr Scherbatiy 2010-04-20 08:07:45 UTC
verified in NetBeans-JavaFX-Soma: #227