Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-30Bug 355174 - Improved tests and code for quickfixMarco Stornelli2-21/+30
2019-05-30Bug 545699 - Added quickfix for C style castMarco Stornelli7-0/+184
2019-05-28Bug 355174 - Added quickfix for miss cases/defaultMarco Stornelli4-1/+252
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 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham23-69/+138
2018-11-20Bug 540373: Normalize newlines with .gitattributesJonah Graham2-110/+110
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-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 Morgner3-1/+78
2017-05-30Bug 517405 - Marker refresh causes editor to openThomas Corbat1-4/+5
2017-05-08Bug 514685 - codan: handle fallthrough attributeRolf Bislin5-76/+181
2017-04-18Bug 497670 - Support compiler provided "fix-it" hintsJeff Johnston1-0/+54
2017-02-06Bug 511229 - RFE: Add quick fixes for some basic gcc errorsJeff Johnston6-1/+392
2016-11-11Bug 507148. Fixed opening/switching to editor.Dominic Scharfe1-8/+46
2016-01-08Bug 411579 - Add a "Create new class" Quick fix.Alena Laskavaia3-2/+93
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam5-6/+6
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
2012-03-14Bug 372551. Removed the external tool checker support until all designSergey Prigogin1-80/+0
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 Ruiz1-0/+78
2012-02-11Java 1.5-style loops, etc.Sergey Prigogin1-6/+7
2012-01-09Declare utility methods static.Sergey Prigogin8-25/+26
2012-01-08@Override annotations.Sergey Prigogin10-0/+14
2011-08-23Bug 352221 - Quick Fix for "case break" checkerAlena Laskavaia4-0/+171
2011-07-21Bug 348191 - Quick fix for catch by value should propose to replace by aMarc-Andre Laperle4-10/+73
2011-04-19Renamed messages.properties to Messages.properties.Sergey Prigogin2-5/+5
2011-03-19- moved generic base class for ast rewrite quick fix to common pluginsAlena Laskavaia4-102/+3
2011-02-24Bug 337487 - Bad exception handling in CodanAlena Laskavaia2-3/+3
2011-02-24auto-format code using project formatterAlena Laskavaia8-82/+50
2010-08-18 Bug 321437 - passing a null index as the effect of not skipping any headers...Alena Laskavaia1-1/+1
2010-07-23Added quick for to create local variable for gcc error messageAlena Laskavaia2-6/+57
2010-07-23Bug 320575 incorrect type inference for add field, patch from Tomasz WesolowskiAlena Laskavaia3-3/+3
2010-07-22added document field to have access to it if neededAlena Laskavaia1-0/+9
2010-07-22save file - otherwise refactoring does not work...Alena Laskavaia1-1/+2
2010-07-21Bug 319196 - quick fixes for adding local variables,etc. based on patch from ...Alena Laskavaia6-0/+428
2010-06-17Bug 315863: fixed misspelled class nameAlena Laskavaia3-6/+6
2010-06-03Bug 315439 Fix up copyrightVivian Kong4-1/+31
2010-05-07Externalized stringsAlena Laskavaia1-1/+1

Back to the top