Skip to content

Commit

Permalink
#98 tags off
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 13, 2020
1 parent 133a03d commit 4c699e8
Show file tree
Hide file tree
Showing 51 changed files with 0 additions and 100 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@

/**
* Test of XML features with Saxon.
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.17
*/
public final class SaxonSampleTest {
Expand Down
2 changes: 0 additions & 2 deletions src/it/saxon/src/test/java/org/xembly/saxon/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
/**
* Samples, tests.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.17
*/
package org.xembly.saxon;
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@

/**
* Test of XML features with Xerces.
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.17
*/
public final class XercesSampleTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
/**
* Samples, tests.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.17
*/
package org.xembly.xerces;
2 changes: 0 additions & 2 deletions src/main/java/org/xembly/AddDirective.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
*
* <p>The class is immutable and thread-safe.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.1
*/
@EqualsAndHashCode(of = "name")
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/xembly/AddIfDirective.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
*
* <p>The class is immutable and thread-safe.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.1
*/
@EqualsAndHashCode(of = "name")
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/xembly/Arg.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
*
* <p>The class is immutable and thread-safe.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.1
*/
@EqualsAndHashCode(of = "value")
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/xembly/AttrDirective.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
*
* <p>The class is immutable and thread-safe.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.1
*/
@EqualsAndHashCode(of = { "name", "value" })
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/xembly/CdataDirective.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
*
* <p>The class is immutable and thread-safe.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.17
*/
@EqualsAndHashCode(of = "value")
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/xembly/CommentDirective.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
*
* <p>The class is immutable and thread-safe.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.23
*/
@EqualsAndHashCode(of = "value")
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/xembly/Directive.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
* need to use this interface directly and make instances of it. Everything
* is done through {@link Directives} and {@link Xembler}.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.1
*/
public interface Directive {
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/xembly/Directives.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@
*
* <p>The class is mutable and thread-safe.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.1
* @checkstyle ClassDataAbstractionCoupling (500 lines)
* @checkstyle ClassFanOutComplexity (500 lines)
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/xembly/DomCursor.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
*
* <p>The class is immutable and thread-safe.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.16
*/
@EqualsAndHashCode(callSuper = false, of = "nodes")
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/xembly/DomStack.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
*
* <p>The class is mutable and thread-safe.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.16
*/
@EqualsAndHashCode(of = "cursors")
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/xembly/ImpossibleModificationException.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
/**
* When further modification is impossible.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.3
*/
public final class ImpossibleModificationException extends Exception {
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/xembly/NsDirective.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
* <p>The class is immutable and thread-safe.
*
* @author Dmitri Pisarenko (dp@altruix.co)
* @version $Id$
* @since 0.19.3
*/
@EqualsAndHashCode(of = { "namespace" })
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/xembly/ParsingException.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
/**
* When parsing of directives is impossible.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.6
*/
final class ParsingException extends RuntimeException {
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/xembly/PiDirective.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
*
* <p>The class is immutable and thread-safe.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.9
*/
@EqualsAndHashCode(of = { "target", "data" })
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/xembly/PopDirective.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
*
* <p>The class is immutable and thread-safe.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.16
*/
@EqualsAndHashCode
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/xembly/PushDirective.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
*
* <p>The class is immutable and thread-safe.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.16
*/
@EqualsAndHashCode
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/xembly/RemoveDirective.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
*
* <p>The class is immutable and thread-safe.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.2
*/
@EqualsAndHashCode
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/xembly/SetDirective.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
*
* <p>The class is immutable and thread-safe.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.1
*/
@EqualsAndHashCode(of = "value")
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/xembly/StrictDirective.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
*
* <p>The class is immutable and thread-safe.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.3
*/
@EqualsAndHashCode(of = "number")
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/xembly/SyntaxException.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
/**
* When syntax is broken.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.3
*/
public final class SyntaxException extends Exception {
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/xembly/UpDirective.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
*
* <p>The class is immutable and thread-safe.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.1
*/
@EqualsAndHashCode
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/xembly/Xembler.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@
* {@link #xmlQuietly()}, {@link #domQuietly()},
* and {@link #applyQuietly(org.w3c.dom.Node)}.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.1
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
*/
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/xembly/XmlContentException.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
/**
* When impossible to understand XML content.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.6
*/
final class XmlContentException extends Exception {
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/xembly/XpathDirective.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@
*
* <p>The class is immutable and thread-safe.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.1
*/
@EqualsAndHashCode(of = "expr")
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/xembly/XsetDirective.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
*
* <p>The class is immutable and thread-safe.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.1
*/
@EqualsAndHashCode(of = "expr")
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/xembly/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
/**
* Assembly for XML.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.1
* @see <a href="http://www.xembly.org">project site www.xembly.org</a>
* @see <a href="https://github.com/yegor256/xembly">Github project</a>
Expand Down
2 changes: 0 additions & 2 deletions src/test/java/org/xembly/AddDirectiveTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@

/**
* Test case for {@link AddDirective}.
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
*/
public final class AddDirectiveTest {

Expand Down
2 changes: 0 additions & 2 deletions src/test/java/org/xembly/AddIfDirectiveTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@

/**
* Test case for {@link AddIfDirective}.
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
*/
public final class AddIfDirectiveTest {

Expand Down
2 changes: 0 additions & 2 deletions src/test/java/org/xembly/ArgTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@

/**
* Test case for {@link Arg}.
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
*/
public final class ArgTest {

Expand Down
2 changes: 0 additions & 2 deletions src/test/java/org/xembly/AttrDirectiveTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@

/**
* Test case for {@link AddDirective}.
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
*/
public final class AttrDirectiveTest {

Expand Down
2 changes: 0 additions & 2 deletions src/test/java/org/xembly/CommentDirectiveTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@

/**
* Test case for {@link CommentDirective}.
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
*/
public final class CommentDirectiveTest {

Expand Down
2 changes: 0 additions & 2 deletions src/test/java/org/xembly/DirectivesTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@

/**
* Test case for {@link Directives}.
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
*/
@SuppressWarnings("PMD.TooManyMethods")
public final class DirectivesTest {
Expand Down
2 changes: 0 additions & 2 deletions src/test/java/org/xembly/DomStackTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@

/**
* Test case for {@link DomStack}.
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.21
*/
public final class DomStackTest {
Expand Down
1 change: 0 additions & 1 deletion src/test/java/org/xembly/NsDirectiveTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
/**
* Validates NsDirective class.
* @author Dmitri Pisarenko (dp@altruix.co)
* @version $Id$
* @since 0.19.3
* @checkstyle MultipleStringLiteralsCheck (500 lines)
*/
Expand Down
2 changes: 0 additions & 2 deletions src/test/java/org/xembly/PiDirectiveTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@

/**
* Test case for {@link PiDirective}.
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.9
*/
public final class PiDirectiveTest {
Expand Down
2 changes: 0 additions & 2 deletions src/test/java/org/xembly/RemoveDirectiveTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@

/**
* Test case for {@link RemoveDirective}.
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
*/
public final class RemoveDirectiveTest {

Expand Down
2 changes: 0 additions & 2 deletions src/test/java/org/xembly/SetDirectiveTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@

/**
* Test case for {@link SetDirective}.
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
*/
public final class SetDirectiveTest {

Expand Down
2 changes: 0 additions & 2 deletions src/test/java/org/xembly/StrictDirectiveTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@

/**
* Test case for {@link StrictDirective}.
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
*/
public final class StrictDirectiveTest {

Expand Down
2 changes: 0 additions & 2 deletions src/test/java/org/xembly/SyntaxExceptionTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
/**
* Test case for {@link SyntaxException}.
*
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 1.0
*/
public final class SyntaxExceptionTest {
Expand Down
2 changes: 0 additions & 2 deletions src/test/java/org/xembly/UpDirectiveTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@

/**
* Test case for {@link UpDirective}.
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
*/
public final class UpDirectiveTest {

Expand Down

0 comments on commit 4c699e8

Please sign in to comment.