Type java.lang.String of variable toString() does not match with type net.sourceforge.squirrel_sql.fw.id.IIdentifier of variable getIdentifier()- Make classes java.lang.String and net.sourceforge.squirrel_sql.fw.id.IIdentifier extend a common superclass
|
Expression ((IntegerIdentifier)rhs).toString() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Expression ((AliasScript)rhs).getIdentifier() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Type java.lang.String of variable ((IntegerIdentifier)rhs).toString() does not match with type net.sourceforge.squirrel_sql.fw.id.IIdentifier of variable ((AliasScript)rhs).getIdentifier()- Make classes java.lang.String and net.sourceforge.squirrel_sql.fw.id.IIdentifier extend a common superclass
|
Expression (IntegerIdentifier)rhs cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Expression (AliasScript)rhs cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Type net.sourceforge.squirrel_sql.fw.id.IntegerIdentifier does not match with type net.sourceforge.squirrel_sql.plugins.sessionscript.AliasScript- Make classes net.sourceforge.squirrel_sql.fw.id.IntegerIdentifier and net.sourceforge.squirrel_sql.plugins.sessionscript.AliasScript extend a common superclass
|