Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-03-22Bug 528350 - [10] update in JLS 7.5.3 re duplicate static importsS4_7_3_aRC1M20180323-1030M20180322-1835M20180322-1700Stephan Herrmann1-0/+47
2018-03-22Bug 532753 - Version issues with 4.7.3aM20180322-1030M20180322-0935Sravan Kumar Lakkimsetti30-30/+30
2018-03-21Post Merge Java 10 work, remove copyright disclaimer, @since tag etc.M20180322-0400Jay Arthanareeswaran45-1410/+34
2018-03-20Bug 531362 - [18.3][tests] test failures on running with Java 10P20180321-0045Stephan Herrmann3-5/+3
2018-03-20Bug 530308 - [9] check usage of ClassFileReader.classFileNameStephan Herrmann3-20/+6
2018-03-20Bug 531040 - [10][quick assist] Convert type to 'var'Stephan Herrmann1-0/+43
2018-03-20Bug 532670 - [10] cannot launch jvm 10 from compiler testsStephan Herrmann1-1/+2
2018-03-20Merge remote-tracking branch 'origin/R4_7_maintenance' into BETA_JAVA_18_3Jay Arthanareeswaran6-25/+279
2018-03-16Bug 532450 - TypesImpl doesn't yet implement certain methodsJay Arthanareeswaran4-25/+96
2018-03-16Fixed Bug 530920: [10][compiler] var is not a valid type variable andP20180319-0325P20180319-0305P20180316-1305P20180316-1120Sasikanth Bharadwaj3-3/+62
2018-03-15Bug 532476 - [10][content assist] No result fromJay Arthanareeswaran3-4/+80
2018-03-14Bug 530444 - [10] JSR 269 API changesY20180315-1000Jay Arthanareeswaran24-24/+78
2018-03-14Bug 532421 - [18.3] Using type of a variable as 'var' in aManoj Palat3-7/+63
2018-03-14Actual fix for bug 532349Sasikanth Bharadwaj1-5/+1
2018-03-14Bug 531717 - TypesImpl.erasure() should not throw CCE for NoType andJay Arthanareeswaran4-4/+36
2018-03-13Fixed Bug 532349: [10] wildcard bounds lost when indirectly assignedP20180313-0940Sasikanth Bharadwaj2-5/+76
2018-03-12Fixed bug 530879: [10][compiler] ForEachStatement accepts void type whenSasikanth Bharadwaj4-3/+74
2018-03-09Bug 531046: [10] ICodeAssist#codeSelect support for 'var'Jesper Steen Møller4-5/+68
2018-03-08Bug 532177: [10] Generate Javadoc wizard doesn't offer 10 as "JRE sourceNoopur Gupta2-2/+13
2018-03-08Bug 528305: [9][javadoc] Generate Javadoc wizard doesn't offer 9 as "JREY20180308-1000Noopur Gupta1-0/+14
2018-03-01Bug 529556 - [18.3] Add content assist support for 'var' as a typeJesper Steen Møller4-3/+30
2018-02-28Bug 529552 - [18.3] Add 'var' in completionsY20180301-1000P20180301-1110Jesper Steen Møller5-4/+294
2018-02-28Bug 527554 - [18.3] Compiler support for JEP 286 (LVTI)Jesper Steen Møller9-23/+419
2018-02-23Bug 530444 - [10] JSR 269 API changesP20180223-0630Jay Arthanareeswaran6-9/+17
2018-02-22Bug 531046 - [10] ICodeAssist#codeSelect support for 'var'Jay Arthanareeswaran5-12/+200
2018-02-20Bug 531333: [18.3][batch][compiler] compliance version not recognized inY20180222-1000P20180220-0940Jay Arthanareeswaran1-2/+14
2018-02-20Bug 531099: [10] Invalid @since 3.15 tag on JavaCore.VERSION_10Sasikanth Bharadwaj7-17/+123
2018-02-19Bug 531333 - [18.3][batch][compiler] compliance version not recognizedP20180220-0445P20180220-0325P20180220-0010Manoj Palat5-3/+35
2018-02-19follow-up commit Bug 531326 - [10][tests] Add RunAllJava10Tests akin toManoj Palat1-2/+22
2018-02-19Bug 531326 - [10][tests] Add RunAllJava10Tests akin to RunAllJava9TestsManoj Palat1-0/+90
2018-02-19Test case for Bug 529434 - [18.3] Add Search support for 'var' -Manoj Palat2-0/+140
2018-02-15Bug 521438 - [1.8] Slow compilation in project with many wildcardsS4_7_3_RC4S4_7_3_RC3S4_7_3_RC2R4_7_3M20180316-0240M20180315-0710M20180307-0400M20180301-0715M20180301-0330M20180221-1700M20180221-0535M20180215-0545Till Brychcy2-19/+62
2018-02-15Test for Bug 530299 - [10][dom ast] AST level for Java 10 / 18.3Y20180215-1000P20180215-1110Manoj Palat1-0/+28
2018-02-14Bug 531099 - [10] Invalid @since 3.15 tag on JavaCore.VERSION_10Jay Arthanareeswaran33-27/+79
2018-02-13Copyright update for changes in bug 527558Manoj Palat22-17/+105
2018-02-13Follow-up commit of bug 527558 [18.3] Add DOM support for 'var' -Manoj Palat3-3/+21
2018-02-13Fix for api change for Bug 527558 - [18.3] Add DOM support for 'var' -Manoj Palat30-35/+260
2018-02-08Bug 527554 - [18.3] Compiler support for JEP 286 (LVTI)Y20180209-0450P20180213-0045P20180212-0730P20180212-0705P20180212-0630Jesper Steen Møller1-18/+22
2018-02-08Merge remote-tracking branch 'origin/R4_7_maintenance' intoSasikanth Bharadwaj55-259/+2151
2018-02-08Merge branch 'R4_7_maintenance' into BETA_JAVA_18_3Sasikanth Bharadwaj79-2871/+6702
2018-02-08527554: [18.3] Compiler support for JEP 286 Local-Variable TypeJesper Steen Møller19-30/+1217
2018-02-08fix for bug 519417 [9][completion] should propose types & packagesM20180214-1700M20180214-0500M20180213-0600Stephan Herrmann4-6/+217
2018-02-08Remove the reference to the now-stale CBI-JDT versionJay Arthanareeswaran1-1/+0
2018-02-07Bug 530758 - Build failure in I20180205-2000Jay Arthanareeswaran3-3/+3
2018-02-06Bug 526335 - [9][hovering] Deprecation warning should show the newS4_7_3_RC1M20180207-1700M20180207-0400Stephan Herrmann27-170/+882
2018-02-06Bug 530758 - Build failure in I20180205-2000Jay Arthanareeswaran3-3/+3
2018-02-05Fixed bug 526310 - Making changes to 'Is modular' node does not triggerSasikanth Bharadwaj13-21/+1004
2018-02-03Bug 527731 - Incorrect cycle detected in type hierarchyStephan Herrmann2-1/+49
2018-02-03Bug 530634 - Remove JAVA_TOOL_OPTIONS from sub-process envMikael Barbero2-7/+17
2018-01-29Bug 522670 - [9] Type mismatch: cannot convert from Data to DataTill Brychcy3-5/+105

Back to the top