Menu

#8 Dynamic Property Names must be valid Java Names

open
nobody
Core (7)
5
2003-11-16
2003-11-16
Anonymous
No

The dynamic properties used by the Editor Jewel often
include a "." in the name (e.g. "sec.editable" for
editable). But that's not a valid Java variable name so
any code-generated implementation can't use that name
for the dynamic property.

The dynamic properties (or facet names) defined in
IIntrospective should all be valid java names.

Discussion


Log in to post a comment.