Skip to main content
summaryrefslogtreecommitdiffstats
path: root/codan
AgeCommit message (Expand)AuthorFilesLines
2017-05-02Fixed copyrightAlena Laskavaia1-15/+14
2017-02-21Update version to 9.2.1Marc Khouzam8-8/+8
2017-01-28Bug 510722 - Handle a null AST in ExpandSelectionJob and ControlFlowGraphViewNathan Ridge1-0/+3
2016-11-15Update version to 9.2.0Marc Khouzam8-8/+8
2016-11-11Bug 507148. Fixed opening/switching to editor.Dominic Scharfe11-9/+335
2016-10-26Bug 496720 - Respect scope filters for AST-based checkersNathan Ridge1-2/+2
2016-10-06More robust implementation of ControlFlowGraphBuilder.isConstant methodSergey Prigogin1-6/+3
2016-10-05Bug 504004 - ReturnChecker should treat constructors and destructors asSergey Prigogin1-12/+16
2016-09-16Bug 490475. Support the evaluation of C++14 constexpr functionsToni Suter2-5/+5
2016-09-05Bug 500884. Fixed ExternalToolInvoker so it starts the Build Console.Dan Crosscup1-0/+4
2016-08-17Update version to 9.1.0Marc Khouzam7-7/+7
2016-07-07Bug 496628 - Avoid codan markers that cover an entire class declarationNathan Ridge2-1/+22
2016-06-22Move the rest of the CDT plugins to java 8Marc Khouzam27-45/+45
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-04-19Bug 491984 - Replace .equals("") with .isEmpty()Alex Blewitt1-2/+2
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt1-2/+2
2016-03-17removing API for custom preference listeners in codanAlena Laskavaia5-131/+8
2016-03-15Bug 489553 - ConcurrentModificationException belowAlena Laskavaia2-37/+47
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

Back to the top