This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 71782 - Message format seems to be incorrect. profiler/profiler-freeform/src/org/.../freeform/Bundle.properties
Summary: Message format seems to be incorrect. profiler/profiler-freeform/src/org/.../...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-24 06:29 UTC by Keiichi Oono
Modified: 2006-10-23 16:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Keiichi Oono 2006-01-24 06:29:02 UTC
profiler/modules/profiler-freeform/src/org/netbeans/modules/profiler/freeform/Bundle.properties
  Util_ParseErrorMsg=Parse error in {0}\: (1)

I guess "(1)" should be "{1}", because of the following code fragment from
profiler/modules/profiler-freeform/src/org/netbeans/modules/profiler/freeform/Util.java

   101        } catch (SAXException e) {
   102	        err.log(MessageFormat.format(PARSE_ERROR_MSG, new Object[]{fo, e}));
   103 	      }
Comment 1 Jiri Sedlacek 2006-01-24 09:35:22 UTC
Thanks for the bugreport, fortunatelly this mistake won't break anything.
Comment 2 Jiri Sedlacek 2006-01-24 09:37:51 UTC
Fixed for 5.1.