Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-10-01Fixed bug 407985: [1.8][extract method] Extract Method refactoring fromngupta/BETA_JAVA8Noopur Gupta6-3/+50
2013-10-01Fixed bug 406786: [1.8][extract method] Extract Method refactoring inNoopur Gupta4-4/+12
2013-09-24Fixed bug 403924: [1.8] Replace usages ofNoopur Gupta3-2/+4
2013-09-20Fix for bug 408979: [1.8][quick fix] NPE and incorrect result from "AddManju Mathew5-68/+378
2013-09-18Fixed bug 416992: [1.8][quick assist] Convert to 'if-!-return' notNoopur Gupta2-11/+461
2013-09-11Fix for bug 415846: [1.8] UI option to control generation ofManju Mathew3-3/+49
2013-09-10Fixed bug: [preferences] Incorrect enablement of 'Inline finally blocks'Manju Mathew1-5/+10
2013-09-10Fixed bug 407985: [1.8][extract method] Extract Method refactoring fromNoopur Gupta51-36/+979
2013-09-10Bug 403927: [1.8] Switch ASTs to JLS8Markus Keller4-34/+127
2013-09-10Bug 403927: [1.8] Switch ASTs to JLS8Markus Keller4-111/+148
2013-09-06Fix for bug 414122: [1.8][quick fix] 'Create method' quick fix withManju Mathew5-17/+421
2013-09-06Fixed bug 409906: [1.8][move static members] Error in Preview whileNoopur Gupta2-4/+4
2013-09-06Fix for bug 406274: [1.8][extract interface] Invoking 'ExtractManju Mathew12-3/+292
2013-09-06Fix for bug 414084: [1.8][quick fix] Add more quick fix proposals forManju Mathew5-6/+172
2013-09-06Fix for bug 410170: [1.8][quick fix] Remove invalid modifier on staticManju Mathew4-1/+78
2013-09-06Fix for bug 405270: [1.8][refactoring] Handling of receiver parameterManju Mathew28-78/+867
2013-09-05CommentedNoopur Gupta1-4/+7
2013-09-05Part of bug 407985: [1.8][extract method] Extract Method refactoringNoopur Gupta2-2/+38
2013-09-05Fixed bug 409723: [1.8][introduce indirection] Unable to introduceNoopur Gupta26-78/+311
2013-09-05Fixed bug 409906: [1.8][move static members] Error in Preview whileNoopur Gupta19-12/+143
2013-09-05Fixed bug 406786: [1.8][extract method] Extract Method refactoring inNoopur Gupta55-53/+880
2013-09-05Fixed bug 410989: [1.8][organize imports] Removes required import forNoopur Gupta5-3/+372
2013-09-05Fixed bug 409719: [1.8][refactoring] Incorrect Method signature previewNoopur Gupta2-4/+19
2013-09-05Fixed bug 403923: [1.8] Handle annotations on extra dimensions in theNoopur Gupta10-28/+93
2013-09-05Fixed bug 403924: [1.8] Replace usages ofNoopur Gupta25-128/+209
2013-09-05Fix for bug 408937: [1.8][rename] Unable to rename variables in lambdaManju Mathew13-10/+263
2013-09-04Setting ASTProvider.SHARED_AST_LEVEL to JLS8 Noopur Gupta1-2/+6
2013-09-03documented selection markersMarkus Keller1-1/+10
2013-08-29Fixed bug 416016: [1.8][preferences] Add support for target 1.8 in theManju Mathew1-9/+10
2013-08-21Bug 406274: Updated JdtFlags#isStatic(BodyDeclaration) and tests afterNoopur Gupta2-17/+54
2013-08-21removed unnessary null checkMarkus Keller1-1/+1
2013-08-21Bug 406274: Updated JDTFlags and testcases with review commentsManju Mathew2-10/+59
2013-08-20Merge remote-tracking branch 'origin/R4_3_maintenance' into BETA_JAVA8Markus Keller14-14/+71
2013-08-20added BETA blurbMarkus Keller2-0/+8
2013-08-20Bug 405704: [1.8][render] Adornment for default methods and annotation type e...Markus Keller1-0/+0
2013-08-20Bug 406274: Updated JDTFlags as per Java 1.8 specification - AddedNoopur Gupta2-7/+77
2013-08-20Bug 411636: Save is very slow (burns cycles in the Package and Project Explorer)R4_3_1M20131016-0800M20131009-1400M20131007-0045M20131002-0800M20130911-1000M20130905-0705M20130904-1700M20130904-0800M20130829-1300M20130828-0800M20130821-0800Noopur Gupta2-3/+27
2013-08-20Bug 406274: Updated JDTFlags as per Java 1.8 specificationManju Mathew4-25/+408
2013-08-02Increased bundle version for Kepler SR1 fixesM20130814-0800M20130807-1400M20130807-1000Dani Megert2-2/+2
2013-08-02Increased bundle version for Kepler SR1 fixesDani Megert2-2/+2
2013-07-30Fixed bug 410569: Remove 'org.eclipse.releng.tools' from the list of not load...M20130731-0800Dani Megert1-1/+0
2013-07-30Fixed bug 410570: ignore eclipse.platform.releng.aggregator from chkpiiDani Megert1-0/+1
2013-07-30Fixed bug 411641: [content assist] Unnecessary content assist popup after dec...Dani Megert1-1/+11
2013-07-30identify the different 'default' flagsMarkus Keller1-2/+2
2013-07-30Refactoring test setup for Java 1.8Manju Mathew1-0/+39
2013-07-30Adding JavaModelUtil.is18OrHigher(..) methodsNoopur Gupta1-4/+21
2013-07-24Fixed bug 409520: [1.8][quick fix] "Add unimplemented methods" shouldManju Mathew2-2/+206
2013-07-24Fixed bug 409520: [1.8][quick fix] "Add unimplemented methods" should not cre...Manju Mathew1-2/+4
2013-07-24Increased bundle version for Kepler SR1 fixesDani Megert2-2/+2
2013-07-24Bug 410077: [hovering] Javadoc extracted from generated html is rendered with...Markus Keller2-0/+16

Back to the top