Opened 6 years ago
Closed 6 years ago
#128 closed defect (fixed)
When in setting select tools/system browser/ code generator a CheckBoxSpec issue appears
Reported by: | Patrik Svestka | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 8.0.0 |
Component: | default | Keywords: | |
Cc: | Also affects CVS HEAD (eXept version): | no |
Description
CheckBoxSpec? [info]: application (an AbstractSettingsApplication::CodeGeneratorSettingsAppl?) doesn't provide a #generateCommentsInSetters aspect.
Attachments (2)
Change History (8)
Changed 6 years ago by
comment:1 Changed 6 years ago by
Milestone: | → 8.0.0 |
---|---|
Status: | new → testing |
comment:3 Changed 6 years ago by
There is probably another place where this is defined:
now at command line it complains about:
CheckBoxSpec [info] (2017-05-03 10:39:26.037): application (an AbstractSettingsA pplication::CodeGeneratorSettingsAppl) doesn't provide a #generateCommentsInSett ers aspect.
comment:4 follow-up: 5 Changed 6 years ago by
There is probably another place where this is defined:
Oops, you're right. How could I overlook this message?
Hope the new patch (9f4f562f6ca9 is better. Sorry.
Changed 6 years ago by
comment:5 Changed 6 years ago by
Replying to jan vrany:
There is probably another place where this is defined:
Oops, you're right. How could I overlook this message?
Hope the new patch (9f4f562f6ca9 is better. Sorry.
Yes, this patch catches all the places. I'm closing the ticket.
comment:6 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | testing → closed |
Attached patch should fix it - there was a "typo" in aspect definitions.