You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@creadur.apache.org by "Matt Benson (JIRA)" <ji...@apache.org> on 2008/04/22 18:11:21 UTC

[jira] Created: (RAT-8) [PATCH] add JavaCC to GeneratedLicenseNotRequired patterns

[PATCH] add JavaCC to GeneratedLicenseNotRequired patterns
----------------------------------------------------------

                 Key: RAT-8
                 URL: https://issues.apache.org/jira/browse/RAT-8
             Project: RAT
          Issue Type: Improvement
            Reporter: Matt Benson


as described

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (RAT-8) [PATCH] add JavaCC to GeneratedLicenseNotRequired patterns

Posted by "Jochen Wiedmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAT-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jochen Wiedmann resolved RAT-8.
-------------------------------

    Resolution: Fixed
      Assignee: Jochen Wiedmann

Applied, thank you!


> [PATCH] add JavaCC to GeneratedLicenseNotRequired patterns
> ----------------------------------------------------------
>
>                 Key: RAT-8
>                 URL: https://issues.apache.org/jira/browse/RAT-8
>             Project: RAT
>          Issue Type: Improvement
>            Reporter: Matt Benson
>            Assignee: Jochen Wiedmann
>
> as described

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (RAT-8) [PATCH] add JavaCC to GeneratedLicenseNotRequired patterns

Posted by "Robert Burrell Donkin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAT-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Burrell Donkin closed RAT-8.
-----------------------------------


> [PATCH] add JavaCC to GeneratedLicenseNotRequired patterns
> ----------------------------------------------------------
>
>                 Key: RAT-8
>                 URL: https://issues.apache.org/jira/browse/RAT-8
>             Project: RAT
>          Issue Type: Improvement
>            Reporter: Matt Benson
>            Assignee: Jochen Wiedmann
>
> as described

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (RAT-8) [PATCH] add JavaCC to GeneratedLicenseNotRequired patterns

Posted by "Matt Benson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/RAT-8?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12591353#action_12591353 ] 

Matt Benson commented on RAT-8:
-------------------------------

Can't figure out why the attachment is failing.  The following patch IS intended for inclusion under the Apache Software License, version 2.0:

Index: src/java/rat/analysis/generation/GeneratedLicenseNotRequired.java
===================================================================
--- src/java/rat/analysis/generation/GeneratedLicenseNotRequired.java   (revision 650559)
+++ src/java/rat/analysis/generation/GeneratedLicenseNotRequired.java   (working copy)
@@ -30,6 +30,7 @@
 
     private static final Pattern[] DEFAULT_PATTERNS = {Pattern.compile(".*generated by Cayenne.*"),
         Pattern.compile(".*Generated By:JJTree:.*"), 
+        Pattern.compile(".*Generated By:JavaCC:.*"), 
         Pattern.compile(".*THIS FILE IS AUTOMATICALLY GENERATED.*"),
         Pattern.compile(".*NOTE: this file is autogenerated by XBeans.*"),
         Pattern.compile(".*This file was automatically generated by .*"),



> [PATCH] add JavaCC to GeneratedLicenseNotRequired patterns
> ----------------------------------------------------------
>
>                 Key: RAT-8
>                 URL: https://issues.apache.org/jira/browse/RAT-8
>             Project: RAT
>          Issue Type: Improvement
>            Reporter: Matt Benson
>
> as described

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (RAT-8) [PATCH] add JavaCC to GeneratedLicenseNotRequired patterns

Posted by "Robert Burrell Donkin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAT-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Burrell Donkin updated RAT-8:
------------------------------------

        Fix Version/s: 0.6
    Affects Version/s: 0.6

> [PATCH] add JavaCC to GeneratedLicenseNotRequired patterns
> ----------------------------------------------------------
>
>                 Key: RAT-8
>                 URL: https://issues.apache.org/jira/browse/RAT-8
>             Project: RAT
>          Issue Type: Improvement
>    Affects Versions: 0.6
>            Reporter: Matt Benson
>            Assignee: Jochen Wiedmann
>             Fix For: 0.6
>
>
> as described

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.