Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6051 - Duplicated identifier

6051   Duplicated identifier

Cause

This error occurs if you attempt to define an object with the same name as an existing object.

This can occur by adding a method that is already present in the latest version of a class to the current version through a schema load, regardless of whether the method has the same signature.

Action

Rename the object being defined or the existing object with the same name.