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 120026 - Bad format when define contents "{"
Summary: Bad format when define contents "{"
Status: RESOLVED WONTFIX
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-25 13:44 UTC by Alexander Ioffe
Modified: 2009-11-02 11:13 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 Alexander Ioffe 2007-10-25 13:44:44 UTC
create code
#define START { int i=1; printf("START");
void foo() {
    
    boolean flag = false;
    if (flag) START
            return;
    int a;
}
}

Wrong formatting
Comment 1 Alexander Simon 2008-11-18 19:36:21 UTC
Most tools do not handle such code right.
Comment 2 Quality Engineering 2009-11-02 11:13:21 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX