Skip to content

Commit

Permalink
Release 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkware committed Mar 6, 2020
1 parent 5a55225 commit 60c7f50
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
@@ -1,6 +1,6 @@
## Version 2.10 - 3/6/20

- Add support for Java 8 constants (thanks jcestibariz!)
- Official release that includes support for Java 8 constants, thanks to @jcestibariz (<https://github.com/clarkware/jdepend/pull/9>)

## Version 2.9.1 - 5/6/05

Expand All @@ -10,17 +10,21 @@

- Includes the Module Dependencies fixture for FitNesse, contributed
by Bob Martin. Thanks, Bob!
(See http://www.butunclebob.com/ArticleS.UncleBob.JdependFixture)
(See <http://www.butunclebob.com/ArticleS.UncleBob.JdependFixture>)

- Declared components now include an implicit trailing ".".
For example, if you want to treat all sub-packages beneath
the "com.foo" package as a component, use

java jdepend.textui.JDepend -components com.foo /path/to/classes
~~~sh
java jdepend.textui.JDepend -components com.foo /path/to/classes
~~~

or, programmatically, use

jdepend.setComponents("com.foo");
~~~sh
jdepend.setComponents("com.foo");
~~~

Note, however, that an implicit "." will be appended ("com.foo."),
which means that the package "com.foobar", for example, will NOT be
Expand Down
Binary file added dist/jdepend-2.10.tar.gz
Binary file not shown.
Binary file added dist/jdepend-2.10.zip
Binary file not shown.

0 comments on commit 60c7f50

Please sign in to comment.