paolo di tommaso created GROOVY-8346:
----------------------------------------

             Summary:  The variable [XXX] may be uninitialized
                 Key: GROOVY-8346
                 URL: https://issues.apache.org/jira/browse/GROOVY-8346
             Project: Groovy
          Issue Type: Bug
    Affects Versions: 2.5.0-beta-2, 2.5.0-beta-1
            Reporter: paolo di tommaso


I'm getting several errors when compiling Groovy 2.5.0-beta-2 (and beta-1) 
related to final variable initialisations. 

For example: 

{code}
[:compileTestGroovy] WorkflowMetadataTest.groovy: 43: The variable [begin] may 
be uninitialized
[:compileTestGroovy] . At [43:15]  @ line 43, column 15.
[:compileTestGroovy]            final begin = new Date()
[:compileTestGroovy]                  ^
{code}

Related to the following line 
{code}
      final begin = new Date()
{code}

See also 
[here|https://github.com/nextflow-io/nextflow/blob/master/src/test/groovy/nextflow/script/WorkflowMetadataTest.groovy#L43-43],
 
[here|https://github.com/nextflow-io/nextflow/blob/master/src/test/groovy/nextflow/file/SequentialFileStoreTest.groovy#L40-40]
 
[here|https://github.com/nextflow-io/nextflow/blob/master/src/test/groovy/nextflow/cloud/CloudConfigTest.groovy#L299-299]
 and 
[here|https://github.com/nextflow-io/nextflow/blob/master/src/test/groovy/nextflow/processor/PublishDirTest.groovy#L96-96]
  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to