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 82866 - Provide filtering capability to exclude standard J2SE API from sequence diagrams
Summary: Provide filtering capability to exclude standard J2SE API from sequence diagrams
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Reverse Engineering (show other bugs)
Version: 5.x
Hardware: PC All
: P1 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-17 09:32 UTC by bugbridge
Modified: 2006-08-31 03:21 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 bugbridge 2006-08-17 09:32:24 UTC
Following e-mail describes the issue :

> Hello,
>
> I am a relatively new user of the UML modelling capabilities bundled
> with Java Studio Enterprise 7. Although I have no problems in reverse
> engineering my code and generating the UML sequence diagrams, I do find
> that the resulting diagrams are too general. For instance, I would like
> to exclude calls to classes/methods that are part of the standard J2SE
> API, such as String.equals().
>
> Currently, such calls are being included in the generated sequence
> diagrams and thus make it hard to identify the method calls which have
> been specifically coded in my application and which are of much greater
> importance. Would anyone be able to tell me if there a filtering feature
> built into Java Studio 7 that will allow me to exclude calls to classes
> that are not part of my application's package?
>
> Thanks
>
>
>
> - Alex