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 74978 - org.openide.nodes.Index.reorder(int[]) not sufficiently documented
Summary: org.openide.nodes.Index.reorder(int[]) not sufficiently documented
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on:
Blocks: 81655
  Show dependency tree
 
Reported: 2006-04-12 23:20 UTC by Nathan Fiedler
Modified: 2008-12-22 21:42 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 Nathan Fiedler 2006-04-12 23:20:40 UTC
The documentation for method Index.reorder(int[]) should say more about the
parameter than to call it a permutation. Give an example of what can be expected
for a given scenario. Could even provide sample code for reordering the nodes,
as seen in Index.KeysChildren.
Comment 1 pcmreddy 2006-08-02 15:33:06 UTC
This fix needed by EntPack Team
Comment 2 Petr Nejedly 2006-08-02 16:04:01 UTC
Ugh!? How a small javadoc issue can be P1?
How a javadoc issue can be needed at all for EntPack?
I'm going to fix this in trunk.
I'm NOT going to bother backporting this to release5.5
Comment 3 Petr Nejedly 2006-08-02 16:34:13 UTC
Improved in trunk.
openide/nodes/src/org/openide/nodes/Index.java,v1.4