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 )
The method add(String) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
494 : public void add (String string) {
The method addModifyListener(ModifyListener) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
546 : public void addModifyListener (ModifyListener listener) {
The method addVerifyListener(VerifyListener) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
604 : public void addVerifyListener (VerifyListener listener) {
The method removeDropDownListener(ReadOnlyComboBoxCellEditor.CustomCCombo.SelectionFinalizedListener) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
618 : public void removeDropDownListener( SelectionFinalizedListener listener ) // kosta
The method clearSelection() from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
664 : public void clearSelection () {
The method copy() from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
729 : public void copy () {
The method cut() from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
768 : public void cut () {
The method deselect(int) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
784 : public void deselect (int index) {
The method deselectAll() from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
802 : public void deselectAll () {
The method getItem(int) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
929 : public String getItem (int index) {
The method getItemHeight() from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
958 : public int getItemHeight () {
The method getItems() from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
978 : public String [] getItems () {
The method getListVisible() from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
1001 : public boolean getListVisible () {
The method getSelection() from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
1022 : public Point getSelection () {
The method getTextHeight() from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
1072 : public int getTextHeight () {
The method getTextLimit() from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
1089 : public int getTextLimit () {
The method getVisibleItemCount() from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
1106 : public int getVisibleItemCount () {
The method indexOf(String) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
1159 : public int indexOf (String string) {
The method indexOf(String, int) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
1183 : public int indexOf (String string, int start) {
The method paste() from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
1418 : public void paste () {
The method remove(int) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
1501 : public void remove (int index) {
The method remove(int, int) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
1521 : public void remove (int start, int end) {
The method remove(String) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
1541 : public void remove (String string) {
The method removeModifyListener(ModifyListener) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
1577 : public void removeModifyListener (ModifyListener listener) {
The method removeSelectionListener(SelectionListener) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
1599 : public void removeSelectionListener (SelectionListener listener) {
The method removeVerifyListener(VerifyListener) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
1624 : public void removeVerifyListener (VerifyListener listener) {
The method setEditable(boolean) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
1676 : public void setEditable (boolean editable) {
The method setItem(int, String) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
1724 : public void setItem (int index, String string) {
The method setItems(String[]) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
1742 : public void setItems (String [] items) {
The method setListVisible(boolean) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
1784 : public void setListVisible (boolean visible) {
The method setSelection(Point) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
1807 : public void setSelection (Point selection) {
The method setText(String) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
1834 : public void setText (String string) {
The method setTextLimit(int) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
1862 : public void setTextLimit (int limit) {
The method setVisibleItemCount(int) from the type ReadOnlyComboBoxCellEditor.CustomCCombo is never used locally
ReadOnlyComboBoxCellEditor.java :
1896 : public void setVisibleItemCount (int count) {