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 194813 - Formatter make code not compilable
Summary: Formatter make code not compilable
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.0
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-28 14:56 UTC by Alexander Simon
Modified: 2011-01-29 05:26 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 Simon 2011-01-28 14:56:04 UTC
Code example:
------------------8<-----------------
class A {
};

A* foo(A* t) {
    return dynamic_cast< ::A *> (t);
}
------------------8<-----------------
Comment 1 Alexander Simon 2011-01-28 15:30:23 UTC
Formatter removes space between < and ::
Code <: equals [
Comment 2 Alexander Simon 2011-01-28 15:33:04 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/791eb74d4c3b
Comment 3 Quality Engineering 2011-01-29 05:26:51 UTC
Integrated into 'main-golden', will be available in build *201101290000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/791eb74d4c3b
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #194813 Formatter make code not compilable