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

Summary: Formatter adds space between "return" and ";"
Product: javafx Reporter: Torbjorn Norbye <tor>
Component: EditorAssignee: Anton Chechel <manowar>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 173487    

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