Skip to main content
summaryrefslogtreecommitdiffstats
path: root/codan
AgeCommit message (Collapse)AuthorFilesLines
2011-04-29bug 343429: [checker] Checker to pinpoint unused static functions in a filev201104290807Andrew Gvozdev4-11/+60
Added exception for CVS ident
2011-04-29bug 343429: [checker] Checker to pinpoint unused static functions in a fileAndrew Gvozdev5-310/+861
2011-04-26Don't report problems inside macro expansions.Sergey Prigogin1-1/+16
2011-04-26Fixed warnings.Sergey Prigogin2-11/+10
2011-04-26Cosmetics.Sergey Prigogin1-6/+3
2011-04-26Cosmetics.Sergey Prigogin1-5/+5
2011-04-25- added stats collecting codeAlena Laskavaia2-8/+147
2011-04-25Bug 342906 - No warning if only one of an if/else pair has a return statementAlena Laskavaia2-9/+68
2011-04-25Bug 332285 - Parser misinterprets return statement in lambdaAlena Laskavaia2-15/+27
2011-04-25Bug 338046 - Bogus warning in macro that resolves to 'case' statementAlena Laskavaia1-0/+23
2011-04-25Bug 339802 - [fp] No break at the end of case if "break" is defined in ↵Alena Laskavaia1-0/+16
braces and in a macro
2011-04-24Bug 343676: rewrote case checker to support complex structuresAlena Laskavaia2-161/+132
2011-04-23Bug 343682 - [performance] AbstractClassInstantiationChecker could be a bit ↵Marc-Andre Laperle1-3/+18
faster
2011-04-19Renamed messages.properties to Messages.properties.Sergey Prigogin2-5/+5
2011-04-19Renamed messages.properties to CeheckersMessages.properties.Sergey Prigogin4-119/+4
2011-04-19Renamed messages.properties to CodanUIMessages.properties.Sergey Prigogin2-5/+101
2011-04-19Rename messages.properties to Messages.properties.Sergey Prigogin2-5/+24
2011-04-12Bug 326269 - Checker for instantiation of an abstract class. Patch by Anton ↵Sergey Prigogin5-8/+451
Gerenkov.
2011-04-12Bug 337486 - AbstractIndexAstChecker allows AST to outlive index read lock.Sergey Prigogin11-280/+430
2011-04-10Cosmetics.Sergey Prigogin1-2/+1
2011-04-10Cosmetics.Sergey Prigogin1-36/+42
2011-04-10Javadoc adjustments.Sergey Prigogin1-13/+11
2011-04-09Javadoc adjustments.Sergey Prigogin1-3/+3
2011-04-06Bug 342013 Code Analysis launch options not externalizedVivian Kong4-10/+25
2011-04-06Bug 341089: Codan does not handle missing functions in macros correctlyEmanuel Graf3-16/+39
https://bugs.eclipse.org/bugs/show_bug.cgi?id=341089
2011-03-29depend on codan coreAlena Laskavaia1-1/+2
2011-03-29Bug 329430 - using bug icons for now for codan markersAlena Laskavaia7-5/+5
2011-03-29added a method to reurn problem instance by markerAlena Laskavaia1-0/+13
2011-03-29removed deprecated methodAlena Laskavaia1-11/+0
2011-03-25Bug 338349 - CodanCReconciler does not find resources consistenly.Sergey Prigogin1-30/+18
2011-03-25Code streamlining.Sergey Prigogin1-24/+25
2011-03-23Bug 340092 - Codan does not update severity in markers when a problem's ↵Sergey Prigogin1-6/+9
severity has been changed in Preferences. Patch by Alex Ruiz.
2011-03-23Bug 339305 - Preference "Run as you type" should appear only if checker ↵Sergey Prigogin5-19/+74
supports that launch mode. Patch by Alex Ruiz.
2011-03-23Bug 339294 - Message Pattern should not be user-configurable. Patch by Alex ↵Sergey Prigogin1-2/+2
Ruiz.
2011-03-23Disabled auto formatting on save. Alena, please don't re-enable it.Sergey Prigogin3-6/+6
2011-03-23Bug 339294 - Message Pattern should not be user-configurable. Patch by Alex ↵Sergey Prigogin1-1/+26
Ruiz.
2011-03-22Bug 339463 - Quick fix create local variable and others do not infer ↵Marc-Andre Laperle2-1/+32
parameter types in method calls
2011-03-20started adding support for multiple instance problemsAlena Laskavaia13-90/+265
2011-03-19method should be syncronizedAlena Laskavaia2-1/+2
2011-03-19- moved generic base class for ast rewrite quick fix to common pluginsAlena Laskavaia5-5/+44
2011-03-19added convinience method to use outside of the packageAlena Laskavaia2-3/+17
2011-03-18Bug 329430: added extension to replace default icons for codan with custom. ↵v201103180806Alena Laskavaia14-3/+30
Now need the actual icons.
2011-03-17extracted comment manupulation login to an abstract checkerAlena Laskavaia5-71/+113
2011-03-16API tooling: @since 1.1 should be @since 2.0James Blackburn1-1/+1
2011-03-13Add CreateLocalVariableQuickFix test to automated tests suite, fix the test. ↵Marc-Andre Laperle3-8/+26
Minor clean up.
2011-03-13Bug 338683 - Codan confuses fields with methodsMarc-Andre Laperle4-6/+102
2011-03-12hack to initialize ast cache for reading commentsAlena Laskavaia1-0/+8
2011-03-12added support to easy discovering comments for statement (for suppression)Alena Laskavaia5-129/+243
2011-03-11Bug 337677 - Warning about "void" in late-specified return typeMarc-Andre Laperle2-2/+61
2011-03-11Bug 339634 - [performance] Quick fix create local variable and others can be ↵Marc-Andre Laperle1-5/+22
slow

Back to the top