• mkoch's avatar
    2003-12-31 Guilhem Lavaux <guilhem@kaffe.org> · aa9a1e51
    mkoch authored
    	* java/io/ObjectOutputStream.java
    	(putFields): Reindented. Fixed behaviour: currentPutField should be
    	null
    	before calling this method.
    	(writeFields): Likewise.
    	(markFieldsWritten): Fixed the exception message.
    	(callWriteMethod): Ensure currentPutField is null.
    	(getBooleanField): Translate IllegalArgumentException into
    	InvalidClassException.
    	(getByteField): Likewise.
    	(getCharField): Likewise.
    	(getDoubleField): Likewise.
    	(getFloatField): Likewise.
    	(getIntField): Likewise.
    	(getLongField): Likewise.
    	(getShortField): Likewise.
    	(getObjectField): Check the type code before returning the object.
    	(getField): Translate NoSuchFieldException into InvalidClassException
    	directly.
    
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75265 138bc75d-0d04-0410-961f-82ee72b054a4
    aa9a1e51
ChangeLog 622 KB