Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-11-11Update jdt.core to commit 3256aef43e2296affdbf86e21f8cafdaa866161aStephan Herrmann62-622/+1007
2014-11-11Fix for CallinMethodBinding.test4125_resultInMethodSpec3:Stephan Herrmann4-45/+97
2014-11-09Bug 450003 - Rewire RoleTypeBinding et al into *TypeSystem after bugStephan Herrmann2-10/+81
2014-11-09Update jdt.core & tests to I20140918-0330 (4.5M2)Stephan Herrmann1-0/+10
2014-11-09Update jdt.core & tests to I20140918-0330 (4.5M2)Stephan Herrmann79-925/+1054
2014-10-03Releng: update version of jdt.coreStephan Herrmann1-1/+1
2014-10-03update jdt.core to I20140806-2000 (4.5 M1)Stephan Herrmann73-275/+884
2014-10-03Releng:Stephan Herrmann1-1/+1
2014-10-03Merge remote-tracking branch 'origin/maintenance/OTDT_2.3.x'Stephan Herrmann1-4/+15
2014-10-03Merge commit '8891906a1f75c2dfa89a6d208ea5f84dd227a750'Stephan Herrmann5-9/+48
2014-10-03Merge commit '62c97a87c2f975a85b07ac7fd89d1a9f6044b124'Stephan Herrmann6-13/+46
2014-10-03Merge commit 'a4c93019cfca1e816230cd5417af6d9596aabd9e'Stephan Herrmann1-7/+12
2014-10-03Merge commit 'b0d35359aa83b498d87d32dcd0c20d8defd0e8a7'Stephan Herrmann39-270/+725
2014-09-16Bug 443299 - [1.8][null] lowered 'this' is not recognized as non-nullreleases/OTDT_2.3.1builds/201409160728Stephan Herrmann1-2/+9
2014-09-16Bug 443299 - [1.8][null] lowered 'this' is not recognized as non-nullStephan Herrmann1-4/+8
2014-09-16Bug 443299 - [1.8][null] lowered 'this' is not recognized as non-nullStephan Herrmann2-1/+21
2014-09-12Bug 443299 - [1.8][null] lowered 'this' is not recognized as non-nullStephan Herrmann3-8/+27
2014-09-09Bug 443641 - [compiler][otdre] During incremental compilation a callinStephan Herrmann1-0/+3
2014-09-09Bug 443580 - Regression inStephan Herrmann3-4/+12
2014-09-09Bug 443575 - [otdre] compile error from code generated for a baseStephan Herrmann1-1/+2
2014-09-04Bug 443299 - [1.8][null] lowered 'this' is not recognized as non-nullStephan Herrmann1-0/+4
2014-09-04Bug 443306 - [1.8][null] generated method getAllRoles() triggers nullStephan Herrmann2-8/+25
2014-09-02Update jdt.core to M20140902-1430 (SR1 RC2a)Stephan Herrmann2-15/+15
2014-09-02update jdt.core to M20140829-0500 (4.4.1 RC2)Stephan Herrmann3-3/+11
2014-08-17Fix regressions (CCE) caused by merging Bug 435689Stephan Herrmann1-7/+12
2014-08-17Update jdt.core & tests to M20140813-0800 for 4.4.1 RC1Stephan Herrmann23-41/+212
2014-08-16Bug 436759 [otdre] Finish implementation of OTDREStephan Herrmann1-1/+0
2014-08-16Bug 436759 [otdre] Finish implementation of OTDREStephan Herrmann3-16/+116
2014-08-16Bug 436759 [otdre] Finish implementation of OTDREStephan Herrmann1-2/+12
2014-08-12Bug 436759 [otdre] Finish implementation of OTDREStephan Herrmann13-108/+259
2014-08-10Releng: avoid duplicate version in "ecj -version"Stephan Herrmann1-1/+1
2014-08-10Bug 436759 [otdre] Finish implementation of OTDREStephan Herrmann2-10/+46
2014-08-09Bug 436759 [otdre] Finish implementation of OTDREStephan Herrmann7-21/+65
2014-08-09Bug 436759 [otdre] Finish implementation of OTDREStephan Herrmann1-1/+3
2014-08-09Bug 437767 - [java8][null] semantically integrate null type annotationsStephan Herrmann2-57/+73
2014-08-09Bug 437767 - [java8][null] semantically integrate null type annotationsStephan Herrmann2-0/+22
2014-08-07Bug 437767 - [java8][null] semantically integrate null type annotationsStephan Herrmann1-23/+20
2014-08-07Bug 437767 - [java8][null] semantically integrate null type annotationsStephan Herrmann2-12/+19
2014-08-07Bug 437767 - [java8][null] semantically integrate null type annotationsStephan Herrmann4-41/+54
2014-08-05Bug 437767 - [java8][null] semantically integrate null type annotationsStephan Herrmann12-35/+92
2014-08-05Bug 437767 - [java8][null] semantically integrate null type annotationsStephan Herrmann2-1/+2
2014-08-05version incr. towards 2.3.1 where suitableStephan Herrmann2-2/+2
2014-08-05Update jdt.core up-to 5d9ab3c35b604994d7f3bd7c1c70c17649f1325e towardsStephan Herrmann8-31/+30
2014-06-14Releng: add header to prevent that sign destroys the manifestStephan Herrmann1-0/+1
2014-06-10Releng: more fixup in abandoned scriptreleases/OTDT_2.3.0builds/201406101339Stephan Herrmann1-0/+3
2014-06-10Releng: next attempt to get the Main-Class attributeStephan Herrmann1-1/+0
2014-06-10Releng: next attempt to get the Main-Class attributeStephan Herrmann1-0/+2
2014-06-10Releng: next attempt to get the Main-Class attributeStephan Herrmann1-1/+1
2014-06-10Releng: try to fix ecotj.jar by adding a Main-Class header (?!)Stephan Herrmann2-1/+2
2014-06-09Bug 433109 - [compiler] Cannot generate method $SWITCH_TABLE$ ...Stephan Herrmann2-4/+10

Back to the top