Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-04-25Bug 492230 - Replace buffer.append(a+b) callsAlex Blewitt1-1/+1
2016-04-22Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt2-3/+3
2016-04-21Cosmetics.Sergey Prigogin1-15/+14
2016-04-21Bug 492200 - Replace StringBuffer with StringBuilder where appropriateSergey Prigogin1-1/+1
2016-03-17removing API for custom preference listeners in codanAlena Laskavaia5-131/+8
2016-03-15Bug 489553 - ConcurrentModificationException belowAlena Laskavaia2-37/+47
2016-02-11Update copyright datesMarc Khouzam14-14/+14
2016-01-12codan - deprecating IProblemProfileChangeListenerAlena Laskavaia5-21/+38
2016-01-11Bug 383576 - Ability to ignore codan errors using line commentsAlena Laskavaia6-13/+79
2016-01-08Removed deprecated method in codan.core, bumped version to 4.0Alena Laskavaia6-73/+14
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam55-55/+55
2015-04-03Cosmetics.Sergey Prigogin1-11/+11
2015-04-03Reverted erroneous commits.Sergey Prigogin1-11/+11
2015-04-03CosmeticsSergey Prigogin1-11/+11
2015-03-19codan: encapsulated builder and added vm var to disable (for tests)Alena Laskavaia3-2/+56
2015-03-09Bug 352407 - Change CharOperation.pathMatch() to take CharSequence'sNathan Ridge2-30/+38
2015-03-08Bug 352407 - Correctly compare resource path to pattern in codanNathan Ridge2-4/+4
2015-03-05added codan marker generatorAlena Laskavaia1-0/+5
2015-03-04codan - tracing options for printing checker statsAlena Laskavaia2-15/+119
2015-02-23codan - code cleanupAlena Laskavaia1-20/+7
2015-02-20Bug 455828 - Don't be over-eager when collecting dead nodes in theNathan Ridge1-9/+38
2014-12-14Bug 447486 - codan - CCE is thrown by control flow graph builderAlena Laskavaia2-7/+11
2014-12-04Bug 453275 - Codan tests cannot test for checkers throwing an exceptionAlena Laskavaia2-21/+21
2014-08-13Cosmetics.Sergey Prigogin1-3/+3
2014-06-16Bug 350168 - Return checker won't report errors in dead code Alena Laskavaia1-6/+6
2014-04-23Added a TODO.Sergey Prigogin1-4/+3
2014-04-23Fixed a typo.Sergey Prigogin1-5/+5
2014-03-31Cosmetics.Sergey Prigogin1-1/+0
2013-12-17Bug 424160: null checks for CodanPreferencesLoader.getProjectNodeAndrew Eidsness1-9/+9
2013-12-06Cosmetics.Sergey Prigogin1-7/+2
2013-12-06Cosmetics.Sergey Prigogin1-8/+0
2013-01-01Bug 396749 - Checker is not enabled if only one problem is selectedMarc-Andre Laperle1-4/+2
2012-12-28Bug 397208 - Problem markers don't get updated when preferences changeSergey Prigogin3-83/+0
2012-12-27Cosmetics.Sergey Prigogin1-1/+0
2012-11-17Bug 348387 - fp in ReturnChecker using try/catch Tomasz Wesolowski1-2/+11
2012-11-05Bug 392932 - ResourceException disabling checker in Codan preferencesMarc-Andre Laperle1-0/+3
2012-04-30Bug 378023 - Error markers are not removed when a checker is disabledSergey Prigogin4-21/+95
2012-04-30More logical order of parameters.Sergey Prigogin2-10/+10
2012-04-30Moved execution of checkers from CodanBuilder to CodanRunner.Sergey Prigogin13-139/+246
2012-04-30Cosmetics.Sergey Prigogin1-11/+12
2012-04-30Fixed a typo.Sergey Prigogin1-3/+3
2012-04-29Eliminated redundant checker runs.Sergey Prigogin5-73/+17
2012-04-29Streamlined check enablement logic.Sergey Prigogin4-101/+55
2012-04-27Bug 372551. Fixed running checkers on file open. Split "On file save"Alex Ruiz1-2/+7
2012-04-18Bug 372551. Codan support for writing checkers that invoke externalAlex Ruiz7-20/+120
2012-03-14Bug 372551. Removed the external tool checker support until all designSergey Prigogin21-1212/+0
2012-03-02Remove @noreference from getResourceProfileWorkingCopy since it's usedSergey Prigogin1-18/+17
2012-02-23Warning cleanup.Sergey Prigogin8-197/+109
2012-02-23Adjustments to Alex's contribution.Sergey Prigogin22-175/+123
2012-02-23Added more tests.Alex Ruiz1-5/+6

Back to the top