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 2020/08/27 07:09:31 UTC

[Bug 64691] New: A private field name suggestion (org.apache.poi.xssf.usermodel.XSSFDataValidation.ctDdataValidation->org.apache.poi.xssf.usermodel.XSSFDataValidation.ctDataValidation)

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

            Bug ID: 64691
           Summary: A private field name suggestion
                    (org.apache.poi.xssf.usermodel.XSSFDataValidation.ctDd
                    ataValidation->org.apache.poi.xssf.usermodel.XSSFDataV
                    alidation.ctDataValidation)
           Product: POI
           Version: unspecified
          Hardware: PC
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: SS Common
          Assignee: dev@poi.apache.org
          Reporter: asdf913@gmail.com
  Target Milestone: ---

It is suggested that the field "ctDdataValidation" could be renamed as
"ctDataValidation"

https://github.com/apache/poi/blob/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFDataValidation.java#L41

public class XSSFDataValidation implements DataValidation {
    private CTDataValidation ctDdataValidation;
}

-- 
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 64691] A private field name suggestion (org.apache.poi.xssf.usermodel.XSSFDataValidation.ctDdataValidation->org.apache.poi.xssf.usermodel.XSSFDataValidation.ctDataValidation)

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|REOPENED                    |RESOLVED

--- Comment #2 from Dominik Stadler <do...@gmx.at> ---
Why REOPEN? Seems to be resolved, if not then please describe why.

-- 
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 64691] A private field name suggestion (org.apache.poi.xssf.usermodel.XSSFDataValidation.ctDdataValidation->org.apache.poi.xssf.usermodel.XSSFDataValidation.ctDataValidation)

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

Lee <li...@huawei.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED

-- 
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 64691] A private field name suggestion (org.apache.poi.xssf.usermodel.XSSFDataValidation.ctDdataValidation->org.apache.poi.xssf.usermodel.XSSFDataValidation.ctDataValidation)

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

PJ Fanning <fa...@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from PJ Fanning <fa...@yahoo.com> ---
Thanks for pointing this out. I used
https://github.com/apache/poi/commit/f89528addc51729a438eb5732129b87c2d87b4b9
to tidy this up.

-- 
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