Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6047 - Same name as existing method

6047   Same name as existing method

Cause

This error occurs if your schema file attempts to define a property that has the same name as a method in the current class or a superclass.

Action

Remove the property or the existing method.