Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-14Cleanup:sherrmann/NewTypeInferenceStephan Herrmann21-133/+50
2013-12-14Another NPE fix (detected by way of debug sysouts)Stephan Herrmann1-1/+1
2013-12-14Fix regression after merge: cope with unresolved FunctionalExpression inStephan Herrmann1-1/+8
2013-12-14Adjusted testsStephan Herrmann1-0/+2
2013-12-14Merge remote-tracking branch 'origin/BETA_JAVA8' intoStephan Herrmann6-5/+82
2013-12-14added a TODOStephan Herrmann1-0/+1
2013-12-14Bug 424038 - [1.8] Compilation failedStephan Herrmann4-15/+116
2013-12-13Fixed Bug 421791 - [1.8][compiler] TYPE_USE annotations should be shankha banerjee2-1/+17
2013-12-13Fixed Bug 405125 - [1.8][code assist] static members of an interface ssankaran1-0/+58
2013-12-13Fixed Bug 423582 - [1.8] CCE in TypeBinding.isCastCompatible forssankaran4-4/+7
2013-12-13Merge remote-tracking branch 'origin/BETA_JAVA8' intoStephan Herrmann21-441/+1646
2013-12-13Fixed Bug 422468 - [1.8][assist] Code assist issues with type elidedssankaran21-443/+1648
2013-12-12Bug 414631 - [1.8][compiler] Eclipse compiler giving error while javacStephan Herrmann3-5/+58
2013-12-12Bug 418807 - [1.8] Collector type parameter must be explicitly set toStephan Herrmann2-1/+31
2013-12-12Bug 423839 - [1.8] Simple expression fails with Unexpected control flowStephan Herrmann14-108/+245
2013-12-11Resolved Bug 419048Stephan Herrmann19-78/+360
2013-12-10WIP for Bug 419048Stephan Herrmann5-158/+233
2013-12-08Tentative fix for bogus reduction rule for exception constraintsStephan Herrmann4-7/+53
2013-12-08Fix intermittent duplicate error in testReferenceExpressionInference3bStephan Herrmann3-6/+19
2013-12-08Adjusted reduceSubType() for PTB after clarification on the EG listStephan Herrmann4-21/+97
2013-12-07Full self-review w/ focus on existing classes, incl. doc & copyrightStephan Herrmann41-103/+254
2013-12-07Incorporate clarification re multiple upper bounds:Stephan Herrmann5-12/+15
2013-12-07escape unicode chars for debug print while sources are asciiStephan Herrmann5-8/+12
2013-12-07NPE fix and added a change required by the previous commitStephan Herrmann2-4/+7
2013-12-07More an ReferenceExpression inference in more complex scenariosStephan Herrmann9-10/+36
2013-12-07Integrate ReferenceExpression into inference:Stephan Herrmann12-19/+53
2013-12-06Initial support for poly conditional expressionsStephan Herrmann4-5/+72
2013-12-05Fix GenericsRegressionTest.testBug413958_2(): avoid CaptureBinding18 asStephan Herrmann2-2/+98
2013-12-05Trivial test adjustmentStephan Herrmann1-2/+2
2013-12-05Slightly refactored the previous commitStephan Herrmann4-22/+33
2013-12-05Fix for bug 423070 and GTT.test1031()Stephan Herrmann24-59/+156
2013-12-03Fix overriding of isPertinentToApplicability after signature changeStephan Herrmann1-1/+1
2013-12-03Test adjustment: consequence of declaring inf vars as compatible to allStephan Herrmann1-6/+28
2013-12-03Resolving of ReferenceExpression if target type has inference variablesStephan Herrmann1-1/+4
2013-12-03Since inference is better now, expect more warnings 'redundant type arg'Stephan Herrmann1-64/+160
2013-12-03Bugfix in compatibility check.Stephan Herrmann1-3/+8
2013-12-03Check for redundant type parameters must fake a diamond during inferenceStephan Herrmann1-1/+8
2013-12-03Better inclusion of ctor calls:Stephan Herrmann10-38/+133
2013-12-03New failing test from a bug, starting a new chapterStephan Herrmann1-0/+74
2013-12-03First round for GenericsRegressionTest1_7:Stephan Herrmann4-32/+69
2013-12-03Fix a test where a @NonNull parameter is inferred to NullTypeBindingStephan Herrmann3-8/+37
2013-12-03Adjust test, inference finds one more solutionStephan Herrmann1-11/+21
2013-12-03Fix intermittent regression in GenericRegressionTest.test347145():Stephan Herrmann5-5/+24
2013-12-03Trivial test fixStephan Herrmann1-3/+3
2013-12-03Improved isPertinentToApplicability() for internal calls (method==null)Stephan Herrmann1-4/+12
2013-12-03Merge remote-tracking branch 'origin/BETA_JAVA8' into sherrmann/NewTypeInferenceStephan Herrmann35-618/+677
2013-12-03Draft impl of reduction for lambda constraints.Stephan Herrmann6-25/+80
2013-12-03Reduce exception constraint for reference expressions.Stephan Herrmann1-2/+62
2013-12-02[1.8] Prepatory work for lambda expression recovery.ssankaran34-617/+663
2013-12-02AnirGramssankaran2-1/+14

Back to the top