/[classpath]/classpath/gnu/java/beans/IntrospectionIncubator.java
ViewVC logotype

Diff of /classpath/gnu/java/beans/IntrospectionIncubator.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by mark, Tue Jan 22 22:26:56 2002 UTC revision 1.11 by mark, Fri Oct 24 14:19:35 2003 UTC
# Line 67  public class IntrospectionIncubator { Line 67  public class IntrospectionIncubator {
67    
68          /* Paving the way for automatic Introspection */          /* Paving the way for automatic Introspection */
69          public void addMethod(Method method) {          public void addMethod(Method method) {
70                  if(Modifier.isPublic(method.getModifiers()) && !Modifier.isStatic(method.getModifiers())) {                  if(Modifier.isPublic(method.getModifiers())) {
71                          String name = ClassHelper.getTruncatedName(method.getName());                          String name = ClassHelper.getTruncatedName(method.getName());
72                          Class retType = method.getReturnType();                          Class retType = method.getReturnType();
73                          Class[] params = method.getParameterTypes();                          Class[] params = method.getParameterTypes();

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26