Issue403918

classification
Title: fixes to bugs #122819 #122847 #131507 #126677
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: bckfnn, ianzsk
Priority: normal Keywords: patch

Created on 2001-02-21.04:59:32 by ianzsk, last changed 2001-03-05.20:06:38 by bckfnn.

Files
File name Uploaded Description Edit Remove
None ianzsk, 2001-02-21.04:59:32 None
Messages
msg2085 (view) Author: ian west (ianzsk) Date: 2001-02-21.04:59:32
#131507 stack overflow in simple class ---- unimplemented abstract methods now throw AttributeError
#126677 Throwing IndexError from __getitem__() ---- now throws IndexError
#122819  Multi-level Java method overriding fails --- now works as required
#122847 Can't acces public member of package in private base class -- added python.security.matchJavaAccess
             to registry
msg2086 (view) Author: ian west (ianzsk) Date: 2001-02-21.06:00:24
the statement: "import ucar.netcdf.AttributeSet;" needs to be deleted from the top of the PyJavaClass.java file.

Ooops!
ianzsk
msg2087 (view) Author: Finn Bock (bckfnn) Date: 2001-03-05.20:06:38
Logged In: YES 
user_id=4201

The fixes to 131507 & 126677 are not correct and can't be 
applied as is.

The fix to 122819 is really clever and have been applied.

IMO the fix to 122847 & the new registry entry should be 
independent of respectJavaAccessibility.
History
Date User Action Args
2001-02-21 04:59:32ianzskcreate