You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2017/11/12 06:26:15 UTC

[Bug 61749] New: Replace case sensitive comparisons where Microsoft Office behavior is case insensitive

https://bz.apache.org/bugzilla/show_bug.cgi?id=61749

            Bug ID: 61749
           Summary: Replace case sensitive comparisons where Microsoft
                    Office behavior is case insensitive
           Product: POI
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: POI Overall
          Assignee: dev@poi.apache.org
          Reporter: onealj@apache.org
  Target Milestone: ---

Created attachment 35520
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35520&action=edit
case sensitive comparisons that possibly should be case insensitive

POI may be too restrictive with case sensitive string comparisons, such as
sheet names in a workbook. Where the Microsoft Office behavior is case
insensitive, POI should use String#equalsIgnoreCase(String) or
String.toLowerCase(Locale.ROOT)/String.toUpperCase(Locale.ROOT).

I found a few case sensitive comparisons with a few greps.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 61749] Replace case sensitive comparisons where Microsoft Office behavior is case insensitive

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61749

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org