Compiler log for org.eclipse.swt.gtk.aix.ppc_3.102.1.v20130827-2048 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 5

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/org/eclipse/swt/custom/CTabFolder.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/swt/custom/CTabFolder.java
 (at line 3760)
int borderRight = trim.width + trim.x;
The value of the local variable borderRight is not used
2. WARNING in /src/org/eclipse/swt/custom/CTabFolder.java
 (at line 3761)
int borderLeft = -trim.x;
The value of the local variable borderLeft is not used
3. WARNING in /src/org/eclipse/swt/custom/CTabFolder.java
 (at line 3762)
int borderBottom = trim.height + trim.y;
The value of the local variable borderBottom is not used
4. WARNING in /src/org/eclipse/swt/custom/CTabFolder.java
 (at line 3763)
int borderTop = -trim.y;
The value of the local variable borderTop is not used
5. WARNING in /src/org/eclipse/swt/custom/CTabFolder.java
 (at line 3764)
int origY = bounds.y + bounds.height;
The value of the local variable origY is not used

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings