Type Inference issue in spring-boot project#4847
Conversation
|
Congratulations, @snjeza for digging deep into type inference and finding the location where things go wrong. I will look into it during the next release cycle. While test and the suggested fix are certainly helpful, I do have my doubts that we are allowed to simply ignore a constraint when it creates a contradiction with existing bounds. Let's see. |
|
@stephan-herrmann I have updated the PR. Could you, please, review it again? |
7e8ecbb to
f1b6a87
Compare
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
Fixes #4846
I have changedGenericsRegressionTest_1_8.testBug427479bandNullTypeAnnotationTest.test443467(). In these tests, JDT with the PR shows two errors like javac does.cc @stephan-herrmann @rgrunber