Community
Participate
Working Groups
The Entity Generation table selection page looks like it is being repainted every time you select/descelect a table in the list. Looks like the IRunnabledWithProgress code in TablesSelectorWizardPage is the culprit.
Forgot the method : TableSelectorWizardPage.doStatusUpdate()
Danny, Do you know why the TablesSelectorWizardPage.doStatusUpdate() uses a RunnableWithProgress? This seems unnecessary to me and fixes this bug if it is removed.
Moving JPA specific bugs to new JPA component in bugzilla.
Targeting to Juno release.
This doesn't seem important enough to do in an RC build
This is only reproducible on Windows. Mac iOS has no such problem.
Investigated the code and didn't find it's necessary for TablesSelectorWizardPage.doStatusUpdate() to use IRunnabledWithProgress. Tested that entity gen works well without using it. patch committed to the master branch.
Verified in build I-3.6.0-20130926012622 that the table selection page does not repaint each time you select/deselect a table in the list.