In trying to use xDoclet 1.2 beta 2, I was getting very strangely formatted
messages. Digging into XDocletMessages, it appears that quite a few messages
(for example, CHECK_CLASS_FAILED) have been parameterized incorrectly;
there's no "{0}", the parameter patterns start at "{1}". As a result, when
the messages are formatted, the parameters are substituted into the wrong
places, and the highest numbered parameter pattern (in the above example,
"{2}") appears literally in the message displayed to the user because only
two parameters were passed to MessageFormat.Is this a bug, or am I doing something wrong? -- Jon Sawyer ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
