Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-04-23Bug 488328 [1.8][compiler][inference] Wrong method overload resolutionI20180423-2000I20180423-0655I20180423-0640Manoj Palat2-5/+54
2018-04-22Bug 533644 - JDK10: Incorrect Name clash errorI20180422-2000Stephan Herrmann2-4/+61
2018-04-22Bug 532653 - [regression] [1.8] Compilation error with "this" in InnerSasikanth Bharadwaj13-32/+78
2018-04-22Bug 533339 - incorrect Null type mismatch warning when using Guava'sStephan Herrmann1-4/+8
2018-04-21Bug 533339 - incorrect Null type mismatch warning when using Guava'sStephan Herrmann5-10/+73
2018-04-21Bug 533884 - [10] var type in an enhanced for loop is not resolvedI20180421-1500Stephan Herrmann6-19/+90
2018-04-20Bug 533884 - [10] var type in an enhanced for loop is not resolvedStephan Herrmann4-5/+83
2018-04-18Bug 491892 - [1.8][content assist] Keyword 'super' not proposed I20180420-2000I20180419-2000Vikas Chandra3-24/+7
2018-04-17Bug 482254 - Make the array copy conditionalI20180418-2000I20180417-2000Jay Arthanareeswaran2-4/+33
2018-04-17Bug 482254 - java.lang.NullPointerException atJay Arthanareeswaran2-2/+50
2018-04-17Updated API problem filtersDani Megert2-2/+2
2018-04-16Bug 533632 - Version adjustments required for jdt core bundlesSravan Kumar Lakkimsetti18-18/+18
2018-04-12Bug 533488 - [9] @Deprecated may cause AIOOBEI20180416-2000I20180416-0305I20180415-2000I20180414-1500I20180413-2000I20180412-2000Stephan Herrmann3-73/+58
2018-04-12Bug 533488 - [9] @Deprecated may cause AIOOBEAlexander Leshkin2-1/+55
2018-04-12Disabled junit for bug 533435Sasikanth Bharadwaj1-1/+25
2018-04-10Bug 533411: [9] Command line compiler puts the module-info.class inI20180411-2000I20180411-0735I20180411-0530I20180410-2000Sasikanth Bharadwaj2-1/+40
2018-04-10Bug 533295: Launching junit plugin tests using Execution EnvironmentSasikanth Bharadwaj1-1/+1
2018-04-09reverting the improvement patch of bug 532535I20180409-2000Manoj Palat2-5/+10
2018-04-07Bug 404648 - [1.8][compiler] investigate differences between ECJ & JavacI20180408-2000I20180407-1500Stephan Herrmann2-21/+53
2018-04-05Fixed Bug 533187: JDT generates incorrect code forI20180406-2000I20180405-2000Sasikanth Bharadwaj3-9/+89
2018-04-05fixing a comment merge errorManoj Palat1-4/+0
2018-04-03Improved Fix 532535 [10][18.3][dom] ITypeBinding expected to beI20180404-2000I20180403-2000Manoj Palat2-10/+5
2018-04-02Bug 533134: [9][codegen] eclipse generates deprecated attribute for aI20180402-2000Sasikanth Bharadwaj2-7/+27
2018-04-02Bug 532920: [10][compiler] NPE with varSasikanth Bharadwaj2-3/+34
2018-03-31Bug 373625 - [formatter] preserve whitespace between code and comments fails ...I20180401-2000Mateusz Matela2-2/+36
2018-03-31Bug 404648 - [1.8][compiler] investigate differences between ECJ & JavacI20180331-1500Stephan Herrmann1-0/+3
2018-03-31Bug 533115 - [9] bogus API leak error on exported split packageStephan Herrmann2-4/+12
2018-03-31Bug 533063 - [9] report when an unnamed module accesses types from aStephan Herrmann15-179/+189
2018-03-31Bug 533114 - [test] Avoid selective loading of JRT librariesStephan Herrmann4-57/+1
2018-03-31Bug 532733 - [9] JDT always opens "java.se.ee"Stephan Herrmann2-12/+46
2018-03-30Bug 532289 - Unstable traversal order in DeltaProcessingStateI20180330-2235I20180330-2000Andrey Loskutov1-10/+10
2018-03-30Bug 533100 - Generify DeltaProcessingStateAndrey Loskutov8-167/+183
2018-03-30Bug 530444 - update manifest classpath to code changesAndrey Loskutov1-1/+1
2018-03-30Bug 531046 - Fix the UnsupportedOperationExceptionJay Arthanareeswaran2-0/+83
2018-03-30Fix 532535 [10][18.3][dom] ITypeBinding expected to be returned byManoj Palat1-9/+1
2018-03-30Followup commit of Bug 532535 [10][18.3][dom] ITypeBinding expected toManoj Palat2-0/+32
2018-03-29Bug 532916 - Some methods in MethodInfo needing synchronizationI20180329-2000Stephan Herrmann2-27/+37
2018-03-29Bug 533043 : [9] CLASS_OUTPUT is not set properly whenJay Arthanareeswaran8-39/+154
2018-03-29Bug 531362: [18.3][tests] test failures on running with Java 10Sasikanth Bharadwaj2-3/+6
2018-03-29Bug 533036 - [10][batch] Batch compiler needs to support --release 10Jay Arthanareeswaran4-10/+39
2018-03-29Fixed bug 532349 - [10] wildcard bounds lost when indirectly assignedSasikanth Bharadwaj7-38/+449
2018-03-28Bug 532505 - Reduce memory footprint of ClasspathAccessRuleI20180329-0000I20180328-2000Karsten Thoms5-8/+38
2018-03-28Bug 532535 - [10][18.3][dom] ITypeBinding expected to be returned byManoj Palat5-14/+132
2018-03-28Bug 531046 - [10] ICodeAssist#codeSelect support for 'var'Jay Arthanareeswaran3-13/+124
2018-03-27Bug 531025 - [10][compiler] Type annotations should not be allowed forI20180327-2000Stephan Herrmann2-1/+61
2018-03-27Bug 532913 - TestcaseJay Arthanareeswaran4-13/+73
2018-03-27Bug 532913 - [9] @Deprecated appears twice on BinaryMethodBindingStephan Herrmann1-1/+8
2018-03-26Bug 532176 - [10] NPE during reconcileI20180327-0805I20180327-0630I20180326-2000Stephan Herrmann1-1/+5
2018-03-25Bug 531995 - java.lang.ClassCastException:I20180325-2000Stephan Herrmann2-9/+5
2018-03-25Bug 525842 - [9] Got java.nio.channels.ClosedByInterruptExceptionStephan Herrmann4-18/+23

Back to the top