You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by "zoe slattery (JIRA)" <ji...@apache.org> on 2005/11/25 18:39:56 UTC

[jira] Created: (HARMONY-17) Changes to keyword scanner to scan all text files and warn about the existence of zip, tar etc

Changes to keyword scanner to scan all text files and warn about the existence of zip, tar etc
----------------------------------------------------------------------------------------------

         Key: HARMONY-17
         URL: http://issues.apache.org/jira/browse/HARMONY-17
     Project: Harmony
        Type: Bug
  Components: Misc  
    Reporter: zoe slattery
 Assigned to: Geir Magnusson Jr 
    Priority: Minor


The keyword scanning tool searches files which have an extension (specified by the user) of .c, .java etc. The intent was only to scan source code.
This will miss other interesting files like "readme" and "license".

The other thing that the tool will miss is when source code (or anything) exists in a zip or tar file.

The attached patch modifies the scanner to scan all text files under the root directory and to warn the user if it finds zip, tar etc files.
The user provides a list of file types that he'd like to be warned about in KEYWD_CONFIG - so I'll submit a patch to the sample file too



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (HARMONY-17) Changes to keyword scanner to scan all text files and warn about the existence of zip, tar etc

Posted by "zoe slattery (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-17?page=all ]

zoe slattery updated HARMONY-17:
--------------------------------

    Attachment: KW21112005

> Changes to keyword scanner to scan all text files and warn about the existence of zip, tar etc
> ----------------------------------------------------------------------------------------------
>
>          Key: HARMONY-17
>          URL: http://issues.apache.org/jira/browse/HARMONY-17
>      Project: Harmony
>         Type: Bug
>   Components: Misc
>     Reporter: zoe slattery
>     Assignee: Geir Magnusson Jr
>     Priority: Minor
>  Attachments: KW21112005
>
> The keyword scanning tool searches files which have an extension (specified by the user) of .c, .java etc. The intent was only to scan source code.
> This will miss other interesting files like "readme" and "license".
> The other thing that the tool will miss is when source code (or anything) exists in a zip or tar file.
> The attached patch modifies the scanner to scan all text files under the root directory and to warn the user if it finds zip, tar etc files.
> The user provides a list of file types that he'd like to be warned about in KEYWD_CONFIG - so I'll submit a patch to the sample file too

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (HARMONY-17) Changes to keyword scanner to scan all text files and warn about the existence of zip, tar etc

Posted by "Geir Magnusson Jr (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-17?page=all ]
     
Geir Magnusson Jr closed HARMONY-17:
------------------------------------

    Resolution: Fixed

accepted and committed

> Changes to keyword scanner to scan all text files and warn about the existence of zip, tar etc
> ----------------------------------------------------------------------------------------------
>
>          Key: HARMONY-17
>          URL: http://issues.apache.org/jira/browse/HARMONY-17
>      Project: Harmony
>         Type: Bug
>   Components: Misc
>     Reporter: zoe slattery
>     Assignee: Geir Magnusson Jr
>     Priority: Minor
>  Attachments: KW21112005
>
> The keyword scanning tool searches files which have an extension (specified by the user) of .c, .java etc. The intent was only to scan source code.
> This will miss other interesting files like "readme" and "license".
> The other thing that the tool will miss is when source code (or anything) exists in a zip or tar file.
> The attached patch modifies the scanner to scan all text files under the root directory and to warn the user if it finds zip, tar etc files.
> The user provides a list of file types that he'd like to be warned about in KEYWD_CONFIG - so I'll submit a patch to the sample file too

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira