Community
Participate
Working Groups
Description Resource Path Location Type The method getDefaultOrientation() is undefined for the type WorkbenchWindow WSDLEditorUtil.java /org.eclipse.wst.wsdl.ui/src-asd-wsdl11/org/eclipse/wst/wsdl/ui/internal/util line 185 Java Problem
WSDLEditorUtil uses WorkbenchWindow#getDefaultOrientation() to determine the default window orientation. In Eclipse 4, WorkbenchWindow does not extend Window anymore and thus lacks said method. It appears that Window#getDefaultOrientation is actually a static method and thus can and should be called directly.
Created attachment 176271 [details] Patch
Fix committed and released to WTP 3.3 builds > v201008101945 UTC. wtpe4 builds should also pick up this fix because they compile against HEAD.
Thanks very much! I hop all our incompatibilities are this easy!
Closing.