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 91050 - Need ability to filter out all private/protected/initialization etc members on diagram
Summary: Need ability to filter out all private/protected/initialization etc members o...
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: General Diagram (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks: 109136
  Show dependency tree
 
Reported: 2006-12-14 09:11 UTC by Sergey Petrov
Modified: 2007-07-09 15:11 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Petrov 2006-12-14 09:11:26 UTC
reproducible with 061213

mail-thread:
Hi {Customer},

We have no such filter now in reverse engineering and may be it's not so nice to
have it here because we also support code generation which will be incomplete if
model will be incomplete, but the same functionality may be requested in
diagram/project tree area (to filter some elements like operations/attributes by
some criteria), I'll file rfe on my case, but if you prefer first one it can be
filed too.

Thanks, Sergey

PS. the only way for now is to step by step invoke 'Compartment|Customize'
context menu on all classes/interfaces with extra information and hide
unnecessary attributes/operations here.

{Customer} wrote:

> Hi,
>
> I'm trying to use the reverse engineering functionality to make sense of an
existing project.  For my initial overview I'm only interested in the public
methods of the classes I'm diagramming, but I'm getting all the protected and
private stuff as well.  In particular, I'm getting static string initialisers
that are many, many 10's of Kb long (it's a lexer state transition table) and
that totally screws up the diagram.
>
> Is there any way to drop all private & protected methods & data on the
imported classes?