Skip to content

Commit 60c7f50

Browse files
committed
Release 2.10
1 parent 5a55225 commit 60c7f50

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Version 2.10 - 3/6/20
22

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

55
## Version 2.9.1 - 5/6/05
66

@@ -10,17 +10,21 @@
1010

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

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

19-
java jdepend.textui.JDepend -components com.foo /path/to/classes
19+
~~~sh
20+
java jdepend.textui.JDepend -components com.foo /path/to/classes
21+
~~~
2022

2123
or, programmatically, use
2224

23-
jdepend.setComponents("com.foo");
25+
~~~sh
26+
jdepend.setComponents("com.foo");
27+
~~~
2428

2529
Note, however, that an implicit "." will be appended ("com.foo."),
2630
which means that the package "com.foobar", for example, will NOT be

dist/jdepend-2.10.tar.gz

247 KB
Binary file not shown.

dist/jdepend-2.10.zip

285 KB
Binary file not shown.

0 commit comments

Comments
 (0)