-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
P2
-
Affects Version/s: 8
-
Component/s: javafx
-
Environment:
windows 7 x64
java 1.7
fx3.0 http://jfx.us.oracle.com/hudson/view/3.0/job/3.0/30/label=windows-i586-30/artifact/artifacts/bundles/release/
trying to do next operation
TableView<Job> tableView1 = TableViewBuilder.<Job>create();
where Job is a simple publis static class, and I am getting compile error
"reference to create is ambiguous, both method create() in javafx.scene.layout.RegionBuilder and method <S>create() in javafx.scene.control.TableViewBuilder match"
In 2.2 there was no such error.
Code described above can be found in PrinterUI application SuppliesScreen class.
TableView<Job> tableView1 = TableViewBuilder.<Job>create();
where Job is a simple publis static class, and I am getting compile error
"reference to create is ambiguous, both method create() in javafx.scene.layout.RegionBuilder and method <S>create() in javafx.scene.control.TableViewBuilder match"
In 2.2 there was no such error.
Code described above can be found in PrinterUI application SuppliesScreen class.
- relates to
-
JDK-8125382 Incompatible API change in Builders needs to be documented
-
- Closed
-