You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to keep up with your work. When I try to build the control, I get an error on line 90 of MyListView.java. Type mismatch: cannot convert from capture#16-of ? extends ListCell to null. I'm not familiar with VirtualFlow. Do you know what the issue might be?
The text was updated successfully, but these errors were encountered:
Does this refer to building with Ant or with Eclipse? What JDK8 build are you using? I recommend trying the most recent build. If you are building with Eclipse, make sure the JDT patch for Java 8 is up to date (Help -> Check for Updates).
I'm building with Eclipse. I'm using JDK8b121. I installed it fresh this morning. The JDT plugin says it's up to date. It was installed this morning with a fresh version of eclipse 4.3.1.
Turns out my JDT wasn't up to date. After updating I got the same error as you did. I think it is a regression in JDT (javac compilation works, anyway). I added an explicit cast of null to ListCell<T> to help JDT with type inference. Update your working copy ;)
I'm trying to keep up with your work. When I try to build the control, I get an error on line 90 of MyListView.java. Type mismatch: cannot convert from capture#16-of ? extends ListCell to null. I'm not familiar with
VirtualFlow
. Do you know what the issue might be?The text was updated successfully, but these errors were encountered: