You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The puzzle was created by George Aristy on 07-Feb-18.
Estimate: 30 minutes, role: IMP.
If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.
The text was updated successfully, but these errors were encountered:
/** * Tests for {@link DefaultCommit}. * * @author George Aristy (george.aristy@gmail.com) * @since 0.1.0 * @checkstyle MultipleStringLiterals (500 lines) * @todo #34:30min Missing javadoc tag @since check on methods because the WriteTag * check also blindly enforces the rule on overriden methods (@Override). This behavior * is not acceptable. */publicfinalclassDefaultCommitTest {
The error is:
C:\dev\loggit-maven-plugin\src\test\java\org\llorllale\mvn\plgn\loggit\DefaultCommitTest.java:37: Type Javadoc tag @since must match pattern '[0-9]+\.[0-9]+\.[0-9]+'. [WriteTag]
The puzzle
29-71e94be2
from #29 has to be resolved:https://github.com/llorllale/gitlog-maven-plugin/blob/996b21a631c76c7ea3c852ee8f979a9ffcc101b8/src/test/java/org/llorllale/mvn/plgn/gitlog/DefaultCommitTest.java#L73-L75
The puzzle was created by George Aristy on 07-Feb-18.
Estimate: 30 minutes, role: IMP.
If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.
The text was updated successfully, but these errors were encountered: