summaryrefslogtreecommitdiff
path: root/libjava/java/beans/PropertyDescriptor.java
AgeCommit message (Collapse)Author
2003-02-07Stephen Crawley <crawley@dstc.edu.au>Stephen Crawley
* java/beans/PropertyDescriptor.java (PropertyDescriptor(String, Class)): Sanity check getter and setter methods. (PropertyDescriptor(String, Class, String, String)): Likewise. (PropertyDescriptor(String, Method, Method): Factor out getter and setter method sanity checks into new method. (findMethods): Don't do parameter sanity checking of get method here. (checkMethods): New method. 2003-02-07 Stephen Crawley <crawley@dstc.edu.au> * java/beans/PropertyDescriptor.java: Reformat. From-SVN: r62537
2002-01-22Add license clarification.Mark Wielaard
From-SVN: r49104
2001-01-06Fix comments for docletsAnthony Green
From-SVN: r38754
2000-05-19Jumbo patch:Tom Tromey
* Imported beans and serialization * Updated IA-64 port * Miscellaneous bug fixes From-SVN: r34028