I20230910-1800
Do not reuse ViewerCell instance - that only caused trouble and was clearly forbidden by org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerCell). Instead let the GC do his job. Declaring the constants final formally requires API change. But it was never intended that the constants could be changed. https://github.com/eclipse-platform/eclipse.platform.ui/issues/177