[
https://issues.apache.org/jira/browse/DIRKRB-367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jiajia Li updated DIRKRB-367:
-----------------------------
Fix Version/s: 1.0.0-RC2
> Fix ME_ENUM_FIELD_SETTER Problems in kerby-tool module
> -------------------------------------------------------
>
> Key: DIRKRB-367
> URL: https://issues.apache.org/jira/browse/DIRKRB-367
> Project: Directory Kerberos
> Issue Type: Bug
> Affects Versions: 1.0.0-RC2
> Reporter: Xu Yaning
> Fix For: 1.0.0-RC2
>
>
> Findbugs maven plugin reports some ME_ENUM_FIELD_SETTER problems in
> kerby-tool module:
> # *org.apache.kerby.kerberos.tool.kinit.KinitOption.setDescription(String)*
> unconditionally sets the field description;
> # *org.apache.kerby.kerberos.tool.kinit.KinitOption.setName(String)*
> unconditionally sets the field name;
> # *org.apache.kerby.kerberos.tool.kinit.KinitOption.setType(KOptionType)*
> unconditionally sets the field type;
> # *org.apache.kerby.kerberos.tool.kinit.KinitOption.setValue(Object)*
> unconditionally sets the field value;
> # *org.apache.kerby.kerberos.tool.klist.KlistOption.setDescription(String)*
> unconditionally sets the field description;
> # *org.apache.kerby.kerberos.tool.klist.KlistOption.setName(String)*
> unconditionally sets the field name;
> # *org.apache.kerby.kerberos.tool.klist.KlistOption.setType(KOptionType)*
> unconditionally sets the field type;
> # *org.apache.kerby.kerberos.tool.klist.KlistOption.setValue(Object)*
> unconditionally sets the field value.
> As the modification may involve lots of codes. So we wish this to be fixed
> separately.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)