Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-22Bug 540373: Remove '(non-Javadoc)' commentsJonah Graham8-143/+0
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham9-21/+21
2018-11-22Bug 540373: Cleanup: Organize ImportsJonah Graham2-10/+10
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham20-88/+88
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham33-99/+198
2016-03-17removing API for custom preference listeners in codanAlena Laskavaia3-73/+8
2016-02-11Update copyright datesMarc Khouzam4-4/+4
2016-01-12codan - deprecating IProblemProfileChangeListenerAlena Laskavaia2-2/+6
2016-01-08Removed deprecated method in codan.core, bumped version to 4.0Alena Laskavaia2-20/+2
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam27-27/+27
2015-03-19codan: encapsulated builder and added vm var to disable (for tests)Alena Laskavaia2-2/+45
2015-03-09Bug 352407 - Change CharOperation.pathMatch() to take CharSequence'sNathan Ridge1-28/+36
2015-03-05added codan marker generatorAlena Laskavaia1-0/+5
2015-03-04codan - tracing options for printing checker statsAlena Laskavaia1-15/+43
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 Laskavaia1-21/+19
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-03-31Cosmetics.Sergey Prigogin1-1/+0
2013-12-17Bug 424160: null checks for CodanPreferencesLoader.getProjectNodeAndrew Eidsness1-9/+9
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-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 Prigogin6-104/+198
2012-04-30Fixed a typo.Sergey Prigogin1-3/+3
2012-04-29Eliminated redundant checker runs.Sergey Prigogin1-64/+4
2012-04-29Streamlined check enablement logic.Sergey Prigogin2-68/+29
2012-04-18Bug 372551. Codan support for writing checkers that invoke externalAlex Ruiz3-9/+66
2012-03-14Bug 372551. Removed the external tool checker support until all designSergey Prigogin7-390/+0
2012-02-23Warning cleanup.Sergey Prigogin4-171/+83
2012-02-23Adjustments to Alex's contribution.Sergey Prigogin7-45/+43
2012-02-23Added more tests.Alex Ruiz1-5/+6
2012-02-23Code cleanup:Alex Ruiz2-132/+72
2012-02-23Added test for CommandLauncher.Alex Ruiz2-8/+25
2012-02-23Leftover cleanup from previous commit.Alex Ruiz2-13/+17
2012-02-23Code cleanup, to make CommandLauncher testable.Alex Ruiz3-17/+175
2012-02-23Fixed test broken by accident.Alex Ruiz1-5/+4
2012-02-23Minor code cleanup.Alex Ruiz3-3/+3
2012-02-23* Enabled correct API baseline (3.7) and fixed related API-check errors.Alex Ruiz6-20/+191
2012-02-23Initial take on external-tool-based checkers.Alex Ruiz1-0/+102
2012-02-23Cosmetics.Sergey Prigogin1-1/+1
2012-02-12Cosmetics.Sergey Prigogin1-2/+1
2012-02-11Java 1.5-style loops, etc.Sergey Prigogin2-82/+29
2012-01-08@Override annotations.Sergey Prigogin24-0/+116

Back to the top