Ticket #543 (closed defect: fixed)
Opened 2011-05-25T10:11:23-05:00
Last modified 2012-03-05T14:46:12-06:00
Add check for final @Parameter field
Reported by: | gharris | Owned by: | curtis |
---|---|---|---|
Priority: | minor | Milestone: |
|
Component: | Plugin Framework | Version: | |
Severity: | major | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1054 |
Description
If a @Parameter annotated field is final, an input widget is presented and the user gets the impression that the field value has changed... this in not the case.
Need to add a check for Field.getModifiers() includes final, and do not add the widget for such fields.
Or, should the ModuleItem.resolved be used?