Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 333570

Summary: Compiler warnings in I20110104-0920 build
Product: [Eclipse Project] Platform Reporter: Olivier Thomann <Olivier_Thomann>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: grant_gayed
Version: 3.7   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Olivier Thomann CLA 2011-01-05 09:51:47 EST
1. WARNING in /temp.folder/@dot.src/org/eclipse/swt/custom/SashForm.java
 (at line 112)
public int getOrientation() {
The method SashForm.getOrientation() does not override the inherited method from Control since it is private to a different package
2. WARNING in /temp.folder/@dot.src/org/eclipse/swt/custom/SashForm.java
 (at line 297)
public void setOrientation(int orientation) {
The method SashForm.setOrientation(int) does not override the inherited method from Control since it is private to a different package
1. WARNING in /temp.folder/@dot.src/org/eclipse/swt/custom/StyledText.java
 (at line 4472)
public int getOrientation () {
The method StyledText.getOrientation() does not override the inherited method from Control since it is private to a different package
2. WARNING in /temp.folder/@dot.src/org/eclipse/swt/custom/StyledText.java
 (at line 9238)
public void setOrientation(int orientation) {
The method StyledText.setOrientation(int) does not override the inherited method from Control since it is private to a different package
Comment 1 Grant Gayed CLA 2011-01-05 09:58:46 EST
This is fixed in HEAD, but appears in the I-build because swt didn't tag this week with the fixed content.