Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-04-19Bug 491984 - Replace .equals("") with .isEmpty()Alex Blewitt1-2/+2
2016-02-01Missing copyright header.Marc Khouzam2-1/+15
2015-12-18cleanup of ControlFlowGraph viewAlena Laskavaia4-83/+179
2015-02-16Fix a typo in org.eclipse.cdt.codan.ui.cfgview/plugin.xmlNathan Ridge1-1/+1
2014-12-14Bug 447486 - codan - CCE is thrown by control flow graph builderAlena Laskavaia1-4/+11
2014-01-24Enabled JDK 1.7.Sergey Prigogin3-5/+5
2012-06-28Bumped up feature versions for Kepler.Sergey Prigogin1-1/+1
2012-01-08@Override annotations.Sergey Prigogin2-1/+20
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-06-08Bug 348747 - Codan source bundles missing required filesVivian Kong2-2/+38
2011-02-24auto-format code using project formatterAlena Laskavaia2-60/+43
2011-02-24enable project specific code formatter so all committers use the same oneAlena Laskavaia2-1/+273
2011-02-09Bug 335909 - Exception in switch statementAlena Laskavaia1-1/+12
2010-05-31Externalized strings in manifestAlena Laskavaia1-0/+2
2010-05-25Clean up interfaces for control flow graphAlena Laskavaia1-8/+5
2010-05-12Interface class should have been in public packageAlena Laskavaia1-1/+1
2010-05-09Extracted interface for data object of Basic Block in control flow graphAlena Laskavaia1-3/+4
2010-04-21- renamed provisional packageAlena Laskavaia1-9/+9
2010-04-17- added more tests and support for goto/label statementsAlena Laskavaia1-6/+4
2010-04-15- added support for break and continueAlena Laskavaia1-33/+26
2010-04-14- re-wrote to use labeled node instead of decisionArcAlena Laskavaia2-34/+24
2010-03-31- fixed iconsAlena Laskavaia2-0/+0
2010-03-30- added support for while loop in cfgAlena Laskavaia1-18/+51
2010-03-29- fixed action name/iconAlena Laskavaia1-4/+2
2010-03-29- test view to inspect control flow graphAlena Laskavaia15-0/+586

    Back to the top