Compiler Report

Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1

Number of source files: 45 Number of classfiles: 185

Problems: 34 (Errors: 0 Warnings: 34 )

Source File: org/eclipse/wst/common/project/facet/ui/internal/util/ReadOnlyComboBoxCellEditor.java
1. WARNING: UnusedPrivateMethod

The method add(String) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

494 : public void add (String string) {

2. WARNING: UnusedPrivateMethod

The method addModifyListener(ModifyListener) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

546 : public void addModifyListener (ModifyListener listener) {

3. WARNING: UnusedPrivateMethod

The method addVerifyListener(VerifyListener) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

604 : public void addVerifyListener (VerifyListener listener) {

4. WARNING: UnusedPrivateMethod

The method removeDropDownListener(ReadOnlyComboBoxCellEditor.CustomCCombo.SelectionFinalizedListener) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

618 : public void removeDropDownListener( SelectionFinalizedListener listener ) // kosta

5. WARNING: UnusedPrivateMethod

The method clearSelection() from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

664 : public void clearSelection () {

6. WARNING: UnusedPrivateMethod

The method copy() from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

729 : public void copy () {

7. WARNING: UnusedPrivateMethod

The method cut() from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

768 : public void cut () {

8. WARNING: UnusedPrivateMethod

The method deselect(int) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

784 : public void deselect (int index) {

9. WARNING: UnusedPrivateMethod

The method deselectAll() from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

802 : public void deselectAll () {

10. WARNING: UnusedPrivateMethod

The method getItem(int) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

929 : public String getItem (int index) {

11. WARNING: UnusedPrivateMethod

The method getItemHeight() from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

958 : public int getItemHeight () {

12. WARNING: UnusedPrivateMethod

The method getItems() from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

978 : public String [] getItems () {

13. WARNING: UnusedPrivateMethod

The method getListVisible() from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

1001 : public boolean getListVisible () {

14. WARNING: UnusedPrivateMethod

The method getSelection() from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

1022 : public Point getSelection () {

15. WARNING: UnusedPrivateMethod

The method getTextHeight() from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

1072 : public int getTextHeight () {

16. WARNING: UnusedPrivateMethod

The method getTextLimit() from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

1089 : public int getTextLimit () {

17. WARNING: UnusedPrivateMethod

The method getVisibleItemCount() from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

1106 : public int getVisibleItemCount () {

18. WARNING: UnusedPrivateMethod

The method indexOf(String) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

1159 : public int indexOf (String string) {

19. WARNING: UnusedPrivateMethod

The method indexOf(String, int) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

1183 : public int indexOf (String string, int start) {

20. WARNING: UnusedPrivateMethod

The method paste() from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

1418 : public void paste () {

21. WARNING: UnusedPrivateMethod

The method remove(int) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

1501 : public void remove (int index) {

22. WARNING: UnusedPrivateMethod

The method remove(int, int) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

1521 : public void remove (int start, int end) {

23. WARNING: UnusedPrivateMethod

The method remove(String) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

1541 : public void remove (String string) {

24. WARNING: UnusedPrivateMethod

The method removeModifyListener(ModifyListener) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

1577 : public void removeModifyListener (ModifyListener listener) {

25. WARNING: UnusedPrivateMethod

The method removeSelectionListener(SelectionListener) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

1599 : public void removeSelectionListener (SelectionListener listener) {

26. WARNING: UnusedPrivateMethod

The method removeVerifyListener(VerifyListener) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

1624 : public void removeVerifyListener (VerifyListener listener) {

27. WARNING: UnusedPrivateMethod

The method setEditable(boolean) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

1676 : public void setEditable (boolean editable) {

28. WARNING: UnusedPrivateMethod

The method setItem(int, String) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

1724 : public void setItem (int index, String string) {

29. WARNING: UnusedPrivateMethod

The method setItems(String[]) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

1742 : public void setItems (String [] items) {

30. WARNING: UnusedPrivateMethod

The method setListVisible(boolean) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

1784 : public void setListVisible (boolean visible) {

31. WARNING: UnusedPrivateMethod

The method setSelection(Point) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

1807 : public void setSelection (Point selection) {

32. WARNING: UnusedPrivateMethod

The method setText(String) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

1834 : public void setText (String string) {

33. WARNING: UnusedPrivateMethod

The method setTextLimit(int) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

1862 : public void setTextLimit (int limit) {

34. WARNING: UnusedPrivateMethod

The method setVisibleItemCount(int) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally

ReadOnlyComboBoxCellEditor.java :

1896 : public void setVisibleItemCount (int count) {