Bug 159095 - Java outline should show categories as tree nodes
Summary: Java outline should show categories as tree nodes
Status: RESOLVED DUPLICATE of bug 132326
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.3   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-28 05:57 EDT by Stefan Mücke CLA
Modified: 2006-09-28 09:59 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Mücke CLA 2006-09-28 05:57:55 EDT
I don't find the new category lables any helpful. There should be an option to show categories as nodes with the respective memebers as childs. (Members that are assigned to more than one category should show up multiple times.)

Example: (taken from java.util.Map)

+- Map<K, V>
    +- Query Operations
        +- size()
        +- isEmpty()
        +- containsKey(Object)
        +- containsValue(Object)
        +- get(Object)
    +- Modification Operations
        +- put(K, V)
        +- remove(Object)
    +- Bulk Operations
        +- putAll(Map<? extends K, ? extends V>)
        +- clear()
    +- Views
        +- keySet()
        +- values()
        +- entrySet()
        +- Entry<K, V>
    +- Comparison and hashing
        +- equals(Object)
        +- hashCode()

I've been waiting for years for the @category tag be added to Java; now I'am waiting for this to become useful in Eclipse. I think this feature shouldn't be hard to implement.
Comment 1 Dani Megert CLA 2006-09-28 09:59:26 EDT

*** This bug has been marked as a duplicate of 132326 ***