Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-06-28Bug 574203 - Lot of compiler warnings in master - reduceSravan Kumar Lakkimsetti2-5/+3
2020-04-15Bug 560291 - Fix -nowarn for warnings from APT processorsI20200415-0620I20200415-0200Thomas Wolf2-16/+28
2020-04-05Bug 560204 - Map Diagnostic.Kind.{NOTE,OTHER} to ProblemSeverities.InfoI20200406-0120I20200405-1800Thomas Wolf1-1/+1
2020-03-24Bug 559724 - Manual array copy Use Arrays.asList or System.arraycopyI20200324-1800Carsten Hammer1-5/+3
2020-03-22Bug 559723 - Add override annotationCarsten Hammer1-0/+1
2020-03-19Bug 560451 - Activate automatic removal on unnecessary whitespace inI20200319-1800Stephan Herrmann27-673/+673
2018-10-13Bug 540090 - Unjustified FilerException "Source file already exists" inI20181013-1800Till Brychcy1-0/+53
2018-08-31Bug 535802 - EPL 2.0 conversion for apt plug-ins and testsLars Vogel34-102/+204
2018-05-23Bug 530665: Filer.getResource must not flag output file as written forS4_8_0_RC2I20180528-0800I20180527-2250I20180527-2000I20180527-0800I20180526-1500I20180526-0800I20180525-2000I20180524-0900I20180523-2000I20180523-0800Jay Arthanareeswaran1-0/+87
2018-03-14Bug 530444 - [10] JSR 269 API changesY20180315-1000Jay Arthanareeswaran2-1/+4
2017-09-20BETA_JAVA9 merger - Removing disclaimer in copyright textJay Arthanareeswaran2-8/+0
2017-09-18Bug 517841: [9] Support Java 9 APT modelsJay Arthanareeswaran3-9/+20
2017-07-14Revert "Bug 517841 - [9] Support Java 9 APT models"Jay Arthanareeswaran4-15/+5
2017-07-13Bug 517841 - [9] Support Java 9 APT modelsJay Arthanareeswaran4-5/+15
2016-09-08Merge remote-tracking branch 'origin/master' into BETA_JAVA9Markus Keller1-35/+35
2016-09-08Bug 497419: Fix CRLF line endings in jdt.core sourcesMarkus Keller1-35/+35
2016-08-30Merge remote-tracking branch 'origin/master' into BETA_JAVA9Manoj Palat2-0/+48
2016-08-23Bug 493837: MirroredTypesException not thrown when annotation ClassI20160824-1429I20160823-1359I20160823-0759Anton Tanasenko2-0/+48
2016-07-19Merge remote-tracking branch 'origin/master' into BETA_JAVA9Manoj Palat1-0/+81
2016-07-14Bug 317216 - NPE in ParameterizedTypeBinding.readableNameJay Arthanareeswaran1-0/+81
2016-03-02Merge branch 'master' into BETA_JAVA9Jay Arthanareeswaran1-0/+22
2016-02-22Bug 487716 - Type use annotations should not be attached to constructorI20160223-0800Jay Arthanareeswaran1-0/+22
2016-02-01Merge remote-tracking branch 'origin/master' into BETA_JAVA9P20160201-1357Sasikanth Bharadwaj1-2/+34
2015-11-18Bug 467928 - VariableElement#getKind invalid for enum fieldsIgor Fedorenko1-3/+35
2015-10-10Merge branch 'master' into BETA_JAVA9P20151013-1208P20151013-1124P20151013-1050P20151013-1019Jay Arthanareeswaran1-5/+2
2015-10-02Bug 477387 - [1.9] JDT tests are incredibly slow with JRE 9Jay Arthanareeswaran1-1/+17
2015-08-24Bug 382590 - TypesImpl.asMemberOf must also work with a subclass and itsJay Arthanareeswaran1-5/+2
2015-07-27Bug 340635 - Types#erasure() doesn't return the raw type.Jay Arthanareeswaran1-0/+89
2015-05-13Bug 444045 - Test case + a minor fix for null charset in JavaFileObjectJay Arthanareeswaran1-1/+10
2015-04-10Bug 382590 - Types.asMemberOf() should find members within superclasses.wharley1-27/+163
2015-03-27Bug 463062 - Annotation processing runs when annotation is on anJayaprakash Arthanareeswaran2-1/+39
2015-03-12Bug 461969: [test][apt] org.eclipse.jdt.compiler.apt.tests.ModelUtilTests.tes...Markus Keller1-19/+19
2015-03-12Bug 461969: [test][apt] org.eclipse.jdt.compiler.apt.tests.ModelUtilTests.tes...Markus Keller1-2/+3
2015-02-09Bug 415274 - Annotation processing throws a NPE inHarry Terkelsen2-0/+52
2015-01-12Fixes Bug 456986 - Bogus error when annotation processor generatesHarry Terkelsen1-0/+58
2014-11-25Fixed Bug 443769 - Bogus error caused by resolving a variable twiceI20141125-0800shankha1-0/+41
2014-11-06Fixed Bug 300408 - [apt] keep the order of elements inAndreas Gudian1-1/+54
2014-09-08Bug 441790 - AnnotationValue.toString is creating incorrect andHarry Terkelsen1-1/+26
2014-08-21Bug 441790 - AnnotationValue.toString is creating incorrect andHarry Terkelsen2-1/+159
2014-03-25Bug 430869 - Fixing compiler.apt.tests to run successfully with 1.7 andJayaprakash Arthanareeswaran4-1290/+0
2014-03-11Fix for bug 428468 - Removing JCP disclaimer and updating @since tagsJayaprakash Arthanareeswaran5-21/+1
2014-02-08Fixed Bug 426759 - APT doesn't process .class files created/updated inssankaran3-5/+206
2013-11-12Fixed Bug 421156 - [1.8] APT should support 'default' modifier Jayaprakash Arthanareeswaran1-0/+35
2013-11-11Fixed Bug 421473 - [1.8][compiler] Delayed assignment of declaring ssankaran1-1/+35
2013-11-11Bug 418920 - [1.8] Failing tests with JRE8Shankha Banerjee2-13/+13
2013-10-29Fixed Bug 420482 - [1.8] ExecutableTypeImpl#getParameterTypes() does ssankaran1-0/+14
2013-10-21[1.8] AnnotationBinding should define hashCode and equals.ssankaran1-0/+15
2013-10-21[1.8] Inherited annotations are not returned by Element.getAnnotationsssankaran3-0/+71
2013-10-18[1.8] Fixed to return container annotation where required andJayaprakash Arthanareeswaran1-0/+9
2013-10-17First batch of fixes for Bug 419664 - [1.8] A couple of issues withJayaprakash Arthanareeswaran1-2/+6

Back to the top