commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] [bugs #10908] Static method mistaken for JavaBeans getter


From: anonymous
Subject: [commit-cp] [bugs #10908] Static method mistaken for JavaBeans getter
Date: Thu, 04 Nov 2004 10:50:06 -0500
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)

This mail is an automated notification from the bugs tracker
 of the project: classpath.




/**************************************************************************/
[bugs #10908] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10908>
Project: classpath
Submitted by: 0
On: Don 04.11.2004 at 10:44

Category:  classpath
Severity:  5 - Average
Resolution:  None
Privacy:  Public
Assigned to:  None
Status:  Open
Platform Version:  None


Summary:  Static method mistaken for JavaBeans getter

Original Submission:  There appears to be a problem in 
gnu.java.beans.IntrospectionIncubator. In the method 
addMethod(java.lang.reflect.Method), there is no check whether the method is an 
instance or static method. This results in methods with the signature:

public static <Type> getXXX();

being mistaken for JavaBeans property accessors. This looks and feels wrong, 
and causes concrete problems for some applications that use JavaBeans.











For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10908>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]