Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6045 - Same name as property

6045   Same name as property

Cause

This error occurs if you attempt to define a parameter or local variable with the same name as a property.

JADE does not allow the definition of parameters or local variables with the same name as a property of the receiver. This avoids any confusion that might arise from such a duplication of names.

Action

Delete or rename the parameter or local variable that you are attempting to define, or delete or rename the existing property.