Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-03-08Code streamlining.Sergey Prigogin1-19/+3
2015-03-08Cosmetics.Sergey Prigogin1-30/+25
2015-03-06codan: added AbstractCElementChecker class Alena Laskavaia2-39/+74
2015-03-05codan: refactored external tool invoke to be more usefulAlena Laskavaia2-50/+77
2015-03-05added codan marker generatorAlena Laskavaia3-2/+66
2015-02-19Bug 455828 - Proper handling of 'switch' without explicit defaultNathan Ridge1-0/+12
2015-02-19Bug 455828 - Proper handling of 'break' inside compound statement in aNathan Ridge1-22/+24
2015-02-18Bug 327375 control flow graph regression - dead connector nodesAlena Laskavaia1-11/+30
2015-02-18Bug 455828 - General cleanup in ControlFlowGraphBuilderNathan Ridge1-18/+11
2015-01-07Incremented CDT feature version to 8.6.0.Sergey Prigogin1-1/+1
2014-12-14Bug 447486 - codan - CCE is thrown by control flow graph builderAlena Laskavaia1-14/+36
2014-12-08Bug 452325 - Protect against IVariable.getInitialValue() calling itselfNathan Ridge1-1/+1
2014-09-10Bug 353352 - CFG doesn't handle range-based for loopAlena Laskavaia1-5/+38
2014-08-14Proper reporting of unsupported statement types.Sergey Prigogin3-4/+52
2014-07-22Inremented branding plugin version to 8.5Sergey Prigogin1-1/+1
2014-06-21Bug 394521 Do Constant folding propagation when building CFGAlena Laskavaia1-3/+28
2014-06-16Bug 350168 - Return checker won't report errors in dead code Alena Laskavaia1-6/+0
2014-03-31Bug 431544 - UnsupportedOperationException inSergey Prigogin1-1/+2
2014-03-31Cosmetics.Sergey Prigogin1-96/+34
2014-01-24Enabled JDK 1.7.Sergey Prigogin3-5/+5
2014-01-21Bumped up CDT version to 8.4.Sergey Prigogin1-1/+1
2013-12-06Bug 400073 - Indexer runs out of memory.Sergey Prigogin1-8/+8
2013-08-27Fixed parent pom version to referenceAndrew Gvozdev1-1/+1
2013-07-22Cosmetics.Sergey Prigogin1-1/+0
2013-06-22Fixed an NPE.Sergey Prigogin1-0/+2
2012-11-17Bug 348387 - fp in ReturnChecker using try/catch Tomasz Wesolowski1-7/+15
2012-06-28Bumped up feature versions for Kepler.Sergey Prigogin2-3/+3
2012-05-01Bug 372551. Made "run on save" checker launch mode independent ofAlex Ruiz1-6/+9
2012-04-30Moved execution of checkers from CodanBuilder to CodanRunner.Sergey Prigogin1-7/+5
2012-04-29Eliminated redundant checker runs.Sergey Prigogin1-4/+2
2012-04-27Bug 372551. Fixed running checkers on file open. Split "On file save"Alex Ruiz1-0/+1
2012-04-25Bug 372551. Fixed semantics of ErrorParserManager (e.g.Alex Ruiz1-3/+1
2012-04-18Bug 372551. Codan support for writing checkers that invoke externalAlex Ruiz17-18/+1004
2012-04-18Bug 377045 - Bogus transient errors in C/C++ editor soon after EclipseSergey Prigogin1-9/+16
2012-04-18Fixed a typo.Sergey Prigogin1-1/+1
2012-04-17Bug 316076 - fixed f.p. when using gcc annotation about no returnAlena Laskavaia1-0/+8
2012-03-14Bug 372551. Removed the external tool checker support until all designSergey Prigogin2-72/+7
2012-03-14Bug 373695 - Quick fix fails to create local variableMarc-Andre Laperle1-9/+17
2012-02-24Remove version constraints from dependencies between Codan plugins.Sergey Prigogin1-1/+1
2012-02-23Initial take on external-tool-based checkers.Alex Ruiz2-1/+70
2012-02-09Fixed ExtractFunctionRefactoringTest.testOutputParameterWithMethodCallSergey Prigogin1-4/+5
2012-01-09Declare utility methods static.Sergey Prigogin1-24/+14
2012-01-08@Override annotations.Sergey Prigogin10-0/+19
2011-10-20Version number changes missed in the previous commit.Sergey Prigogin1-1/+1
2011-10-20Updated parent feature version in pom.xml files.Sergey Prigogin1-1/+1
2011-10-18Switched to Java 1.6.Sergey Prigogin2-4/+4
2011-10-17Changed the execution environment to JavaSE-1.6Sergey Prigogin1-1/+1
2011-09-22Update version numbers for Juno.Doug Schaefer2-2/+2
2011-08-30Added ability to suppress unused variable and function warnings for codeSergey Prigogin1-1/+1
2011-07-06Bug 351157 - Codan Source Plugin has incorrect Bundle-Name /Alena Laskavaia1-2/+2

Back to the top