Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/codan
AgeCommit message (Expand)AuthorFilesLines
2016-02-23Bug 486610 - Fixed a highlight problem in reportProblem methodAlisson Linhares de Carvalho2-5/+20
2016-02-22Code cleanup in Codan tests.Sergey Prigogin25-377/+383
2016-02-11Update copyright datesMarc Khouzam23-23/+23
2016-02-01Missing copyright header.Marc Khouzam3-1/+22
2016-01-18Incremented CDT features version to 9.0.0Marc Khouzam7-7/+7
2016-01-12codan - deprecating IProblemProfileChangeListenerAlena Laskavaia5-21/+38
2016-01-12Fixed codan example for pref change listenerAlena Laskavaia2-62/+37
2016-01-11Bug 383576 - Ability to ignore codan errors using line commentsAlena Laskavaia10-22/+176
2016-01-08Removed deprecated method in codan.core, bumped version to 4.0Alena Laskavaia9-78/+19
2016-01-08fixing some commentsAlena Laskavaia2-40/+24
2016-01-08Bug 411579 - Add a "Create new class" Quick fix.Alena Laskavaia8-17/+147
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam155-157/+157
2015-12-29Fix an "unsafe method call" error.Nathan Ridge1-1/+2
2015-12-24Bug 484619 - Make sure ProblemBindingChecker reports unresolvedNathan Ridge2-0/+18
2015-12-18cleanup of ControlFlowGraph viewAlena Laskavaia4-83/+179
2015-11-29Bug 479638 - Cache the result of EvalBinding.isConstantExpression() Nathan Ridge1-1/+11
2015-09-29Remove reference to java environment in build.propertiesMarc Khouzam1-2/+1
2015-08-24Bug 471967: preference page does not show up - invalid valuesAlena Laskavaia1-2/+0
2015-06-10Incremented CDT feature version to 8.8.0Marc Khouzam7-7/+7
2015-05-05Incremented CDT feature version to 8.7.0Marc Khouzam7-7/+7
2015-04-06Bug 461538 - "noreturn" attribute in destructor is not accounted forSergey Prigogin2-12/+50
2015-04-03Cosmetics.Sergey Prigogin2-27/+24
2015-04-03Reverted erroneous commits.Sergey Prigogin2-24/+27
2015-04-03CosmeticsSergey Prigogin2-27/+24
2015-03-25Remove warnings caused by change to getAdaptable()Marc Khouzam6-7/+7
2015-03-23codan: added filter field in the problem configuration pageAlena Laskavaia3-2/+24
2015-03-19codan: encapsulated builder and added vm var to disable (for tests)Alena Laskavaia8-12/+67
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 Ridge3-5/+5
2015-03-08Code streamlining.Sergey Prigogin1-19/+3
2015-03-08Cosmetics.Sergey Prigogin1-30/+25
2015-03-06codan: example of CElement checker - external invokeAlena Laskavaia3-0/+174
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 Laskavaia4-2/+71
2015-03-04updated codan examplesAlena Laskavaia2-40/+49
2015-03-04codan - tracing options for printing checker statsAlena Laskavaia4-32/+146
2015-03-04converted codan test to use comment labels positioningAlena Laskavaia1-27/+14
2015-02-28adjusted message for comment checkerAlena Laskavaia1-4/+4
2015-02-26codan - checker for commentsAlena Laskavaia7-16/+251
2015-02-23codan - code cleanupAlena Laskavaia5-24/+12
2015-02-22codan tests - removed sleeps and made sure it runs in non-ui threadAlena Laskavaia1-12/+23
2015-02-22codan tests - make use of comment tags in testsAlena Laskavaia3-89/+68
2015-02-20Bug 455828 - Don't be over-eager when collecting dead nodes in theNathan Ridge4-18/+67
2015-02-19Bug 455828 - Proper handling of 'switch' without explicit defaultNathan Ridge3-4/+58
2015-02-19Bug 455828 - Proper handling of 'break' inside compound statement in aNathan Ridge2-22/+45
2015-02-18Bug 327375 control flow graph regression - dead connector nodesAlena Laskavaia3-35/+135
2015-02-18Bug 455828 - General cleanup in ControlFlowGraphBuilderNathan Ridge1-18/+11
2015-02-16Bug 441714 - Consider spurious semicolons in CaseBreakCheckerNathan Ridge2-0/+25
2015-02-16Fix a typo in org.eclipse.cdt.codan.ui.cfgview/plugin.xmlNathan Ridge1-1/+1

Back to the top