Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-03-10Bug 500503: ASTParser.createASTs() throws NullPointerException inI20170311-2000Stephan Herrmann1-1/+34
2016-07-28Bug 497419 - Fix CRLF line endings in jdt.core sourcesTill Brychcy1-5262/+5262
2016-03-14Reverting the new api as per last consensus on bug 463942 [1.8][dom]domI20160314-2000I20160314-1400I20160314-0800Manoj Palat1-46/+0
2016-02-11Bug 487586: [1.8][compiler] intersection type wrongly claims to be aStephan Herrmann1-2/+2
2015-12-02Bug 480545 - Vararg of type ending with number, crashes ASTParserCarmi Grushko1-13/+5
2015-09-09Fix for Bug 463942 [1.8][dom] dom bindings should expose typeManoj Palat1-0/+46
2015-08-27Fix for Bug 470794 Missing support for Intersection types inManoj Palat1-0/+75
2015-04-27Bug 429813 - [1.8][dom ast] IMethodBinding#getJavaElement() shouldI20150428-0100I20150427-2000Stephan Herrmann1-5/+60
2015-04-07Fix for Bug 425601 [dom ast] References to parameterizedI20150407-0800Manoj Palat1-2/+2
2015-04-07Reverting Fix for Bug 425601 [dom ast] References to parameterizedManoj Palat1-2/+2
2015-04-07Fix for Bug 425601 [dom ast] References to parameterized nested typesManoj Palat1-5140/+5140
2015-03-05Fixed bug 443232- IAE in ASTNode.setSourceRange with broken codeI20150305-1200Sasikanth Bharadwaj1-0/+28
2015-03-04Reverting the fix for Bug 425601 and the dependent code change for bugManoj Palat1-2/+2
2015-02-26Bug 460588 - Move JDT Core project to 1.7 complianceJayaprakash Arthanareeswaran1-0/+1
2015-02-19Fixed bug 460186 IAE in ASTNode.setSourceRange with broken code case 2Sasikanth Bharadwaj1-0/+31
2015-02-11Fix for [Bug][425601][dom ast] References to parameterized nested typesManoj Palat1-0/+90
2015-02-09Fix for [Bug][459344]CompilationUnit#findDeclaringNode(..) findsManoj Palat1-0/+29
2015-02-09Fixing warnings due to malformed JavadocJayaprakash Arthanareeswaran1-2/+1
2015-02-05Fix for [Bug][440000][1.8][dom] MethodReference#resolveMethodBinding()Manoj Palat1-7/+30
2014-11-03Fixed Bug 448792 - [1.8][compiler] More robust & fast captures neededssankaran1-1/+1
2014-10-16Fix for [Bug 447062] [1.8][dom/ast] lambda as a class member -Manoj Palat1-0/+32
2014-08-13Fixed Bug 432614 - [1.8] LambdaExpression#resolveMethodBinding() givesJayaprakash Arthanareeswaran1-0/+28
2014-08-11Fixed Bug 435348 - [1.8][compiler] NPE in JDT Core during AST creationshankha banerjee1-0/+17
2014-08-01Fix for Bug 432175 [1.8] IAE in ImportRewrite#addImport(..) forManoj Palat1-0/+32
2014-07-24Fixed bug 433879 - ArrayBinding cannot be cast to ReferenceBindingShankha Banerjee1-0/+122
2014-06-04Bug 436347 - Regression: NegativeArraySizeException atR4_4M20140716-0800M20140709-0800I20140606-1215I20140605-1635I20140604-2000Shankha Banerjee1-0/+61
2014-05-20Fix for Bug 406805 [1.8] Parameter names for enum constructor notShankha Banerjee1-0/+257
2014-05-09Fix addendum - change in test error message - for Bug 426977 [dom ast]M N Palat1-1/+1
2014-05-09Fix for Bug 426977 [dom ast] CCE: AnnotationTypeDeclaration cannot beM N Palat1-0/+25
2014-04-10Bug 424154 - [1.8][compiler] PolyTypeBinding must not render the fullshankha banerjee1-1/+1
2014-04-08Fix for Bug 432051 ASTParser crashes with IAE for broken sourceI20140408-0800M N Palat1-0/+37
2014-03-11Fix for bug 428468 - Removing JCP disclaimer and updating @since tagsJayaprakash Arthanareeswaran1-4/+0
2014-03-03Bug 425183 - [1.8][inference] make CaptureBinding18 safeStephan Herrmann1-18/+51
2014-02-27Fixed Bug 428526 - [1.8] API to get the single abstract method in assankaran1-5/+9
2014-02-221.8 Minor addendum to testssankaran1-0/+2
2014-02-22Fixed Bug 428526 - [1.8] API to get the single abstract method in assankaran1-0/+67
2014-02-11Fixed Bug 426459 - [1.8][dom ast] ITypeBinding#createArrayType(int)Jayaprakash Arthanareeswaran1-0/+156
2014-02-06Fixed Bug 427357 - [1.8][dom ast] 'this' parameter unavailable in ASTssankaran1-0/+45
2014-02-04Fixed Bug 426565 - [1.8][compiler] Use standard syntax inMarkus Keller1-3/+3
2014-02-04Fixed Bug 424977 [1.8][compiler] ArrayIndexIndexOutOfBoundException inManoj Palat1-7/+7
2014-02-03Fixed Bug 425743 - [1.8][api] CompilationUnit#findDeclaringNode(IBinding Manoj Palat1-0/+25
2014-02-03Fixed Bug 416560 - [1.8] Incorrect source range for lambda expression'sManoj Palat1-0/+88
2014-02-03Fix for Bug 426462 [1.8][dom ast] TypeParameter#annotations() should beM N Palat1-4/+4
2014-01-23Bug 425741 - [1.8][dom ast] ITypeBinding#getTypeDeclaration() doesn'tJayaprakash Arthanareeswaran1-0/+41
2014-01-07Testcases for Bug 420458 [1.8][dom ast] JLS8 ASTParser gives up onM N Palat1-0/+25
2014-01-07Fix for Bug 424138 [1.8][dom ast] Bad source ranges for qualifiedM N Palat1-0/+111
2014-01-07Bug 418979 [1.8][dom ast] Bad source ranges for annotated QualifiedType as ty...Markus Keller1-18/+22
2014-01-07Additional Test case for Bug 418979 [1.8][dom ast] Bad source ranges forM N Palat1-1/+67
2014-01-06Fix for bug 416559 - [1.8][dom ast] variable binding forshankha banerjee1-2/+43
2014-01-06Fix for Bug 418979 [1.8][dom ast] Bad source ranges for annotatedM N Palat1-82/+127

Back to the top