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 198244 - java.util.UnknownFormatConversionException: Conversion = ')'
Summary: java.util.UnknownFormatConversionException: Conversion = ')'
Status: RESOLVED DUPLICATE of bug 198245
Alias: None
Product: nblocalization
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@nblocalization
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-02 12:43 UTC by Exceptions Reporter
Modified: 2011-12-12 05:50 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178622


Attachments
stacktrace (3.49 KB, text/plain)
2011-05-02 12:43 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2011-05-02 12:43:09 UTC
This issue was reported manually by vv159170.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201104300000)
VM: OpenJDK Client VM, 20.0-b11, OpenJDK Runtime Environment, 1.6.0_22-b22
OS: Linux

Stacktrace: 
java.util.UnknownFormatConversionException: Conversion = ')'
   at java.util.Formatter.checkText(Formatter.java:2519)
   at java.util.Formatter.parse(Formatter.java:2501)
   at java.util.Formatter.format(Formatter.java:2430)
   at java.util.Formatter.format(Formatter.java:2383)
   at java.lang.String.format(String.java:2781)
   at org.netbeans.modules.cnd.gotodeclaration.type.CppTypeDescriptor.<init>(CppTypeDescriptor.java:89)
Comment 1 Exceptions Reporter 2011-05-02 12:43:13 UTC
Created attachment 108052 [details]
stacktrace
Comment 2 Alexander Simon 2011-05-03 09:05:55 UTC
Wrong localization, file:
org/netbeans/modules/cnd/gotodeclaration/type/Bundle_ru.properties
Resources:
CONTEXT_NAME_FORMAT=(%)
TYPE_NAME_FORMAT=% \u0432 %
Should be:
CONTEXT_NAME_FORMAT=(%s)
TYPE_NAME_FORMAT=%s \u0432 %s
Comment 3 Masaki Katakai 2011-12-12 05:50:04 UTC

*** This bug has been marked as a duplicate of bug 198245 ***