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 110826

Summary: spaces between method name and parentheses
Product: uml Reporter: Sherry Zhou <sherryzhou>
Component: Code GenerationAssignee: issues@uml <issues>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Sherry Zhou 2007-07-24 19:24:29 UTC
build 070724

There are spaces between method and Parentheses after code gen:
 public String getName () {
        return null;
    }