A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to attributeName is ambiguous.
[+] affected methods(25)
DataController.isButtonDisabled ( GenericButton p1 ): 1st parameter 'p1' of this abstract method has type 'GenericButton'.
GenericButton.addDataController ( DataController dataController ): This method is from 'GenericButton' class.
GenericButton.executeOperation ( DataController controller ): This method is from 'GenericButton' class.
GenericButton.GenericButton ( ): This method is from 'GenericButton' class.
GenericButton.GenericButton ( javax.swing.ImageIcon imageIcon ): This method is from 'GenericButton' class.
GenericButton.getButtonBehavior ( ): This method is from 'GenericButton' class.
GenericButton.getOldValue ( ): This method is from 'GenericButton' class.
GenericButton.isExecuteAsThread ( ): This method is from 'GenericButton' class.
GenericButton.removeDataController ( DataController dataController ): This method is from 'GenericButton' class.
GenericButton.setButtonBehavior ( int buttonBehavior ): This method is from 'GenericButton' class.
GenericButton.setEnabled ( boolean enabled ): This method is from 'GenericButton' class.
GenericButton.setExecuteAsThread ( boolean executeAsThread ): This method is from 'GenericButton' class.
GenericButton.setText ( String t ): This method is from 'GenericButton' class.
GenericButtonController.isButtonDisabled ( GenericButton p1 ): 1st parameter 'p1' of this abstract method has type 'GenericButton'.
GridControl.addGenericButton ( GenericButton button ): 1st parameter 'button' of this method has type 'GenericButton'.
GridControl.isButtonDisabled ( GenericButton button ): 1st parameter 'button' of this method has type 'GenericButton'.
GridControl.removeGenericButton ( GenericButton button ): 1st parameter 'button' of this method has type 'GenericButton'.
PropertyGridControl.isButtonDisabled ( GenericButton button ): 1st parameter 'button' of this method has type 'GenericButton'.
org.openswing.swing.form.client.Form.addGenericButton ( GenericButton b ): 1st parameter 'b' of this method has type 'GenericButton'.
org.openswing.swing.form.client.Form.isButtonDisabled ( GenericButton button ): 1st parameter 'button' of this method has type 'GenericButton'.
org.openswing.swing.form.client.Form.removeGenericButton ( GenericButton b ): 1st parameter 'b' of this method has type 'GenericButton'.
org.openswing.swing.table.client.Grids.addGenericButton ( GenericButton button ): 1st parameter 'button' of this method has type 'GenericButton'.
org.openswing.swing.table.client.Grids.isButtonDisabled ( GenericButton button ): 1st parameter 'button' of this method has type 'GenericButton'.
org.openswing.swing.table.client.Grids.removeGenericButton ( GenericButton button ): 1st parameter 'button' of this method has type 'GenericButton'.
org.openswing.swing.table.filter.client.FilterPanel.getClosePanel ( ): Return value of this method has type 'GenericButton'.
Generated on Fri Dec 10 20:29:34 2010 for OpenSwing by Java API Compliance Checker 1.0 The cross-platform tool for verifying backward compatibility of a Java Library API