hg: openjfx/8/graphics/rt: RT-27027: reenable TableColumnBuilder generation (original) (raw)

hang.vo at oracle.com hang.vo at oracle.com
Wed Dec 19 06:33:10 PST 2012


Changeset: 56ccf661c81e Author: Eva Krejcirova <eva.krejcirova at oracle.com> Date: 2012-12-19 15:17 +0100 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/56ccf661c81e

RT-27027: reenable TableColumnBuilder generation

Annotation processor now ignores collections which are of wildcard type (e.g. ObservableList> in TableColumnBase) because there is now way to add en element to such collection and so it makes no sense to have it in a builder.

! javafx-annotation-processor/src/javafx/builder/processor/BuilderProcessor.java ! javafx-ui-controls/src/javafx/scene/control/TableColumn.java ! javafx-ui-controls/src/javafx/scene/control/TableColumnBase.java ! javafx-ui-controls/src/javafx/scene/control/TreeTableColumn.java



More information about the openjfx-dev mailing list