Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

357 #376

Merged
merged 6 commits into from
Feb 20, 2020
Merged

357 #376

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/main/java/org/jpeek/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.1
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
* @checkstyle ClassFanOutComplexityCheck (500 lines)
Expand All @@ -67,7 +65,6 @@
* @checkstyle CyclomaticComplexityCheck (500 lines)
* @checkstyle MethodLengthCheck (500 lines)
* @checkstyle JavaNCSSCheck (500 lines)
* @checkstyle JavadocTagsCheck (500 lines)
*
* @todo #118:30min LCC metric has impediments (see puzzles in LCC.xml
* and in `MetricsTest`).
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/jpeek/Base.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.1
* @checkstyle JavadocTagsCheck (500 lines)
*/
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/jpeek/DefaultBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.1
* @checkstyle JavadocTagsCheck (500 lines)
*/
public final class DefaultBase implements Base {

Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/jpeek/FileTarget.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@

/**
* File Target.
* @author Felipe Moreno ([email protected])
* @version $Id$
* @since 0.26.4
* @checkstyle JavadocTagsCheck (500 lines)
*/
public final class FileTarget implements Target {

Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/jpeek/Header.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,8 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.8
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
* @checkstyle JavadocTagsCheck (500 lines)
*/
public final class Header implements Iterable<Directive> {

Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/jpeek/Index.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,8 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.6
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
* @checkstyle JavadocTagsCheck (500 lines)
*/
final class Index implements Iterable<Directive> {

Expand Down
7 changes: 0 additions & 7 deletions src/main/java/org/jpeek/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,8 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.1
* @todo #308:30min Due to introduce new version of qulice 0.18.17 there were
* many 'JavadocTagsCheck' suppression, so we need to fix that by remove
* author, version and since tags in all javadoc. After that remove
* 'JavadocTagsCheck' suppression.
* @checkstyle JavadocVariableCheck (500 lines)
* @checkstyle JavadocTagsCheck (500 lines)
*/
public final class Main {

Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/jpeek/Matrix.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,8 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.6
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
* @checkstyle JavadocTagsCheck (500 lines)
*/
final class Matrix implements Iterable<Directive> {

Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/jpeek/Report.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,8 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.1
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
* @checkstyle JavadocTagsCheck (500 lines)
*/
final class Report {
/**
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/jpeek/ReportWithStatistics.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,8 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.16
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
* @checkstyle JavadocTagsCheck (500 lines)
*/
final class ReportWithStatistics implements XML {

Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/jpeek/Target.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@
/**
* File Target.
*
* @author Felipe Moreno ([email protected])
* @version $Id$
* @since 0.26.4
* @checkstyle JavadocTagsCheck (500 lines)
*/
public interface Target {

Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/jpeek/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,8 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.11
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
* @checkstyle JavadocTagsCheck (500 lines)
*/
public final class Version implements Scalar<String> {

Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/jpeek/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
/**
* JPeek.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.1
* @see <a href="https://www.jpeek.org">Project site www.jpeek.org</a>
* @see <a href="https://github.com/yegor256/jpeek">GitHub repository</a>
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/jpeek/skeleton/Classes.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,10 @@
*
* <p>There is no thread-safety guarantee.</p>
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @see <a href="http://www.pitt.edu/~ckemerer/CK%20research%20papers/MetricForOOD_ChidamberKemerer94.pdf">A packages suite for object oriented design</a>
* @since 0.27
* @checkstyle AbbreviationAsWordInNameCheck (5 lines)
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
* @checkstyle JavadocTagsCheck (500 lines)
*/
final class Classes implements Iterable<CtClass> {

Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/jpeek/skeleton/OpsOf.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,11 @@
*
* <p>There is no thread-safety guarantee.</p>
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @see <a href="http://www.pitt.edu/~ckemerer/CK%20research%20papers/MetricForOOD_ChidamberKemerer94.pdf">A packages suite for object oriented design</a>
* @since 0.27
* @checkstyle AbbreviationAsWordInNameCheck (5 lines)
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
* @checkstyle ParameterNumberCheck (500 lines)
* @checkstyle JavadocTagsCheck (500 lines)
*/
@SuppressWarnings("PMD.AvoidDuplicateLiterals")
final class OpsOf extends MethodVisitor {
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/jpeek/skeleton/QualifiedName.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@
* A fully qualified name of a field, an unambiguous name
* that specifies field without regard
* to the context of the call.
* @author Ilya Kharlamov ([email protected])
* @version $Id$
* @since 0.29
* @checkstyle JavadocTagsCheck (500 lines)
*/
public final class QualifiedName extends TextEnvelope {
/**
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/jpeek/skeleton/Skeleton.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,10 @@
*
* <p>There is no thread-safety guarantee.</p>
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @see <a href="http://www.pitt.edu/~ckemerer/CK%20research%20papers/MetricForOOD_ChidamberKemerer94.pdf">A packages suite for object oriented design</a>
* @since 0.23
* @checkstyle AbbreviationAsWordInNameCheck (5 lines)
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
* @checkstyle JavadocTagsCheck (500 lines)
*/
public final class Skeleton {

Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/jpeek/skeleton/TypesOf.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,10 @@
*
* <p>There is no thread-safety guarantee.</p>
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @see <a href="http://www.pitt.edu/~ckemerer/CK%20research%20papers/MetricForOOD_ChidamberKemerer94.pdf">A packages suite for object oriented design</a>
* @since 0.27
* @checkstyle AbbreviationAsWordInNameCheck (5 lines)
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
* @checkstyle JavadocTagsCheck (500 lines)
*/
final class TypesOf extends SignatureVisitor implements Iterable<Directive> {

Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/jpeek/skeleton/XmlClass.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,11 @@
*
* <p>There is no thread-safety guarantee.</p>
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @see <a href="http://www.pitt.edu/~ckemerer/CK%20research%20papers/MetricForOOD_ChidamberKemerer94.pdf">A packages suite for object oriented design</a>
* @since 0.27
* @checkstyle AbbreviationAsWordInNameCheck (5 lines)
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
* @checkstyle ParameterNumberCheck (500 lines)
* @checkstyle JavadocTagsCheck (500 lines)
*/
@SuppressWarnings("PMD.AvoidDuplicateLiterals")
final class XmlClass extends ClassVisitor implements Iterable<Directive> {
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/jpeek/skeleton/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
/**
* Skeleton.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.27
*/
package org.jpeek.skeleton;
3 changes: 0 additions & 3 deletions src/main/java/org/jpeek/web/AsyncReports.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,8 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.8
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
* @checkstyle JavadocTagsCheck (500 lines)
*/
@SuppressWarnings("PMD.AvoidDuplicateLiterals")
final class AsyncReports implements
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/jpeek/web/DyNum.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,8 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.17
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
* @checkstyle JavadocTagsCheck (500 lines)
*/
final class DyNum extends Number {

Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/jpeek/web/Dynamo.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,8 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.14
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
* @checkstyle JavadocTagsCheck (500 lines)
*/
@SuppressWarnings("PMD.AvoidDuplicateLiterals")
final class Dynamo implements Region {
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/jpeek/web/Futures.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,8 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.8
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
* @checkstyle JavadocTagsCheck (500 lines)
*/
final class Futures implements
BiFunc<String, String, Future<Func<String, Response>>>, Text {
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/jpeek/web/Mistakes.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,8 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.8
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
* @checkstyle JavadocTagsCheck (500 lines)
*/
@SuppressWarnings("PMD.AvoidDuplicateLiterals")
final class Mistakes {
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/jpeek/web/Pages.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,8 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.8
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
* @checkstyle JavadocTagsCheck (500 lines)
*/
final class Pages implements Func<String, Response> {

Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/jpeek/web/Reports.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,8 @@
* thread-safe. You have to decorate it with a thread-safe
* {@link Futures}.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.7
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
* @checkstyle JavadocTagsCheck (500 lines)
*/
final class Reports implements BiFunc<String, String, Func<String, Response>> {

Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/jpeek/web/Results.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,8 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.8
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
* @checkstyle JavadocTagsCheck (500 lines)
*/
@SuppressWarnings("PMD.AvoidDuplicateLiterals")
final class Results {
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/jpeek/web/RsPage.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,8 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.14
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
* @checkstyle JavadocTagsCheck (500 lines)
*/
final class RsPage extends RsWrap {

Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/jpeek/web/Sigmas.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,8 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.17
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
* @checkstyle JavadocTagsCheck (500 lines)
*/
@SuppressWarnings("PMD.AvoidDuplicateLiterals")
final class Sigmas {
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/jpeek/web/StickyFutures.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,8 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.8
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
* @checkstyle JavadocTagsCheck (500 lines)
*/
final class StickyFutures
implements BiFunc<String, String, Future<Func<String, Response>>> {
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/jpeek/web/TkAll.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,8 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.17
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
* @checkstyle JavadocTagsCheck (500 lines)
*/
final class TkAll implements Take {

Expand Down
Loading