Community
Participate
Working Groups
Each subclass of AbstractCatalogView saves the whole map of column widths (shared by all subclasses), even though they don't use them.
This comes from the fact that COLUMN_WIDTHS is static. It was made static because we want to be able to save column widths during the session, instead of only when the workbench is closed (which is the case with ViewPart#saveState).
I fixed the problem, refactored AbstractCatalogView, created PersistableColumn to factor common functionality, and created wrappers for JFace columns that work for both tables and trees. Committed in revision 3699.
Bug fixed.