Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-08-15Bumped up version to 8.1.1Sergey Prigogin1-1/+1
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 Prigogin14-139/+257
2012-04-30Cosmetics.Sergey Prigogin1-11/+12
2012-04-30Fixed a typo.Sergey Prigogin2-4/+4
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
launch mode into "On file save" and "On file open". Removed warnings in project org.eclipse.cdt.codan.ui.cxx. Change-Id: I7f0bc16731ba36e8048904f19836da9ae47514de Reviewed-on: https://git.eclipse.org/r/5665 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-04-18Bug 372551. Codan support for writing checkers that invoke externalAlex Ruiz10-21/+229
tools. Change-Id: Ia5cfd24d54ec6e67e08f24a367a6bc689ae407d0 Reviewed-on: https://git.eclipse.org/r/5586 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-03-14Bug 372551. Removed the external tool checker support until all designSergey Prigogin22-1214/+0
issues are resolved.
2012-03-02Remove @noreference from getResourceProfileWorkingCopy since it's usedSergey Prigogin1-18/+17
externally.
2012-02-24Remove version constraints from dependencies between Codan plugins.Sergey Prigogin1-1/+3
2012-02-23Warning cleanup.Sergey Prigogin10-216/+115
2012-02-23Adjustments to Alex's contribution.Sergey Prigogin24-179/+144
2012-02-23Added more tests.Alex Ruiz1-5/+6
2012-02-23Code cleanup:Alex Ruiz2-132/+72
- Merged CommandLauncher and ExternalToolInvoker - Moved CppcheckChecker from project org.eclipse.codan.checkers to org.eclipse.codan.checkers.ui - Removed unnecessary dependencies on UI code in project org.eclipse.codan.checkers
2012-02-23Added test for CommandLauncher.Alex Ruiz2-8/+25
2012-02-23Leftover cleanup from previous commit.Alex Ruiz4-30/+34
2012-02-23Code cleanup, to make CommandLauncher testable.Alex Ruiz11-66/+256
2012-02-23Fixed test broken by accident.Alex Ruiz1-5/+4
Switched to System.arrayCopy instead of manual array copy.
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 Ruiz22-128/+147
* Moved classes that are not part of the API to "internal" packages. * Removed unnecessary classes. * Simplified creation of checkers by providing alternative super class and constructors.
2012-02-23Initial take on external-tool-based checkers.Alex Ruiz22-0/+1096
2012-02-23Cosmetics.Sergey Prigogin1-1/+1
2012-02-12Cosmetics.Sergey Prigogin1-2/+1
2012-02-11Cosmetics.Sergey Prigogin1-1/+1
2012-02-11Java 1.5-style loops, etc.Sergey Prigogin3-85/+32
2012-01-08@Override annotations.Sergey Prigogin34-0/+161
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-07-20Fixed javadoc.Sergey Prigogin1-2/+2
2011-07-06Bug 351157 - Codan Source Plugin has incorrect Bundle-Name /Alena Laskavaia1-3/+2
Bundle-Vendor
2011-06-28Mavenizing CDT releng.Doug Schaefer1-0/+17
Also removed unsupported cdt.core fragments from the platform feature.
2011-06-08Bug 348747 - Codan source bundles missing required filesVivian Kong1-2/+4
2011-05-24Bug 331788 - NLS: Severities for Code Analysis Problem Preferences not ↵Vivian Kong4-7/+45
externalized for translation
2011-05-24Moved initialization of default preference to Codan core where it belongs.Sergey Prigogin2-0/+35
2011-05-19Bug 346365 - Codan ignores default preferences.Sergey Prigogin2-14/+62
2011-05-13Bug 345793 - Codan checkers run even when disabled.Sergey Prigogin1-1/+1
2011-04-25- added stats collecting codeAlena Laskavaia2-8/+147
2011-04-19Renamed messages.properties to CeheckersMessages.properties.Sergey Prigogin1-19/+0
2011-04-19Rename messages.properties to Messages.properties.Sergey Prigogin2-5/+24
2011-04-12Bug 337486 - AbstractIndexAstChecker allows AST to outlive index read lock.Sergey Prigogin7-112/+243
2011-04-10Cosmetics.Sergey Prigogin1-2/+1
2011-04-10Cosmetics.Sergey Prigogin1-36/+42
2011-04-10Javadoc adjustments.Sergey Prigogin1-13/+11
2011-03-29removed deprecated methodAlena Laskavaia1-11/+0

Back to the top