Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-22Bug 540373: Remove '(non-Javadoc)' commentsJonah Graham1-14/+0
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham1-2/+2
2018-11-22Bug 540373: Cleanup: Add missing annotationsJonah Graham1-0/+1
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham15-65/+73
2018-11-22Bug 540373: Standard .settings auto appliedJonah Graham5-34/+506
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham26-95/+182
2018-11-20Bug 540373: Normalize newlines with .gitattributesJonah Graham2-110/+110
2018-10-30Bug 540610 - Add Automatic-Module-Name headerKarsten Thoms1-0/+1
2018-10-23Bug 540367 - Increment version numbersWilliam Riley1-1/+1
2018-09-27Bug 539145 - Avoid NPE in CaseBreakQuickFixFallthroughAttribute.validPosition...Nathan Ridge1-0/+2
2018-09-27Bug 539145 - Avoid opening an editor during CaseBreakQuickFixFallthroughAttri...Nathan Ridge1-10/+6
2018-09-15Bug 538266 - NPE in QuickFixCreateNewClass.isApplicable()Nathan Ridge1-1/+3
2018-07-25Bug 537272 - Offer "Create local variable" based on compiler errorsFelix Morgner2-0/+5
2018-06-03Bug 532120: Catch by const reference ignores const placement settingFelix Morgner2-47/+83
2018-03-14Bug 525250: "Create local variable" offered outside of local scopesFelix Morgner3-4/+4
2018-02-10Bug 529383 - NPE in CheckersRegistry.getResourceProfile()Nathan Ridge1-0/+3
2018-02-06Bug 530481 - NPE in QuickFixSuppressProblem.prepareFor()Nathan Ridge1-1/+4
2018-01-10Bug 529338 - NPE in QuickFixUseDotOperator.apply()Nathan Ridge1-0/+5
2017-10-04Bug 495842: Add a quick fix for codan problems that ignores them by adding a ...Felix Morgner4-1/+81
2017-05-30Bug 517405 - Marker refresh causes editor to openThomas Corbat1-4/+5
2017-05-26Fix Codan quick-fixesJeff Johnston3-7/+6
2017-05-08Bug 514685 - codan: handle fallthrough attributeRolf Bislin6-76/+185
2017-04-18Bug 497670 - Support compiler provided "fix-it" hintsJeff Johnston2-0/+58
2017-02-14releng: Make use of Tycho POM-less functionalityMarc-Andre Laperle2-18/+1
2017-02-06Bug 511229 - RFE: Add quick fixes for some basic gcc errorsJeff Johnston10-3/+425
2016-11-16Update version to 9.3.0Marc Khouzam1-1/+1
2016-11-15Update version to 9.2.0Marc Khouzam1-1/+1
2016-11-11Bug 507148. Fixed opening/switching to editor.Dominic Scharfe2-9/+47
2016-08-17Update version to 9.1.0Marc Khouzam1-1/+1
2016-06-22Move the rest of the CDT plugins to java 8Marc Khouzam3-5/+5
2016-01-18Incremented CDT features version to 9.0.0Marc Khouzam1-1/+1
2016-01-08Bug 411579 - Add a "Create new class" Quick fix.Alena Laskavaia5-2/+98
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam5-6/+6
2015-06-10Incremented CDT feature version to 8.8.0Marc Khouzam1-1/+1
2015-05-05Incremented CDT feature version to 8.7.0Marc Khouzam1-1/+1
2015-01-07Incremented CDT feature version to 8.6.0.Sergey Prigogin1-1/+1
2014-07-22Inremented branding plugin version to 8.5Sergey Prigogin1-1/+1
2014-01-24Enabled JDK 1.7.Sergey Prigogin3-5/+5
2014-01-21Bumped up CDT version to 8.4.Sergey Prigogin1-1/+1
2013-08-27Fixed parent pom version to referenceAndrew Gvozdev1-1/+1
2013-07-25Bug 352267 - Assignment in condition checker matches the wholeNathan Ridge1-12/+41
2013-07-18Bug 363884 - NPE using 'Add break statement' quick fixNathan Ridge1-7/+11
2013-07-15Added missing copyright comments and cleaned up localizable messages.Sergey Prigogin9-31/+50
2013-07-15Normalized dependencies.Sergey Prigogin1-7/+7
2012-06-28Bumped up feature versions for Kepler.Sergey Prigogin2-3/+3
2012-03-14Bug 372551. Removed the external tool checker support until all designSergey Prigogin3-133/+1
2012-03-14Bug 373695 - Quick fix fails to create local variableMarc-Andre Laperle1-1/+5
2012-02-23Adjustments to Alex's contribution.Sergey Prigogin1-2/+4
2012-02-23Code cleanup:Alex Ruiz3-2/+128
2012-02-11Java 1.5-style loops, etc.Sergey Prigogin1-6/+7

Back to the top