google / depan

DepAn is a direct manipulation tool for visualization, analysis, and refactoring of dependencies in large applications.
http://google.github.io/depan
Apache License 2.0
89 stars 20 forks source link

New Graph Analysis wizard Filters should be better #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The current Filters for the New Graph Analysis wizard should be better.

Since they are used with String.startswith(), they should automatically
terminate their strings with the terminator for their domain ('.' for
packages, '/' for directories).

The Directory filter should be implicitly from the root of the class path.
 This works by default for .jar reads, but the From a directory case should
automatically elide the root of the directory path before testing for the
Directory Filter.

Even better, a new UI should allow users to construct lists for each Filter
choice.

Original issue reported on code.google.com by le...@google.com on 9 Jun 2008 at 7:28

GoogleCodeExporter commented 9 years ago

Original comment by le...@google.com on 9 Jun 2008 at 8:20