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 21202 - need help IDs for subnodes of JarRecipe node
Summary: need help IDs for subnodes of JarRecipe node
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: jarpackager (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-05 16:26 UTC by Patrick Keegan
Modified: 2003-07-01 10:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Keegan 2002-03-05 16:26:24 UTC
In the Explorer, there is a helpID for JarRecipe nodes, but there are no IDs for the subnodes which represent the JAR itself and the 
Contents part. There should be separate IDs for:
the .jar node
the Contents node
 - subnodes of Contents that represent directories
 - subnodes of Contents that represent files
Comment 1 Milos Kleint 2002-03-28 13:57:34 UTC
fixed in main trunk
Comment 2 Patrick Keegan 2002-03-28 14:23:09 UTC
great, thanks! Could you list the IDs that are used?
Comment 3 Milos Kleint 2002-03-29 09:03:37 UTC
there's one key for directories and files subnodes, defined as:
   new HelpCtx(ContentMemberNode.class);

for recipe's content node it's:
   new org.openide.util.HelpCtx(RecipeContentsNode.class);

for jar subnode it's:
   new org.openide.util.HelpCtx(GeneratedJarNode.class);

does that help?
Comment 4 Patrick Keegan 2002-03-29 14:24:22 UTC
That helps some:

So would the help IDs be?:

org.netbeans.modules.jarpackager.ContentMemberNode
org.netbeans.modules.jarpackager.RecipeContentsNode
org.netbeans.modules.jarpackager.GeneratedJarNode

or?:

org.netbeans.modules.jarpackager.JarChildren$ContentMemberNode
org.netbeans.modules.jarpackager.JarChildren$RecipeContentsNode
org.netbeans.modules.jarpackager.JarChildren$GeneratedJarNode
Comment 5 Milos Kleint 2002-03-29 14:30:31 UTC
the 2nd should be correct, with exception of
org.netbeans.modules.jarpackager.JarChildren$ContentMemberNode
which is:
org.netbeans.modules.jarpackager.JarContentChildren$ContentMemberNode
Comment 6 Milos Kleint 2002-04-04 12:09:17 UTC
fixed in orion_fcs branch as well.
Comment 7 Patrick Keegan 2002-04-22 18:32:27 UTC
verified in orion_fcs
Comment 8 Quality Engineering 2003-07-01 10:00:09 UTC
Resolved for 3.4 or earlier, no new info since then -> closing.
Comment 9 Quality Engineering 2003-07-01 10:01:34 UTC
Resolved for 3.4 or earlier, no new info since then -> closing.