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 252298 - java.util.UnknownFormatConversionException: Conversion = 'p'
Summary: java.util.UnknownFormatConversionException: Conversion = 'p'
Status: RESOLVED DUPLICATE of bug 252034
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-08 11:04 UTC by Exceptions Reporter
Modified: 2015-07-10 10:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 217159


Attachments
stacktrace (1.31 KB, text/plain)
2015-05-08 11:04 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-05-08 11:04:32 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Linux

User Comments:
GUEST: Pressing L in GDB Debugger Console




Stacktrace: 
java.util.UnknownFormatConversionException: Conversion = 'p'
   at java.util.Formatter$FormatSpecifier.conversion(Formatter.java:2691)
   at java.util.Formatter$FormatSpecifier.<init>(Formatter.java:2720)
   at java.util.Formatter.parse(Formatter.java:2560)
   at java.util.Formatter.format(Formatter.java:2501)
   at java.util.Formatter.format(Formatter.java:2455)
   at java.lang.String.format(String.java:2928)
Comment 1 Exceptions Reporter 2015-05-08 11:04:33 UTC
Created attachment 153565 [details]
stacktrace
Comment 2 henk89 2015-07-10 10:04:46 UTC

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