Issue612223

classification
Title: allows Java setters that return not void
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: bckfnn Nosy List: bckfnn, trelony
Priority: normal Keywords: patch

Created on 2002-09-20.17:59:22 by trelony, last changed 2002-10-29.13:26:37 by bckfnn.

Files
File name Uploaded Description Edit Remove
PyJavaClass.diff trelony, 2002-09-20.17:59:22 PyJavaClass.java diff
Messages
msg2250 (view) Author: Alexey N. Solofnenko (trelony) Date: 2002-09-20.17:59:22
the patch recognizes setters that return something
(like in JDom). Methods that return VOID have a
priority, so existing properties will not break.
msg2251 (view) Author: Finn Bock (bckfnn) Date: 2002-10-29.13:26:37
Logged In: YES 
user_id=4201

Applied to PyJavaClass.java: 2.40; 

This is experimental and migth be removed again in later
releases.
History
Date User Action Args
2002-09-20 17:59:22trelonycreate