Request for review JavaFX Editor issue #177224
David Kaspar <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
Hi, Issue: https://netbeans.org/bugzilla/show_bug.cgi?id=177224 Description: We need to integrate a patch for javafx.editor module. The patch is required by JavaFX Composer plugin and blocks its milestone M3. The M3 is going to be based on NetBeans 6.8 and published on AutoUpdate right after the NB 6.8 release. The patch would expose JavaFXDataSupport class in a public-API package. Additionally it assigns a "position" attribute to JavaFXDataLoader factory for text/x-fx mimetype. Impact: The impact is minimal there is only a new class added which is not used by any module other than JavaFX Composer plugin which is not included in Nb 6.8. Assigning a position to JavaFX factory should not harm anything since there is only one factory now in the Factories folder of the text/x-fx mimetype. Review: The patch has been reviewed by Martin Ryzl (Dev) and approved by Lukas Hasik (QA). -- David