View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010465KWStylepublic2010-03-26 10:162010-03-26 10:17
ReporterAlex Neundorf 
Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
StatusnewResolutionopen 
PlatformOSOS Version
Summary0010465: Indentation rules errors
DescriptionHi,

in the attached cpp file kwstyle reports indentation errors in lines 8, 12, 14, 19 and 22, although they are all correct.
It seems it doesn't handle if-statements correctly:
if(something())
  doSomething();

This OTOH works:
if(something()==1)
  doSomething();


Alex
TagsNo tags attached.
Attached Filescpp file icon indentation-1.cpp [^] (309 bytes) 2010-03-26 10:16
xml file icon MyConfiguration.kws.xml [^] (935 bytes) 2010-03-26 10:17
html file icon issues_indentation-1.cpp.html [^] (5,678 bytes) 2010-03-26 10:17

 Relationships

  Notes
There are no notes attached to this issue.

 Issue History
Date Modified Username Field Change
2010-03-26 10:16 Alex Neundorf New Issue
2010-03-26 10:16 Alex Neundorf File Added: indentation-1.cpp
2010-03-26 10:17 Alex Neundorf File Added: MyConfiguration.kws.xml
2010-03-26 10:17 Alex Neundorf File Added: issues_indentation-1.cpp.html


Copyright © 2000 - 2018 MantisBT Team