You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by "Michael Beckerle (JIRA)" <ji...@apache.org> on 2019/01/14 22:06:00 UTC

[jira] [Created] (DAFFODIL-2052) code quality: very poor identifiers - private def localElementPropertyReferencedElements(f: F)

Michael Beckerle created DAFFODIL-2052:
------------------------------------------

             Summary: code quality: very poor identifiers - private def localElementPropertyReferencedElements(f: F)
                 Key: DAFFODIL-2052
                 URL: https://issues.apache.org/jira/browse/DAFFODIL-2052
             Project: Daffodil
          Issue Type: Improvement
          Components: Clean Ups
    Affects Versions: 2.2.0
            Reporter: Michael Beckerle
             Fix For: 2.3.0



This method is using a type parameter.

The name is "F". 

This is ineffective at explaining what this is for. Choose better name, and enhance this code and surrounding class/trait with scaladoc of this type parameter so that we can understand what it does. 

private def localElementPropertyReferencedElements(f: F)



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