Update release notes, fixes #955, refs #966

This commit is contained in:
Andreas Dangel
2018-05-21 14:55:16 +02:00
parent ab660eda54
commit 43f9237e63
3 changed files with 8 additions and 2 deletions
@@ -21,7 +21,7 @@ import net.sourceforge.pmd.lang.java.rule.AbstractJavaRule;
* Flags identical catch branches, which can be collapsed into a multi-catch.
*
* @author Clément Fournier
* @since 6.2.0
* @since 6.4.0
*/
public class IdenticalCatchBranchesRule extends AbstractJavaRule {
@@ -791,7 +791,7 @@ public interface GenericDao<EF extends BaseModel, K extends Serializable> {
<rule name="IdenticalCatchBranches"
language="java"
since="6.2.0"
since="6.4.0"
minimumLanguageVersion="1.7"
message="''catch'' branch identical to ''{0}'' branch"
class="net.sourceforge.pmd.lang.java.rule.codestyle.IdenticalCatchBranchesRule"