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 208937 - Help associated with new project doesn't refresh.
Summary: Help associated with new project doesn't refresh.
Status: RESOLVED FIXED
Alias: None
Product: javacard
Classification: Unclassified
Component: Java Card (show other bugs)
Version: 7.1.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: onkentes
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-28 10:46 UTC by asenk
Modified: 2013-05-19 02:52 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch - proposed fix (2.00 KB, patch)
2012-04-17 08:35 UTC, Jaroslav Havlin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description asenk 2012-02-28 10:46:46 UTC
Product Version: NetBeans IDE 7.1.1 (Build 201202271535)
Java: 1.7.0_03; Java HotSpot(TM) Client VM 22.1-b02
System: Linux version 3.0.0-16-generic-pae running on i386; UTF-8; en_US (nb)
User directory: /home/tester/.netbeans/7.1
Cache directory: /home/tester/.netbeans/7.1/var/cache

1. File -> New Project
2. Select: Java Card , Classic Applet Project and press Next
3. Press Help- Help associated with Java Card Project is shown.
4. Close Help, press Back
5. Select: Java, Java Application and press next.
6. Press Help button.

RESULT: You can still see help associated with Java Card project.
Comment 1 Kenneth Ganfield 2012-02-28 11:14:28 UTC
This might be related to issue #183693
Comment 2 Kenneth Ganfield 2012-03-28 09:33:52 UTC
Not sure who this should be assigned to, but sounds similar to one assigned to filesystems in the past
Comment 3 Antonin Nebuzelsky 2012-04-16 10:39:09 UTC
Trying Java SE, Web, EE, Maven projects work OK. As soon as JavaCard project's Help is shown it breaks as described.

Somewhere between JavaHelp, New Project wizard, and JavaCard's help set.

Jardo, evaluate and reassign appropriately.
Comment 4 Jaroslav Havlin 2012-04-17 08:32:39 UTC
Caused in new project wizard for JavaCard. Help ID of the wizard is set, which overrides default behavior.

See http://bits.netbeans.org/dev/javadoc/org-openide-dialogs/org/openide/WizardDescriptor.html#setHelpCtx%28org.openide.util.HelpCtx%29
Comment 5 Jaroslav Havlin 2012-04-17 08:35:42 UTC
Created attachment 118378 [details]
Patch - proposed fix
Comment 6 J Bachorik 2012-08-01 08:41:51 UTC
changing owner
Comment 7 Jaroslav Havlin 2013-05-17 09:44:57 UTC
Fixed in http://hg.netbeans.org/jet-main/rev/69a2c4e95585
Thank you very much, Roman, for integrating the patch.
Comment 8 Quality Engineering 2013-05-19 02:52:08 UTC
Integrated into 'main-golden', will be available in build *201305182300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/69a2c4e95585
User: Roman Svitanic <rsvitanic@netbeans.org>
Log: #208937 - Help associated with new project doesn't refresh [Java Card]