We could create a checkstyle report for this: just the license header check.

Martijn

On 2/5/06, SourceForge.net <[EMAIL PROTECTED]> wrote:
> Bugs item #1424708, was opened at 2006-02-05 10:47
> Message generated for change (Tracker Item Submitted) made by Item Submitter
> You can respond by visiting:
> https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1424708&group_id=119783
>
> 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: core
> Group: 1.2
> Status: Open
> Resolution: None
> Priority: 5
> Submitted By: Jonathan Locke (jonathanlocke)
> Assigned to: Nobody/Anonymous (nobody)
> Summary: Missing copyright headers
>
> Initial Comment:
> AbortAndRespondException and friends, and probably a
> lot of other classes recently added are missing the
> Apache header we use on all source files.  In addition,
> there are some ugly looking blank lines and comments in
> these files such as below.  This is easily fixed by
> using the eclipse code format for the project and
> control-shift-f.
>
> public class RedirectToInterceptPageException extends
> AbortAndRespondException
> {
>         /**
>          *
>          */
>         private static final long serialVersionUID = 1L;
>
>
>         /**
>          * Redirects to the specified intercept page
>          *
>          * @param interceptPage
>          *            redirect page
>          */
>         public RedirectToInterceptPageException(Page
> interceptPage)
>         {
>                 Session.get().redirectToInterceptPage(interceptPage);
>         }
>
>
> }
>
>
> ----------------------------------------------------------------------
>
> You can respond by visiting:
> https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1424708&group_id=119783
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
> _______________________________________________
> Wicket-develop mailing list
> Wicket-develop@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-develop
>


--
Living a wicket life...

Martijn Dashorst - http://www.jroller.com/page/dashorst

Wicket 1.1.1 is out: http://wicket.sourceforge.net/wicket-1.1


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to