Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-08-22Bug 412639 - ResourceLeakTests.testBug381445_1b failedStephan Herrmann1-0/+1
2013-08-22Bug 408441 - Type mismatch using Arrays.asList with 3 or moreStephan Herrmann1-1/+35
2013-08-22Bug 405569 - Resource leak check false positive when usingStephan Herrmann1-2/+69
2013-08-22Bug 412076 - [compiler] @NonNullByDefault doesn't work for varargsStephan Herrmann1-1/+35
2013-08-22Bug 412203 - [compiler] Internal compiler error:Stephan Herrmann3-3/+412
2013-08-22Fixed Bug 408031 - Erasure of method signature should not include typeShankha Banerji3-166/+166
2013-08-21Fix for bug 409473 - [compiler] JDT cannot compile against JRE 1.8Stephan Herrmann1-0/+10
2013-08-21More tests for JSR308ssankaran1-1/+178
2013-08-20Bug 415043 - [1.8][null] Follow-up re null type annotations afterStephan Herrmann2-24/+25
2013-08-20Bug 414444: [1.8][null] Configure null annotation bundle for 1.8Stephan Herrmann1-307/+84
2013-08-20Bug 415043 - [1.8][null] Follow-up re null type annotations after bugStephan Herrmann1-0/+37
2013-08-20More tests from JSR308 spec reviewssankaran1-0/+468
2013-08-20Make sure all tests run. ssankaran1-1/+1
2013-08-20Various tests for 308 from spec snippets.ssankaran2-0/+841
2013-08-18Bug 415291 - [1.8][null] differentiate type incompatibilities due toStephan Herrmann1-0/+381
2013-08-16Fixed Bug 409517 - [1.8][compiler] Type annotation problems on moreAndrew Clement1-0/+377
2013-08-16Fixed Bug 409246 - [1.8][compiler] Type annotations on catch parametersAndrew Clement1-4/+394
2013-08-15Bug 392099 - [1.8][compiler][null] Apply null annotation on types forStephan Herrmann1-2/+2
2013-08-15Bug 392099 - [1.8][compiler][null] Apply null annotation on types forStephan Herrmann7-203/+340
2013-08-15Bug 414444 - [1.8][null] Configure null annotation bundle for 1.8Stephan Herrmann2-2/+61
2013-08-13Fixed Bug 409244 - [1.8][compiler] Type annotations on redundant castsssankaran1-0/+77
2013-08-12Fix for bug 412650 - [1.8][compiler]Incongruent Lambda Exception thrownANIRBAN CHAKRABORTY1-0/+28
2013-08-12Bug 407297 - [1.8][compiler] Control generation of parameter names byJesper Steen Møller1-0/+3
2013-08-08Bug 392384 - [1.8][compiler][null] Restore nullness info from typeStephan Herrmann3-14/+417
2013-08-08Bug 407191 - [1.8] Binary access support for type annotationsStephan Herrmann1-2/+3
2013-08-08Bug 407191 - [1.8] Binary access support for type annotationsAndrew Clement2-3/+518
2013-08-08Fix for Bug 409236- [1.8][compiler] Type annotations on intersectionAndrew Clement1-0/+239
2013-08-08Bug 406973: [1.8] Parse MethodParameters attribute from classfilesJesper Steen Møller2-0/+353
2013-08-07Fix for Bug 409247 - [1.8][compiler] Verify error with code allocatingAndrew Clement1-1/+18
2013-08-01Fix for Bug 413913 [1.8] Investigate failures against b100M N Palat1-12/+12
2013-08-01Minor clean up.ssankaran1-2/+1
2013-08-01Fix for Bug 411273 -[1.8][compiler] Bogus error about unhandledANIRBAN CHAKRABORTY1-0/+20
2013-07-29Fix for Bug 412284 [1.8][compiler] Inspect all casts to/instanceofM N Palat1-0/+117
2013-07-16Fix for Bug 412453 [1.8][compiler] Stackoverflow when compiling LazySeqM N Palat1-0/+34
2013-07-16Fix for Bug 4009077 [1.8][compiler] Illegal combination of modifiers onM N Palat2-6/+6
2013-07-16Adjusting the test case message for the fix for additional characterM N Palat1-1/+1
2013-07-16Fix for Bug 407131 [1.8][dom ast]ASTRewrite support forM N Palat3-22/+22
2013-07-11Fix for Bug 4009077 [1.8][compiler] Illegal combination of modifiers onM N Palat3-22/+69
2013-07-08Fix for bug 410114 - Enhancing the new test with additional testcaseJayaprakash Arthanareeswaran2-0/+10
2013-07-08Fix for bug 410114 - [1.8] CCE when trying to parse method referenceJayaprakash Arthanareeswaran2-0/+63
2013-07-05Fix for Bug 412155 Calling a @deprecated method in a separate class fromM N Palat2-0/+63
2013-07-01Fix for Bug 406587 - 1.8][compiler] Missing expected error for incorrectJayaprakash Arthanareeswaran1-0/+93
2013-06-24Fix for Bug 410402 - [1.8] Investigate failures against b92 : Rework onM N Palat1-41/+41
2013-06-22Bug 392099 - [1.8][compiler][null] Apply null annotation on types forStephan Herrmann1-2/+45
2013-06-17Fix for Bug 410402 [1.8] Investigate failures against b92M N Palat3-47/+40
2013-05-30Copyright updates for Bug 383624 - [1.8][compiler] Revive codeAndrew Clement2-2/+2
2013-05-28Bug 383624 - [1.8][compiler] Revive code generation support for typeAndrew Clement2-1497/+3609
2013-05-20Cleanup warningssankaran1-1/+1
2013-05-20Fixed Bug 406859 - [1.8][compiler] Bad hint that method could beShankha Banerjee1-0/+128
2013-05-16Fixing copyrights for 4.3Jayaprakash Arthanareeswaran6-6/+6

Back to the top