Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/codan
AgeCommit message (Collapse)AuthorFilesLines
2012-05-01Bug 372551. Made "run on save" checker launch mode independent ofAlex Ruiz4-97/+137
CodanBuilder. Introduced IPostSaveListener. Show external tool name in console (instead of "CDT Build"). Change-Id: Id2f84acdbdc433084fab1360f80ca3a30a4182ab Reviewed-on: https://git.eclipse.org/r/5760 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-30Bug 378023 - Error markers are not removed when a checker is disabledSergey Prigogin5-23/+107
2012-04-30More logical order of parameters.Sergey Prigogin3-11/+11
2012-04-30Moved execution of checkers from CodanBuilder to CodanRunner.Sergey Prigogin18-176/+289
2012-04-30Minor label adjustments.Sergey Prigogin1-2/+2
2012-04-30Cosmetics.Sergey Prigogin1-11/+12
2012-04-30Fixed a typo.Sergey Prigogin2-4/+4
2012-04-30Generics.Sergey Prigogin1-25/+25
2012-04-30Alphabetical sorting of problem types.Sergey Prigogin1-4/+6
2012-04-29Code streamlining.Sergey Prigogin1-6/+0
2012-04-29Prevented class loading avalanche on UI thread when CDT is installed butSergey Prigogin1-6/+15
is not actively used.
2012-04-29Eliminated redundant checker runs.Sergey Prigogin8-112/+33
2012-04-29Cosmetics.Sergey Prigogin2-8/+5
2012-04-29Streamlined check enablement logic.Sergey Prigogin4-101/+55
2012-04-29Don't run checkers on UI thread.Sergey Prigogin4-12/+70
2012-04-29Made test more robust so that it doesn't fail when unrelated checkersSergey Prigogin2-22/+42
are present.
2012-04-29Cosmetics.Sergey Prigogin2-55/+42
2012-04-28Cosmetics.Sergey Prigogin3-57/+13
2012-04-27Bug 372551. Fixed running checkers on file open. Split "On file save"Alex Ruiz7-21/+45
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-25Bug 372551. Fixed semantics of ErrorParserManager (e.g.Alex Ruiz1-3/+1
getErrorParserAvailableIds()) get by removing knowledge of contexts from internal data structures (introduced in previous change set). Change-Id: Ia1ff68841f3b494a209e8cdf45325d640fd74ddf Reviewed-on: https://git.eclipse.org/r/5656 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 Ruiz44-49/+1628
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-04-18Bug 377045 - Bogus transient errors in C/C++ editor soon after EclipseSergey Prigogin1-9/+16
startup.
2012-04-18Fixed a typo.Sergey Prigogin1-1/+1
2012-04-17Bug 316076 - fixed f.p. when using gcc annotation about no returnAlena Laskavaia3-0/+53
2012-04-16Cosmetics.Sergey Prigogin1-7/+3
2012-04-13Fixed EmptyStackException.Sergey Prigogin1-1/+1
2012-04-13Cosmetics.Sergey Prigogin1-8/+4
2012-04-13Bug 376790 - Codan should not issue warnings for unused variables andSergey Prigogin2-6/+21
functions that have attribute unused
2012-03-14Bug 372551. Removed the external tool checker support until all designSergey Prigogin39-2212/+10
issues are resolved.
2012-03-14Bug 373695 - Quick fix fails to create local variableMarc-Andre Laperle2-10/+22
2012-03-08Bug 368420 - FP in members not initialized in in copy constructorMarc-Andre Laperle2-6/+64
2012-03-07Bug 368419 - FP in members not initialized in constructorMarc-Andre Laperle2-3/+25
2012-03-05Bug 372009 - Wrong class name in NonVirtualDestructor warningMarc-Andre Laperle3-5/+27
2012-03-02Remove @noreference from getResourceProfileWorkingCopy since it's usedSergey Prigogin1-18/+17
externally.
2012-03-02Fixed compiler warnings.Sergey Prigogin3-54/+13
2012-03-02Bug 373029 - Fixes to inconsistencies in Codan preference page.Alex Ruiz1-75/+51
2012-02-24Remove version constraints from dependencies between Codan plugins.Sergey Prigogin4-8/+12
2012-02-24Fixed up the version in pom.Sergey Prigogin1-1/+1
2012-02-23Warning cleanup.Sergey Prigogin12-217/+118
2012-02-23Adjustments to Alex's contribution.Sergey Prigogin35-293/+240
2012-02-23Minor code cleanup.Alex Ruiz2-3/+1
2012-02-23Added more tests.Alex Ruiz3-6/+120
2012-02-23Code cleanup:Alex Ruiz11-476/+324
- 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 Ruiz3-8/+259
2012-02-23Leftover cleanup from previous commit.Alex Ruiz6-36/+40
2012-02-23Code cleanup, to make CommandLauncher testable.Alex Ruiz17-279/+340
2012-02-23Fixed test broken by accident.Alex Ruiz2-29/+32
Switched to System.arrayCopy instead of manual array copy.
2012-02-23Minor code cleanup.Alex Ruiz4-28/+61
2012-02-23Minor code cleanup.Alex Ruiz4-5/+6
2012-02-23* Enabled correct API baseline (3.7) and fixed related API-check errors.Alex Ruiz33-194/+409
* 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.

Back to the top