Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-12-04Bug 394768 - [compiler][resource] Incorrect resource leak warning whenStephan Herrmann1-1/+89
2012-12-04Fix for bug 394718 - VerifyError: Inconsistent stackmap framesOlivier Thomann1-0/+38
2012-12-04Fix for bug 394780 - try-with-resource fails if resource is of genericOlivier Thomann1-0/+36
2012-12-04Bug 388281 - Fixing failing test in windowsJayaprakash Arthanareeswaran1-1/+1
2012-11-28Fix for bug 394356 - [1.8][compiler] Type Annotations before packageJayaprakash Arthanareeswaran3-50/+41
2012-11-20Bug 392862 - [1.8][compiler][null] Evaluate null annotations on arrayStephan Herrmann2-2/+401
2012-11-15Bug 388281 - [compiler][null] inheritance of null annotations as anStephan Herrmann1-2/+44
2012-11-15Bug 388281 - [compiler][null] inheritance of null annotations as anStephan Herrmann1-0/+31
2012-11-15Fix for bug 393781 - In case of non matching argument list the messageJayaprakash Arthanareeswaran1-0/+50
2012-11-15Fix for bug 372076 - ASTParser.createASTs fails after parsing files withOlivier Thomann1-0/+61
2012-11-15Fix for bug 393749 - Regression testOlivier Thomann1-0/+2039
2012-11-15Fix for bug 393537 - [1.7][compiler] Wrong bytecode for string switchOlivier Thomann1-0/+28
2012-11-15Bug 393149 - Test failures on MacStephan Herrmann1-3/+3
2012-11-15Bug 385593 - [compiler] Unexpected stackmap framesStephan Herrmann1-0/+170
2012-11-15Bug 388281 - [compiler][null] inheritance of null annotations as anStephan Herrmann1-4/+4
2012-11-15Bug 391517 - java.lang.VerifyError on code that runs correctly inStephan Herrmann1-0/+36
2012-11-15Bug 388281 - [compiler][null] inheritance of null annotations as anStephan Herrmann4-6/+546
2012-11-15Fix for bug 394355 - [1.8][compiler] Declaration annotations should beJayaprakash Arthanareeswaran1-0/+44
2012-10-21DOM/AST API workSrikanth1-67/+0
2012-10-19Fixed bug 391092: [1.7][compiler] ECJ accepts invalid union typeManoj Palat2-0/+51
2012-10-19Fixed bug 385780: No warning for unused generic parametersMajoj Palat4-10/+155
2012-10-19Bug 375366 - ECJ ignores unusedParameterIncludeDocCommentReferenceStephan Herrmann1-1/+125
2012-10-19Fix for bug 385593: [compiler] Unexpected stackmap framesOlivier Thomann1-2/+1
2012-10-19Bug 379834 - Wrong "method can be static" in presence ofStephan Herrmann1-0/+37
2012-10-19Bug 379784 - [compiler] "Method can be static" is not getting reportedStephan Herrmann1-4/+86
2012-10-19Bug 386534 - [compiler][resource] "Potential resource leak" falseStephan Herrmann1-1/+54
2012-10-19Bug 388996 - [compiler][resource] Incorrect 'potential resource leak'Stephan Herrmann1-6/+46
2012-10-19Bug 387612 - Unreachable catch block...exception is never thrown fromStephan Herrmann1-1/+137
2012-10-18Bug 392099 - [1.8][compiler][null] Apply null annotation on types forStephan Herrmann4-118/+597
2012-10-17Fixed bug 392119: [1.8][compiler] Annotations with hybrid SE7 & SE8Srikanth1-1/+172
2012-10-16Fix for bug 391108: [1.8][compiler] Compiler allows type annotations onJayaprakash Arthanareeswaran1-1/+43
2012-10-15Fix for bug 391315: Adding additional testJayaprakash Arthanareeswaran1-0/+42
2012-10-13Clean up tests and re-enable them.Srikanth1-29/+29
2012-10-12Fix for bug 391464: [1.8][compiler] Compiler fails to resolveJayaprakash Arthanareeswaran2-1/+87
2012-10-11Fix for bug 391500: [1.8][compiler] Type annotations on QualifiedJayaprakash Arthanareeswaran2-4/+64
2012-10-10Grammar coverage rules for nonterminals InterfaceType and NameSrikanth1-1/+196
2012-10-10Grammar coverage tests for ClassTypeSrikanth1-0/+128
2012-10-10Fix for discarding type annotations where they should not be.Srikanth2-22/+28
2012-10-09Grammar coverage tests for the nonterminals ClassOrInterfaceType andSrikanth1-0/+149
2012-10-09JSR308 : Grammar coverage tests for the non-terminal ReferenceTypeSrikanth1-0/+314
2012-10-09Fix for bugs 391201, bug 391196, bug 391314 and bug 391315Jayaprakash Arthanareeswaran2-9/+154
2012-10-09Revised tests to ensure that annotation resolution is verifiable.Srikanth1-26/+151
2012-10-09Grammar coverage tests for nonterminals Type and PrimitiveTypeSrikanth3-0/+603
2012-10-09Bug 388630 - @NonNull diagnostics at line 0Stephan Herrmann1-1/+57
2012-10-09Bug 385415 - Incorrect resource leak detectionStephan Herrmann1-1/+121
2012-10-09Bug 386181 - [compiler][null] wrong transition inStephan Herrmann2-2/+30
2012-10-09Fixed Bug 345305 - [compiler][null] Compiler misidentifies a case ofStephan Herrmann5-273/+492
2012-10-08Bug 382347 - [1.8][compiler] Compiler accepts incorrect defaultStephan Herrmann1-0/+29
2012-10-08Fix for bug 385137: [1.8][compiler] Type annotations must not be allowedJayaprakash Arthanareeswaran2-31/+228
2012-10-05Fix for bug 390882: [1.8][compiler] Compiler should reject typeJayaprakash Arthanareeswaran1-0/+107

Back to the top