Message11978

Author psykiatris
Recipients Arfrever, jeff.allen, psykiatris, zyasoft
Date 2018-05-14.13:24:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526304286.35.0.682650639539.issue2305@psf.upfronthosting.co.za>
In-reply-to
Content
I found the problem in dir(). There is no enumeration to check the types and remove the key . I'm not a Java guru (I'm having to do some refresher reading, so I'm attempting a solution that will call _setattr_ to remove the key, if it matches 'attribute deleted' && !interactive. Exactly where to put it is the hard part for me. I'm still working on it. Is it acceptable to create a new function, like public void respectAttributeDeleted()?
History
Date User Action Args
2018-05-14 13:24:46psykiatrissetmessageid: <1526304286.35.0.682650639539.issue2305@psf.upfronthosting.co.za>
2018-05-14 13:24:46psykiatrissetrecipients: + psykiatris, zyasoft, jeff.allen, Arfrever
2018-05-14 13:24:46psykiatrislinkissue2305 messages
2018-05-14 13:24:45psykiatriscreate