Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 333053 - Multiple compiler warnings in I20101221-1019
Summary: Multiple compiler warnings in I20101221-1019
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Felipe Heidrich CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-21 22:14 EST by Olivier Thomann CLA
Modified: 2010-12-22 10:57 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Thomann CLA 2010-12-21 22:14:42 EST
These errors show up on multiple platforms.

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 Felipe Heidrich CLA 2010-12-22 10:57:29 EST
Fixed in HEAD