[ checkstyle-Bugs-2775463 ] JavadocStyle false "end with a period" reports

View: New views
1 Messages — Rating Filter:   Alert me  

[ checkstyle-Bugs-2775463 ] JavadocStyle false "end with a period" reports

by SourceForge.net :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Bugs item #2775463, was opened at 2009-04-20 05:37
Message generated for change (Comment added) made by szpak
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397078&aid=2775463&group_id=29721

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Toby Byron (snakeeyes)
Assigned to: Nobody/Anonymous (nobody)
Summary: JavadocStyle false "end with a period" reports

Initial Comment:
This fragment of javadoc
                /**
                * {@inheritDoc}
                * <p>
                * @throws IllegalArgumentException with errMsg as its message
                */
causes the JavadocStyle check to report a false problem:
        First sentence should end with a period.
Its wrong because the imported documentation ends with a period.


----------------------------------------------------------------------

Comment By: Marcin Zajaczkowski (szpak)
Date: 2009-09-22 18:01

Message:
I can confirm mentioned behavior with Checkstyle 5.0 and fallowing code:
/**
 * {@inheritDoc}
 */
public class FooImpl implements Foo {

/**
 * Foo interface.
 *
 * @author Foo Bar
 */
public interface Foo {


----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397078&aid=2775463&group_id=29721

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Checkstyle-devel mailing list
Checkstyle-devel@...
https://lists.sourceforge.net/lists/listinfo/checkstyle-devel