Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/codan
AgeCommit message (Expand)AuthorFilesLines
2012-02-24Fixed up the version in pom.Sergey Prigogin1-1/+1
2012-02-23Warning cleanup.Sergey Prigogin12-217/+118
2012-02-23Adjustments to Alex's contribution.Sergey Prigogin35-293/+240
2012-02-23Minor code cleanup.Alex Ruiz2-3/+1
2012-02-23Added more tests.Alex Ruiz3-6/+120
2012-02-23Code cleanup:Alex Ruiz11-476/+324
2012-02-23Added test for CommandLauncher.Alex Ruiz3-8/+259
2012-02-23Leftover cleanup from previous commit.Alex Ruiz6-36/+40
2012-02-23Code cleanup, to make CommandLauncher testable.Alex Ruiz17-279/+340
2012-02-23Fixed test broken by accident.Alex Ruiz2-29/+32
2012-02-23Minor code cleanup.Alex Ruiz4-28/+61
2012-02-23Minor code cleanup.Alex Ruiz4-5/+6
2012-02-23* Enabled correct API baseline (3.7) and fixed related API-check errors.Alex Ruiz33-194/+409
2012-02-23Externalized Strings.Alex Ruiz2-10/+18
2012-02-23Initial take on external-tool-based checkers.Alex Ruiz38-7/+1756
2012-02-23Cosmetics.Sergey Prigogin1-1/+1
2012-02-12Fixed a broken test.Sergey Prigogin1-2/+3
2012-02-12Cosmetics.Sergey Prigogin3-5/+2
2012-02-12Fixed two broken tests.Sergey Prigogin1-26/+27
2012-02-11Cosmetics.Sergey Prigogin4-10/+10
2012-02-11Fixed few failing Codan tests.Sergey Prigogin3-16/+10
2012-02-11Java 1.5-style loops, etc.Sergey Prigogin5-104/+49
2012-02-09Fixed ExtractFunctionRefactoringTest.testOutputParameterWithMethodCallSergey Prigogin1-4/+5
2012-02-05Increment versions so that they are >= Indigo SR2Marc-Andre Laperle2-2/+2
2012-01-20Fixed a typo.Sergey Prigogin1-16/+4
2012-01-14Bug 368446 - NonVirtualDestructor checker: stack overflow when classMarc-Andre Laperle2-4/+27
2012-01-09Declare utility methods static.Sergey Prigogin16-79/+61
2012-01-08Fix pom after version number increaseMarc-Andre Laperle1-1/+1
2012-01-08Incremented major version to fix API error.sprigogin3-348/+355
2012-01-08@Override annotations.Sergey Prigogin87-13/+311
2011-12-06Fixed typos.Sergey Prigogin3-14/+14
2011-11-07Code streamlining.Sergey Prigogin5-63/+36
2011-11-07Fixed broken Quick Fix tests.Sergey Prigogin2-5/+16
2011-10-26Bug 345614 - restore default button in codan preferencesOtavio Pontes1-1/+4
2011-10-20Version number changes missed in the previous commit.Sergey Prigogin7-7/+7
2011-10-20Updated parent feature version in pom.xml files.Sergey Prigogin7-7/+7
2011-10-18Switched to Java 1.6.Sergey Prigogin1-1/+1
2011-10-18Switched to Java 1.6.Sergey Prigogin14-28/+28
2011-10-17Changed the execution environment to JavaSE-1.6Sergey Prigogin7-7/+7
2011-09-22Update version numbers for Juno.Doug Schaefer11-11/+11
2011-09-03Fix codan.test pomMarc-Andre Laperle1-1/+1
2011-08-30Bug 356239 - ClassCastException in ClassTypeHelper.getOwnMethods.Sergey Prigogin1-13/+16
2011-08-30Added ability to suppress unused variable and function warnings for codeSergey Prigogin4-40/+54
2011-08-29Bug 356040 - Invalid "Unused declaration of variable" warning.Sergey Prigogin2-17/+29
2011-08-29Bug 356037 - "No break at the end of case" warning for a case statementSergey Prigogin3-82/+72
2011-08-23Bug 352221 - Quick Fix for "case break" checkerAlena Laskavaia13-67/+344
2011-08-08Use StringBuilder instead of StringBuffer.Sergey Prigogin4-24/+26
2011-07-31Bug 353360 - Bogus "type must implement the inherited pure virtualSergey Prigogin2-5/+17
2011-07-31Cosmetics.Sergey Prigogin1-17/+15
2011-07-27Removed obsolete Codan feature.Sergey Prigogin10-1307/+0

Back to the top