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 189909 - AssertionError at org.netbeans.modules.javacard.project.deps.DependencyKind.supportedDeploymentStrategies
Summary: AssertionError at org.netbeans.modules.javacard.project.deps.DependencyKind.s...
Status: RESOLVED FIXED
Alias: None
Product: javacard
Classification: Unclassified
Component: Java Card (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-26 13:03 UTC by Oleg Khokhlov
Modified: 2011-08-10 21:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 172174


Attachments
stacktrace (6.46 KB, text/plain)
2010-08-26 13:03 UTC, Oleg Khokhlov
Details
stacktrace (7.81 KB, text/plain)
2010-09-01 07:15 UTC, Ivan Sidorkin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Khokhlov 2010-08-26 13:03:13 UTC
Build: NetBeans IDE Dev (Build 201008260001)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows XP

User Comments:
ovk: added dependancy in JavaCard project properties:
Dependansies -> 'Add Library' wizard step 3 - pressed Next button (export path is empty) and got exception




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.javacard.project.deps.DependencyKind.supportedDeploymentStrategies(DependencyKind.java:104)
   at org.netbeans.modules.javacard.project.deps.ui.ChooseDeploymentStrategyPanelVisual.setDependencyKind(ChooseDeploymentStrategyPanelVisual.java:112)
   at org.netbeans.modules.javacard.project.deps.ui.ChooseDeploymentStrategyWizardPanel.readSettings(ChooseDeploymentStrategyWizardPanel.java:117)
   at org.netbeans.modules.javacard.project.deps.ui.ChooseDeploymentStrategyWizardPanel.readSettings(ChooseDeploymentStrategyWizardPanel.java:58)
   at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:903)
   at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:854)
Comment 1 Oleg Khokhlov 2010-08-26 13:03:19 UTC
Created attachment 101687 [details]
stacktrace
Comment 2 Ivan Sidorkin 2010-09-01 07:15:46 UTC
Created attachment 101796 [details]
stacktrace
Comment 3 _ tboudreau 2011-05-26 01:59:39 UTC
Reassigning a bunch of bugs still assigned to me - I haven't worked for Oracle in almost a year.
Comment 4 _ tboudreau 2011-05-26 02:44:55 UTC
Uy... I *am* the default assignee for javacard...
Comment 5 Anton Chechel 2011-08-08 19:59:38 UTC
fixed
http://hg.netbeans.org/jet-main/rev/6f6682d11c42
Comment 6 Quality Engineering 2011-08-10 21:32:53 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/6f6682d11c42
User: Anton Chechel <manowar@netbeans.org>
Log: #189909: incorrect default deployment strategies bug fixed