fixed some external links

This commit is contained in:
Kristian Scheibe
2019-01-01 19:57:06 +01:00
parent 8c54d73f8e
commit d100762361
4 changed files with 4 additions and 4 deletions

View File

@ -16,6 +16,6 @@ There are numerous ways of getting help:
* You can also ask questions in our [sourceforge forum](https://sourceforge.net/p/pmd/discussion/).
* Or you can join the [Mailing List](https://lists.sourceforge.net/lists/listinfo/pmd-devel) or browse
through the archives ([archive1](http://java-pmd.30631.n5.nabble.com/), [archive2](http://blog.gmane.org/gmane.comp.java.audit.pmd.devel)).
through the archives ([archive1](http://java-pmd.30631.n5.nabble.com/), [archive2](http://web.archive.org/web/20160715035623/http://blog.gmane.org:80/gmane.comp.java.audit.pmd.devel)).
* Of course, you can also directly jump to our [source code on github](https://github.com/pmd/pmd).

View File

@ -100,5 +100,5 @@ build a `Signature<N>` from a `N` are a good idea.
the Java framework, you can build a `JavaOperationSigMask` that matches all method signatures with visibility
`public`. A sigmask implements `SigMask<S>`, where `S` is the type of signature your mask handles.
* Create utility methods in your abstract class metric class to count signatures matching a specific mask.
[Example](https://github.com/pmd/pmd/blob/master/pmd-java/src/main/java/net/sourceforge/pmd/lang/java/metrics/AbstractJavaClassMetric.java#L50)
[Example](https://github.com/pmd/pmd/blob/master/pmd-java/src/main/java/net/sourceforge/pmd/lang/java/metrics/impl/AbstractJavaClassMetric.java#L52)

View File

@ -13,7 +13,7 @@ author: Tom Copeland <tom@infoether.org>
to PMD (in French)](http://connect.ed-diamond.com/GNU-Linux-Magazine/GLMF-105/Verifier-votre-code-Java-avec-PMD)
* May 2008 - Alan Berg's article on
[Free Software Magazine](http://www.freesoftwaremagazine.com/columns/destroy_annoying_bugs_part_1)
[Free Software Magazine](http://freesoftwaremagazine.com/articles/destroy_annoying_bugs_part_1/)
discusses FindBugs, PMD, and TFTP.
* July 2007 - Ryan Slobojan's article on [InfoQ](http://www.infoq.com/news/2007/07/pmd)

View File

@ -198,7 +198,7 @@ Maven plugin will use and benefit from the latest bugfixes and enhancements:
For more information, please see the well documented PMD plugin project page here:
<http://maven.apache.org/plugins/maven-pmd-plugin/index.html>.
Also, the bug tracker for this plugin is [here](http://jira.codehaus.org/browse/MPMD).
Also, the bug tracker for this plugin is [here](https://issues.apache.org/jira/browse/MPMD).
## Maven 1