| View Issue Details [ Jump to Notes ] | [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0012090 | KWStyle | (No Category) | public | 2011-04-15 05:47 | 2011-04-15 05:47 |
|
| Reporter | Tom Vercauteren | |
| Assigned To | | |
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | |
| Platform | | OS | | OS Version | |
|
| Summary | 0012090: Spurious report of too much semicolon space |
| Description | Not sure if it's considered a bug or a feature but when the following configuration is used
<SemicolonSpace>0</SemicolonSpace>
KWstyle returns an error for the following piece of code
for( ; i<10; ++i )
because of the first semicolon.
I consider this to be a spurious error report but other people might not. Can this be configured somehow? If not, can a local patch handle this case easily? |
| Steps To Reproduce | On the attached files, run
KWStyle -v -xml conf.xml sem_bug.cpp |
| Tags | No tags attached. |
|
| Attached Files | sem_bug.cpp [^] (100 bytes) 2011-04-15 05:47
conf.xml [^] (231 bytes) 2011-04-15 05:47 |
|