Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-03-29Bug 533043 : [9] CLASS_OUTPUT is not set properly whenJay Arthanareeswaran1-0/+2
2018-03-27Bug 532913 - TestcaseJay Arthanareeswaran1-13/+45
2018-03-16Bug 532450 - TypesImpl doesn't yet implement certain methodsJay Arthanareeswaran1-0/+4
2018-03-14Bug 530444 - [10] JSR 269 API changesY20180315-1000Jay Arthanareeswaran1-2/+5
2018-03-14Bug 531717 - TypesImpl.erasure() should not throw CCE for NoType andJay Arthanareeswaran1-0/+4
2017-11-06Bug 526288 - AutoValue annotation processor causesTill Brychcy1-0/+4
2017-09-20BETA_JAVA9 merger - Removing disclaimer in copyright textJay Arthanareeswaran3-12/+0
2017-09-18Bug 517841: [9] Support Java 9 APT modelsJay Arthanareeswaran4-34/+579
2017-09-04Bug 521812: ExecutableElement and ExecutableType don't have matchingP20170905-0025Jay Arthanareeswaran1-0/+4
2017-09-01Bug 521723: [9] Binary method binding for an interface constructed withJay Arthanareeswaran1-0/+99
2017-08-29Bug 520995: [9] BinaryModule and BindingKeyResolver need to cooperateStephan Herrmann1-1/+1
2017-08-28Bug 521460: [8] Type annotations of a constructor of a binary typeJay Arthanareeswaran2-0/+109
2017-08-21Bug 520540 - [9] PackageElementImpl#getEnclosedElements does not includeJay Arthanareeswaran2-4/+41
2017-08-07Bug 520540 - [9] PackageElementImpl#getEnclosedElements does not includeJay Arthanareeswaran1-1/+4
2017-07-14Revert "Bug 517841 - [9] Support Java 9 APT models"Jay Arthanareeswaran3-383/+13
2017-07-13Bug 517841 - [9] Support Java 9 APT modelsJay Arthanareeswaran3-13/+383
2017-05-22Merge branch 'master' into BETA_JAVA9Y20170523-0000P20170523-0000Jay Arthanareeswaran1-0/+12
2017-05-02Bug 514121: fixed EclipseFileManager leaks open URLClassLoadersIgor Fedorenko1-0/+12
2016-09-09Bug 486013 - Disable tests failing with JRE 8 for now.Jay Arthanareeswaran3-5/+5
2016-08-30Merge remote-tracking branch 'origin/master' into BETA_JAVA9Manoj Palat1-0/+14
2016-08-23Bug 493837: MirroredTypesException not thrown when annotation ClassI20160824-1429I20160823-1359I20160823-0759Anton Tanasenko1-0/+14
2016-08-01Bug 487421 - [1.9][batch] Support Java 9 options in command lineJay Arthanareeswaran1-3/+0
2016-07-19Merge remote-tracking branch 'origin/master' into BETA_JAVA9Manoj Palat1-0/+21
2016-07-14Bug 317216 - NPE in ParameterizedTypeBinding.readableNameJay Arthanareeswaran1-0/+21
2016-02-01Merge remote-tracking branch 'origin/master' into BETA_JAVA9P20160201-1357Sasikanth Bharadwaj1-0/+8
2015-11-17Bug 471995 - NPE in AnnotationDiscoveryVisitor#resolveAnnotationsI20151117-0800Igor Fedorenko1-0/+8
2015-10-02Bug 477387 - [1.9] JDT tests are incredibly slow with JRE 9Jay Arthanareeswaran1-2/+15
2015-07-27Bug 340635 - Types#erasure() doesn't return the raw type.Jay Arthanareeswaran1-0/+49
2015-05-15Bug 466878 - Fix failing testI20150517-2000I20150516-1500I20150515-2000Jay Arthanareeswaran1-2/+2
2015-05-14Bug 466878 - EclipseFileManager#getFileForInput can't find resource inIgor Fedorenko1-0/+12
2015-05-13Bug 444045 - Test case + a minor fix for null charset in JavaFileObjectJay Arthanareeswaran1-7/+25
2015-03-27Bug 463062 - Annotation processing runs when annotation is on anJayaprakash Arthanareeswaran1-0/+14
2015-02-18Fix for Bug 450085Manoj Palat1-1/+23
2015-02-09Bug 415274 - Annotation processing throws a NPE inHarry Terkelsen2-35/+61
2015-01-12Fixes Bug 456986 - Bogus error when annotation processor generatesHarry Terkelsen1-2/+19
2014-11-25Fixed Bug 443769 - Bogus error caused by resolving a variable twiceI20141125-0800shankha2-1/+42
2014-08-21Bug 441790 - AnnotationValue.toString is creating incorrect andHarry Terkelsen1-14/+24
2014-08-21Fixed bug 423885 - JDT's implementation of JSR-199 reports wrong errorsGauthier JACQUES2-1/+39
2014-03-25Bug 430869 - Fixing compiler.apt.tests to run successfully with 1.7 andJayaprakash Arthanareeswaran3-17/+45
2014-03-11Fix for bug 428468 - Removing JCP disclaimer and updating @since tagsJayaprakash Arthanareeswaran4-16/+0
2014-03-05[1.8] Inject a bug to match javac bug 8031744ssankaran1-1/+1
2014-02-08Fixed Bug 426759 - APT doesn't process .class files created/updated inssankaran2-4/+114
2014-01-27Fixed Bug 426447 - JDT's implementation ofJayaprakash Arthanareeswaran1-0/+47
2014-01-24Fixed Bug 426480 - EclipseFileManager#getJavaFileObjectsFromFiles allowsJayaprakash Arthanareeswaran1-1/+15
2013-11-11Fixed Bug 421473 - [1.8][compiler] Delayed assignment of declaring ssankaran1-8/+28
2013-10-21[1.8] AnnotationBinding should define hashCode and equals.ssankaran1-0/+9
2013-10-21[1.8] Inherited annotations are not returned by Element.getAnnotationsssankaran1-0/+10
2013-10-18[1.8] Fixed to return container annotation where required andJayaprakash Arthanareeswaran1-0/+11
2013-10-11[1.8] Adding Java8ElementsTests to RunAllJava8TestsJayaprakash Arthanareeswaran1-2/+8
2013-10-10Fixed Bug 418000 - [1.8][compiler] Support language model API forssankaran1-39/+90

Back to the top