You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Dilpreet Singh (JIRA)" <ji...@apache.org> on 2018/05/06 07:41:00 UTC

[jira] [Created] (FINCN-32) Remove redundant type casting from the project

Dilpreet Singh created FINCN-32:
-----------------------------------

             Summary: Remove redundant type casting from the project
                 Key: FINCN-32
                 URL: https://issues.apache.org/jira/browse/FINCN-32
             Project: Fineract Cloud Native
          Issue Type: Task
          Components: fineract-cn-mobile
            Reporter: Dilpreet Singh


Remove redundant type cast from the project.In the project at many places we are using redundant type cast e.g : TextView tv = (TextView)findViewById(R.id.xxxx)
I think will be good for code clean up plus we are using butterknife so it will be better to use that.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)