Skip to content

Commit

Permalink
Merge branch 'master' into 813
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyk committed May 10, 2018
2 parents 9c35316 + 635ff72 commit 78eb2f8
Show file tree
Hide file tree
Showing 520 changed files with 530 additions and 1,631 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ The MIT License (MIT)
</site>
</distributionManagement>
<dependencies>
<!--
@todo #720:30min When https://github.com/teamed/qulice/issues/877 is
fixed upgrade qulice dependency to the one that contains the fix
and fix any issues in the project that result from this upgrade.
-->
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
Expand Down Expand Up @@ -138,7 +133,7 @@ The MIT License (MIT)
<plugin>
<groupId>com.qulice</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<version>0.17.1</version>
<version>0.17.3</version>
<configuration>
<excludes combine.children="append">
<exclude>checkstyle:/src/site/resources/.*</exclude>
Expand Down
6 changes: 1 addition & 5 deletions src/main/java/org/cactoos/BiFunc.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -33,8 +33,6 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @param <X> Type of input
* @param <Y> Type of input
* @param <Z> Type of output
Expand All @@ -54,8 +52,6 @@ public interface BiFunc<X, Y, Z> {
/**
* BiFunc check for no nulls.
*
* @author Fabricio Cabral (fabriciofx@gmail.com)
* @version $Id$
* @param <X> Type of input
* @param <Y> Type of input
* @param <Z> Type of output
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/org/cactoos/BiProc.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -33,8 +33,6 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @param <X> Type of input
* @param <Y> Type of input
* @since 0.20
Expand Down
6 changes: 1 addition & 5 deletions src/main/java/org/cactoos/Bytes.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -30,8 +30,6 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @see org.cactoos.io.BytesOf
* @since 0.1
*/
Expand All @@ -47,8 +45,6 @@ public interface Bytes {
/**
* Bytes check for no nulls.
*
* @author Fabricio Cabral (fabriciofx@gmail.com)
* @version $Id$
* @since 0.11
*/
final class NoNulls implements Bytes {
Expand Down
6 changes: 1 addition & 5 deletions src/main/java/org/cactoos/Func.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -39,8 +39,6 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @param <X> Type of input
* @param <Y> Type of output
* @see org.cactoos.func.StickyFunc
Expand All @@ -61,8 +59,6 @@ public interface Func<X, Y> {
/**
* Func check for no nulls.
*
* @author Fabricio Cabral (fabriciofx@gmail.com)
* @version $Id$
* @param <X> Type of input
* @param <Y> Type of output
* @since 0.10
Expand Down
7 changes: 1 addition & 6 deletions src/main/java/org/cactoos/Input.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -43,9 +43,6 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @author Fabricio Cabral (fabriciofx@gmail.com)
* @version $Id$
* @see org.cactoos.io.InputOf
* @since 0.1
*/
Expand All @@ -61,8 +58,6 @@ public interface Input {
/**
* Input check for no nulls.
*
* @author Fabricio Cabral (fabriciofx@gmail.com)
* @version $Id$
* @since 0.10
*/
final class NoNulls implements Input {
Expand Down
6 changes: 1 addition & 5 deletions src/main/java/org/cactoos/Output.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -50,8 +50,6 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @see OutputTo
* @since 0.1
*/
Expand All @@ -67,8 +65,6 @@ public interface Output {
/**
* Output check for no nulls.
*
* @author Fabricio Cabral (fabriciofx@gmail.com)
* @version $Id$
* @since 0.10
*/
final class NoNulls implements Output {
Expand Down
6 changes: 1 addition & 5 deletions src/main/java/org/cactoos/Proc.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -33,8 +33,6 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @param <X> Type of input
* @see org.cactoos.func.FuncOf
* @since 0.1
Expand All @@ -51,8 +49,6 @@ public interface Proc<X> {
/**
* Proc check for no nulls.
*
* @author Fabricio Cabral (fabriciofx@gmail.com)
* @version $Id$
* @param <X> Type of input
* @since 0.11
*/
Expand Down
6 changes: 1 addition & 5 deletions src/main/java/org/cactoos/Scalar.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -41,8 +41,6 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @param <T> Type of result
* @see StickyScalar
* @see UncheckedScalar
Expand All @@ -61,8 +59,6 @@ public interface Scalar<T> {
/**
* Scalar check for no nulls.
*
* @author Fabricio Cabral (fabriciofx@gmail.com)
* @version $Id$
* @param <T> Type of result
* @since 0.11
*/
Expand Down
6 changes: 1 addition & 5 deletions src/main/java/org/cactoos/Text.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -34,8 +34,6 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @see org.cactoos.text.TextOf
* @since 0.1
*/
Expand All @@ -53,8 +51,6 @@ public interface Text {
*
* <p>There is no thread-safety guarantee.
*
* @author Fabricio Cabral (fabriciofx@gmail.com)
* @version $Id$
* @since 0.11
*/
final class NoNulls implements Text {
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/org/cactoos/bytes/Base64Bytes.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -31,8 +31,6 @@
/**
* Decodes all origin bytes using the Base64 encoding scheme.
*
* @author Ilia Rogozhin (ilia.rogozhin@gmail.com)
* @version $Id$
* @since 0.20.2
*/
public final class Base64Bytes implements Bytes {
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/org/cactoos/bytes/BytesBase64.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -31,8 +31,6 @@
/**
* Encodes all origin bytes using the Base64 encoding scheme.
*
* @author Ilia Rogozhin (ilia.rogozhin@gmail.com)
* @version $Id$
* @since 0.20.2
*/
public final class BytesBase64 implements Bytes {
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/org/cactoos/bytes/HexBytes.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -35,8 +35,6 @@
/**
* Decodes origin {@link Text} using the hexadecimal encoding scheme.
*
* @author Alexander Menshikov (sharplermc@gmail.com)
* @version $Id$
* @since 0.30
* @checkstyle MagicNumberCheck (500 lines)
*/
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/org/cactoos/bytes/package-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand All @@ -25,8 +25,6 @@
/**
* Bytes.
*
* @author Ilia Rogozhin (ilia.rogozhin@gmail.com)
* @version $Id$
* @since 0.20.2
*/
package org.cactoos.bytes;
4 changes: 1 addition & 3 deletions src/main/java/org/cactoos/collection/CollectionEnvelope.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -34,8 +34,6 @@
*
* <p>There is no thread-safety guarantee.</p>
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @param <X> Element type
* @since 0.23
* @checkstyle AbstractClassNameCheck (500 lines)
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/org/cactoos/collection/CollectionNoNulls.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -32,8 +32,6 @@
*
* <p>There is no thread-safety guarantee.</p>
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @param <X> Element type
* @since 0.27
*/
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/org/cactoos/collection/CollectionOf.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -40,8 +40,6 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @param <T> List type
* @see StickyCollection
* @since 0.1
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/org/cactoos/collection/Filtered.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -32,8 +32,6 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Vseslav Sekorin (vssekorin@gmail.com)
* @version $Id$
* @param <X> Type of source item
* @since 1.16
*/
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/org/cactoos/collection/HeadOf.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -31,8 +31,6 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Alexander Menshikov (sharplermc@gmail.com)
* @version $Id$
* @param <T> Type of source item
* @since 0.29
*/
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/org/cactoos/collection/Joined.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -28,8 +28,6 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Mykola Yashchenko (vkont4@gmail.com)
* @version $Id$
* @param <X> Type of source item
* @since 1.16
*/
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/org/cactoos/collection/Mapped.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* The MIT License (MIT)
*
* Copyright (c) 2017-2018 Yegor Bugayenko
Expand Down Expand Up @@ -34,8 +34,6 @@
*
* <p>There is no thread-safety guarantee.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @param <X> Type of source item
* @param <Y> Type of target item
* @since 0.14
Expand Down
Loading

0 comments on commit 78eb2f8

Please sign in to comment.