View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009962KWStylepublic2009-11-24 12:462009-11-24 13:06
ReporterTom Vercauteren 
Assigned ToJulien Jomier 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Summary0009962: Too many semicolons wrongly reported on foo( "();;" )
DescriptionOn 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;
}
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0018571)
Julien Jomier (manager)
2009-11-24 13:06

Should be fixed in SVN. Thanks for the report!

 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


Copyright © 2000 - 2018 MantisBT Team