Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
There are two problems with the builders code 1. it's not possible to call static create method for parametrized builders (RT-24272) 2. binary incompatibility when class hierarchy changes With 8.0 javac, the builders code won't even compile. Since there is no easy solution for these issues, the builders should be deprecated in 8.0 and removed in next version. (see also http://mail.openjdk.java.net/pipermail/openjfx-dev/2013-March/006725.html)
|