You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/11/09 09:11:48 UTC

DO NOT REPLY [Bug 4762] New: - Have difference two message for one key in res file

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=4762>.
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=4762

Have difference two message for one key in res file

           Summary: Have difference two message for one key in res file
           Product: XalanJ2
           Version: CurrentCVS
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xalan.res
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: leon.fan@sun.com


[this is entered from SunMicrosystem bug 4523343]


In file XSLTErrorResource.java, the contents[i][1] ( i from 190 to 199) item,
have two difference message, such as:

The first:
   /*
    /**  Cannot find SAX1 driver class    *
  public static final int ER_CANNOT_FIND_SAX1_DRIVER = 190;

  static
  {
    contents[ER_CANNOT_FIND_SAX1_DRIVER][1] =
      "Cannot find SAX1 driver class {0}";
  }

The second:
   /**  Fragment cannot be set when path is null  */
  public static final int ER_FRAG_WHEN_PATH_NULL = 190;

  static
  {
    contents[ER_FRAG_WHEN_PATH_NULL][1] =
       "Fragment cannot be set when path is null";
  }

And also in file XPATHErrorResources.java, the contents[78][1] have two
difference message.