Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-JSR-6
-
None
-
None
-
Groovy JSR-6
Description
class DBTblRef {
def props = [type :Globals.TYPE_TBL_REF,
name :Globals.STR_RENAME_ME,
widgetName :Globals.tblRefWidget,
table :"Nothing selected"
]
def setProps(map)
{ props = map }def getProps()
{ // actualize the reference props.table = selectedTableTreePath.getLastPathComponent().toString() return props }}
If my selectedTableTreePath is null, then the error message just tells me,
Cannot read property: props
The error message does not mention the root cause. Can this be changed to a valuable output?
Attachments
Issue Links
- is depended upon by
-
GROOVY-1381 new MOP implementation task
- Closed