-
The ReflactionMethodHelper class does not take methods that start with "is" into account when finding getter methods. According to the javabean specs found here: http://java.sun.com/products/javabeans/docs/spec.html the value of a boolean member may be set using a standard setter and gotten using an is method. Example:
private boolean retired;
public boolean isRetired() {
return...
2007-11-26 20:48:15 UTC in Simplify Old Java Objects
-
theserge committed revision 2073 to the Wicket Stuff SVN repository, changing 1 files.
2007-05-07 17:38:28 UTC in Wicket Stuff
-
theserge committed revision 77 to the SDoc SVN repository, changing 1 files.
2007-01-27 05:48:24 UTC in SDoc
-
theserge committed revision 76 to the SDoc SVN repository, changing 2 files.
2007-01-27 05:45:36 UTC in SDoc
-
theserge committed patchset 14 of module PDFizer to the PDFizer CVS repository, changing 1 files.
2004-10-14 22:08:57 UTC in PDFizer
-
theserge committed patchset 13 of module PDFizer to the PDFizer CVS repository, changing 3 files.
2004-10-14 22:05:56 UTC in PDFizer
-
theserge committed patchset 11 of module PDFizer to the PDFizer CVS repository, changing 1 files.
2004-10-11 20:19:04 UTC in PDFizer
-
theserge committed patchset 8 of module PDFizer to the PDFizer CVS repository, changing 1 files.
2004-10-08 14:52:57 UTC in PDFizer
-
theserge committed patchset 6 of module PDFizer to the PDFizer CVS repository, changing 3 files.
2004-10-06 06:21:32 UTC in PDFizer
-
theserge committed patchset 5 of module PDFizer to the PDFizer CVS repository, changing 3 files.
2004-10-05 23:28:06 UTC in PDFizer