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 208702 - AssertionError at org.netbeans.modules.javacard.ri.card.CustomizerProvider$CC.save
Summary: AssertionError at org.netbeans.modules.javacard.ri.card.CustomizerProvider$CC...
Status: RESOLVED FIXED
Alias: None
Product: javacard
Classification: Unclassified
Component: Java Card (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-21 14:17 UTC by zull
Modified: 2012-05-10 09:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 185252


Attachments
stacktrace (3.43 KB, text/plain)
2012-02-21 14:17 UTC, zull
Details
stacktrace (3.41 KB, text/plain)
2012-03-29 19:02 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zull 2012-02-21 14:17:34 UTC
Build: NetBeans IDE Dev (Build 201202100400)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Windows 7

User Comments:
zull: Changing the log level in the Device configuration panel




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.javacard.ri.card.CustomizerProvider$CC.save(CustomizerProvider.java:94)
   at org.netbeans.modules.javacard.spi.actions.CustomizeCardAction.actionPerformed(CustomizeCardAction.java:77)
   at org.netbeans.modules.javacard.spi.actions.CustomizeCardAction.actionPerformed(CustomizeCardAction.java:59)
   at org.netbeans.spi.actions.Single.actionPerformed(Single.java:71)
   at org.netbeans.spi.actions.ActionStub.actionPerformed(ActionStub.java:112)
   at org.netbeans.spi.actions.IndirectAction.actionPerformed(IndirectAction.java:129)
Comment 1 zull 2012-02-21 14:17:35 UTC
Created attachment 115984 [details]
stacktrace
Comment 2 sunbiz 2012-03-29 19:02:19 UTC
Created attachment 117504 [details]
stacktrace
Comment 3 J Bachorik 2012-05-03 14:25:14 UTC
changing mistakenly negated condition back to the correct form
http://hg.netbeans.org/profiler-main/rev/0453ee8a90e1
Comment 4 Quality Engineering 2012-05-10 09:59:06 UTC
Integrated into 'main-golden', will be available in build *201205100400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/0453ee8a90e1
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #208702: A panel is valid if it contains no or non-fatal problem