[ 
https://issues.apache.org/jira/browse/TIKA-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534489
 ] 

Jukka Zitting commented on TIKA-60:
-----------------------------------

How about just dropping the MS prefix at least from the parser classes? Excel, 
PowerPoint, and Word are quite descriptive even without the MS prefix.

Also, about the package naming, IMHO we should spell out the ms package as 
microsoft and place all the related parser classes in that package to reduce 
the number of small packages we currently have.

Something like:

    org/apache/tika/parser/microsoft/OfficeParser.java (the base class)
    org/apache/tika/parser/microsoft/ExcelParser.java
    org/apache/tika/parser/microsoft/PowerPointParser.java
    org/apache/tika/parser/microsoft/WordParser.java


> Use consistent capitalization for Microsoft abbreviation in class names.
> ------------------------------------------------------------------------
>
>                 Key: TIKA-60
>                 URL: https://issues.apache.org/jira/browse/TIKA-60
>             Project: Tika
>          Issue Type: Improvement
>          Components: general
>    Affects Versions: 0.1-incubator
>            Reporter: Keith R. Bennett
>            Priority: Minor
>             Fix For: 0.1-incubator
>
>
> We have several classes whose names contain "Ms" or "MS" as abbreviations for 
> Microsoft.  We should be consistent about which one we use.  (My personal 
> preference is "MS".)  Here is a list of the classes:
> org/apache/tika/metadata/MSOffice.java
> org/apache/tika/parser/ms/MSParser.java
> org/apache/tika/parser/msexcel/MsExcelParser.java
> org/apache/tika/parser/mspowerpoint/MsPowerPointParser.java
> org/apache/tika/parser/msword/MsWordParser.java

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

Reply via email to