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 178524 - Wrong indentation : "for" in C/C++ with a semicolon(;) directly following
Summary: Wrong indentation : "for" in C/C++ with a semicolon(;) directly following
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-12 07:15 UTC by gene91
Modified: 2010-01-26 06:54 UTC (History)
1 user (show)

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 gene91 2009-12-12 07:15:54 UTC
When programming in C/C++, if I type something like this:
for (count=0; a[count]!=0; count++);
The next line will have a "statement continuation indent" which is not correct. It actually shouldn't have any extra indent.
Comment 2 Quality Engineering 2010-01-09 23:40:49 UTC
Integrated into 'main-golden', will be available in build *201001100200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/ad1e560b7dcb
User: alexvsimon@netbeans.org
Log: fixed BZ#178524 Wrong indentation : "for" in C/C++ with a semicolon(;) directly following
Comment 3 Alexander Pepin 2010-01-15 07:01:56 UTC
verified in trunk build 201001150201
Comment 4 pgebauer 2010-01-19 08:20:35 UTC
The fix has been ported into the release68_fixes repository.
http://hg.netbeans.org/release68_fixes/rev/e852de4abbb5
Comment 5 Alexander Pepin 2010-01-26 06:54:30 UTC
verified in patch1