Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-11-15Fix for bug 381134 - Updating bundle versionsJayaprakash Arthanareeswaran3-3/+3
2012-11-15Fix for bug 381134 - Mixed line delimiters inJayaprakash Arthanareeswaran3-4/+8
2012-11-15Bug 388281 - [compiler][null] inheritance of null annotations as anStephan Herrmann3-2/+52
2012-11-15Bug 388281 - [compiler][null] inheritance of null annotations as anStephan Herrmann2-10/+49
2012-11-15Fix for bug 393781 - In case of non matching argument list the messageJayaprakash Arthanareeswaran2-0/+54
2012-11-15Fix for bug 372076 - ASTParser.createASTs fails after parsing files withOlivier Thomann2-0/+63
2012-11-15fixed logging when running without OSGi (for bug 372076)Markus Keller1-1/+6
2012-11-15Fix for bug 393749 - Regression testOlivier Thomann1-0/+2039
2012-11-15Fix for bug 393749 - Static initializer in enum after 2000th enumPatrick Wienands1-0/+3
2012-11-15Fix for bug 393537 - [1.7][compiler] Wrong bytecode for string switchOlivier Thomann2-2/+31
2012-11-15Fix for bug 385780 - Removed the stale TODO noteJayaprakash Arthanareeswaran1-1/+1
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 392727 - Cannot compile project when a java file contains $ in itsStephan Herrmann2-5/+63
2012-11-15Bug 392099 - [1.8][compiler][null] Apply null annotation on types forStephan Herrmann1-1/+1
2012-11-15Bug 388281 - [compiler][null] inheritance of null annotations as anStephan Herrmann2-9/+13
2012-11-15Bug 391517 - java.lang.VerifyError on code that runs correctly inStephan Herrmann2-1/+40
2012-11-15Bug 388281 - [compiler][null] inheritance of null annotations as anStephan Herrmann19-255/+1175
2012-11-15Fix for bug 394355 - [1.8][compiler] Declaration annotations should beJayaprakash Arthanareeswaran1-0/+44
2012-10-22Fix for bug 386007: Updating test suite to include the new tests -Jayaprakash Arthanareeswaran2-7/+34
2012-10-21DOM/AST API workSrikanth28-91/+34350
2012-10-19Removing unused code - Refer to bug 391108, comment 21Jayaprakash Arthanareeswaran2-11/+0
2012-10-19Fix for bug 391978: Add tycho.scmUrl for eclipse.jdt.core.gitThanh Ha1-0/+4
2012-10-19Bug 383072 - problem with parentsKrzysztof Daniel1-0/+1
2012-10-19Fix for bug 391707: Javadoc summary of IJavaProject#findType(String)Jayaprakash Arthanareeswaran1-18/+18
2012-10-19Fixed bug 391092: [1.7][compiler] ECJ accepts invalid union typeManoj Palat6-0/+69
2012-10-19Fixed bug 385780: No warning for unused generic parametersMajoj Palat16-13/+241
2012-10-19Bug 375366 - ECJ ignores unusedParameterIncludeDocCommentReferenceStephan Herrmann3-2/+141
2012-10-19Fix for bug 385593: [compiler] Unexpected stackmap framesOlivier Thomann2-23/+88
2012-10-19Fix for bug 390191: Exclude jdt.core from packingPaul Webster1-0/+1
2012-10-19Bug 388137 - MethodBinding.getJavaElement() returns non-existing methodStephan Herrmann1-40/+44
2012-10-19Bug 379834 - Wrong "method can be static" in presence ofStephan Herrmann2-1/+39
2012-10-19Bug 379784 - [compiler] "Method can be static" is not getting reportedStephan Herrmann3-15/+101
2012-10-19Bug 386534 - [compiler][resource] "Potential resource leak" falseStephan Herrmann2-3/+63
2012-10-19Bug 388996 - [compiler][resource] Incorrect 'potential resource leak'Stephan Herrmann13-47/+125
2012-10-19Bug 387612 - Unreachable catch block...exception is never thrown fromStephan Herrmann2-4/+178
2012-10-19Fix or bug 388137 - MethodBinding.getJavaElement() returnsJayaprakash Arthanareeswaran2-1/+57
2012-10-19Bug 380048 - error popup when navigating to source filesStephan Herrmann2-1/+83
2012-10-18Bug 392099 - [1.8][compiler][null] Apply null annotation on types forStephan Herrmann13-133/+724
2012-10-18Fixed bug 388936: [1.8] create jclMin libraries for 1.8Srikanth9-3/+71
2012-10-17Fixed bug 392119: [1.8][compiler] Annotations with hybrid SE7 & SE8Srikanth2-11/+191
2012-10-16Fix for bug 391108: [1.8][compiler] Compiler allows type annotations onJayaprakash Arthanareeswaran3-5/+58
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-13Review comments for JSR335 grammar + Parser work (all done)Srikanth1-0/+3
2012-10-12Incorporation of review comments from Stephan on 335 grammar work.Srikanth1-11/+10
2012-10-12Extract some duplicated code per review commentsSrikanth1-32/+11
2012-10-12Make sure parser consume methods reflect upto date grammar rules.Srikanth1-3/+7
2012-10-12Fix for bug 391464: [1.8][compiler] Compiler fails to resolveJayaprakash Arthanareeswaran13-125/+140
2012-10-11Fix for bug 391500: [1.8][compiler] Type annotations on QualifiedJayaprakash Arthanareeswaran3-4/+66

Back to the top