gcc/libjava/java
Guilhem Lavaux 9a3a96d0a5 ObjectInputStream.java (setBooleanField): Throw an InvalidClassException if the field hasn't the required type...
2003-12-16 Guilhem Lavaux <guilhem@kaffe.org>

	* java/io/ObjectInputStream.java (setBooleanField):
	Throw an InvalidClassException if the field hasn't the required type,
	documentation added.
	(setByteField) Likewise.
	(setCharField) Likewise.
	(setDoubleField) Likewise.
	(setFloatField) Likewise.
	(setIntField) Likewise.
	(setShortField) Likewise.
	(setLongField) Likewise.
	(setObjectField) Likewise.

From-SVN: r74688
2003-12-16 11:46:23 +00:00
..
applet AppletContext.java: Fix typo and remove redundant modifiers. 2002-11-14 20:35:27 +00:00
awt StringSelection.java (getTransferData): Return object of type expected by specified DataFlavor. 2003-12-08 23:56:43 +00:00
beans BeanDescriptor.java, [...]: Explicitely import used classes. 2003-12-04 19:36:13 +00:00
io ObjectInputStream.java (setBooleanField): Throw an InvalidClassException if the field hasn't the required type... 2003-12-16 11:46:23 +00:00
lang Class.h (hack_signers): Renamed signers to hack_signers. 2003-12-03 21:26:59 +00:00
math Font.java, [...]: Removed some redundant obj == null checks. 2003-11-11 12:22:20 +00:00
net 2003-12-09 Michael Koch <konqueror@gmx.de> 2003-12-09 15:39:23 +00:00
nio 2003-12-02 Michael Koch <konqueror@gmx.de> 2003-12-02 15:11:57 +00:00
rmi Font.java, [...]: Removed some redundant obj == null checks. 2003-11-11 12:22:20 +00:00
security Security.java: Don't use &nbsp; in the api doc. 2003-12-02 17:31:46 +00:00
sql Font.java, [...]: Removed some redundant obj == null checks. 2003-11-11 12:22:20 +00:00
text Format.java (serialVersionUID): Fixed value. 2003-12-11 16:12:47 +00:00
util Calendar.java, [...]: Import used classes explicitely. 2003-12-09 16:17:01 +00:00