Skip to content

PropertyReferenceException message should clearly indicate the property name #2395

Closed
@cebence

Description

@cebence

The missing property should be clearly indicated in the error message so it could be easily identified by the developer. For example, in the error message PropertyReferenceException: No property name found for type MyClass! the property named "name" fits too perfectly in the sentence which made me not identify the property name.

The error message template should use quotes to make it more clear, i.e. No property '%s' found for type %s!.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions