You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2002/12/19 10:06:31 UTC

DO NOT REPLY [Bug 15519] New: - PropertyUtils.getPropertyType() for java.util.Collection

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15519>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15519

PropertyUtils.getPropertyType() for java.util.Collection

           Summary: PropertyUtils.getPropertyType() for java.util.Collection
           Product: Commons
           Version: 1.5 Final
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Bean Utilities
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: olaf.braatz@t-online.de


I've tried to use PropertyUtils.getPropertyType() for java.util.Collection of 
Strings instead of an String[]. Now if I want to get the type information from 
the array [0] it works fine with returning java.lang.String. But for the 
collection [0] it returns java.util.Collection instead of java.lang.String. The 
PropertyUtils.getNestedProperty() and PropertyUtils.setNestedProperty() are 
working correct in both cases.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>