Uploaded image for project: 'Commons Digester'
  1. Commons Digester
  2. DIGESTER-59

[Digester][PATCH] Obtaining String class in CallMethodRule

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 1.6
    • None
    • None
    • Operating System: other
      Platform: Other

    • 35097

    Description

      Recent musings on the CallMethodRule code brought to my notice an interesting
      construct for obtaining the String class

      Inlining a patch, since its trivial:

      Index: CallMethodRule.java
      ===================================================================
      RCS file: /usr/local/cvsroot/apache/patches/commons-digester-1.6-
      src/src/java/org/apache/commons/digester/CallMethodRule.java,v
      retrieving revision 1.1
      diff -c -r1.1 CallMethodRule.java

          • CallMethodRule.java 27 May 2005 02:52:14 -0000 1.2
          • CallMethodRule.java 27 May 2005 03:21:23 -0000
            ***************
            262c262
            < this.paramTypes[i] = "abc".getClass();

            > this.paramTypes[i] = String.class;
            330c330
            < this.paramTypes[i] = "abc".getClass();

            > this.paramTypes[i] = String.class;
            503c503
            < paramTypes[0] = "abc".getClass();

            > paramTypes[0] = String.class;

      -Rahul

      Attachments

        Activity

          People

            Unassigned Unassigned
            rahul@apache.org Rahul Akolkar
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: