Community
Participate
Working Groups
1. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java (at line 334) if(workbenchWindow.PROP_COOLBAR_VISIBLE.equals(event.getProperty())) { The static field WorkbenchWindow.PROP_COOLBAR_VISIBLE should be accessed in a static way "workbenchWindow" should be replaced with "WorkbenchWindow".
Fixed in HEAD Thanks Olivier. As a related question. CocoaUIEnhancer has tons of warnings, so I missed this. How do you find new warnings in the file? Is there an automated way of doing it?
(In reply to comment #1) > As a related question. CocoaUIEnhancer has tons of warnings, so I missed this. > How do you find new warnings in the file? Is there an automated way of doing > it? Yes, you check the warnings reported in the build page in the result tests section.