From 9e09c2191b0214ab9703093c68ae2eb04f18f3d3 Mon Sep 17 00:00:00 2001 From: Andrei Selkin Date: Mon, 29 Jun 2015 10:16:33 +0300 Subject: [PATCH] Change contributor name in release notes. --- src/xdocs/releasenotes.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml index 10744007a..f6e6bdf1d 100644 --- a/src/xdocs/releasenotes.xml +++ b/src/xdocs/releasenotes.xml @@ -29,7 +29,7 @@ Add possibility to configure targets for ParenPad check, LPAREN and RPAREN were removed from acceptable tokens. Author: Vladislav Lisetskiy #1189
  • - Set default value of max property to 4 (from 1) for ThrowsCountCheck and update javadoc/xdoc. Author: MEZk #1143 + Set default value of max property to 4 (from 1) for ThrowsCountCheck and update javadoc/xdoc. Author: Andrei Selkin #1143
  • Restoring method FileContents.getFileName() to keep backward compatibility for some time. Author: Thomas Jensen #1205 @@ -61,7 +61,7 @@ fix for JavadocMethodCheck: catch NoClassDefFoundError in ClassResolver. Author: Vladislav Lisetskiy #1192
  • - Replace hardcoded message in WhitespaceAfterCheck with new message (i18n). Author: MEZk #967 + Replace hardcoded message in WhitespaceAfterCheck with new message (i18n). Author: Andrei Selkin #967
  • Solution to wrong variable reported because of name shadowing in FinalLocalVariableCheck. Author: Bhavik Patel #1142 @@ -101,7 +101,7 @@ .gitignore with Eclipse's .externalToolBuilders and .checkstyle from Checkstyle CS Eclipse Plug-in . Author: Michael Vorburger
  • - 100% test coverage for com.puppycrawl.tools.checkstyle.checks.sizes. Author: MEZk #1024 + 100% test coverage for com.puppycrawl.tools.checkstyle.checks.sizes. Author: Andrei Selkin #1024
  • Fix empty html pages for extending Checkstyle and style configurations. Author: Vladislav Lisetskiy #1231 @@ -285,7 +285,7 @@ Change location of left curly braces to end of line. Author: Michal Kordas #1089
  • - Make coverage 100% for all classes at package com.puppycrawl.tools.checkstyle.checks.sizes. Author: MEZk #1024 + Make coverage 100% for all classes at package com.puppycrawl.tools.checkstyle.checks.sizes. Author: Andrei Selkin #1024
  • 100% test coverage for com.puppycrawl.tools.checkstyle.checks.design. Author: Vladislav Lisetskiy #1009