MantisBT - KWStyle | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0009962 | KWStyle | public | 2009-11-24 12:46 | 2009-11-24 13:06 | |
| Reporter | Tom Vercauteren | ||||
| Assigned To | Julien Jomier | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Summary | 0009962: Too many semicolons wrongly reported on foo( "();;" ) | ||||
| Description | On the following piece of code, KWStyle (current cvs version) wrongly reports: "Error 0000007 (5) Too many semicolons" -------- #include <string> int main( int argc, char **argv ) { std::string str( "();;" ); return 0; } | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2009-11-24 12:46 | Tom Vercauteren | New Issue | |||
| 2009-11-24 12:54 | Julien Jomier | Status | new => assigned | ||
| 2009-11-24 12:54 | Julien Jomier | Assigned To | => Julien Jomier | ||
| 2009-11-24 13:06 | Julien Jomier | Note Added: 0018571 | |||
| 2009-11-24 13:06 | Julien Jomier | Status | assigned => resolved | ||
| 2009-11-24 13:06 | Julien Jomier | Resolution | open => fixed | ||
| Notes | |||||
|
|
|||||
|
|
||||