[ 
https://issues.apache.org/jira/browse/NETBEANS-6218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Petr Pisl updated NETBEANS-6218:
--------------------------------
    Description: Groovy editor uses for parsing the Groovy parser from runtime 
and use compilation units from Groovy API to compile the sources to obtain the 
result AST. There can be reference loop beetween sources and such case creates 
endless loop of parsing due a bug in the CompilationUnit implamentation in 
Groovy NetBeans editor. This means that background scanning of such source root 
never ends.   (was: Groovy editor uses for parsing the Groovy parser from 
runtime and use compilation units from Groovy API to compile the sources to 
obtain the result AST. There can be reference loop beetween sources and such 
case this create endless loop of parsing due the bug in the CompilationUnit 
implamentation in Groovy NetBeans editor. )

> There is endles loop of parsing in groovy sources
> -------------------------------------------------
>
>                 Key: NETBEANS-6218
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-6218
>             Project: NetBeans
>          Issue Type: Bug
>          Components: groovy - Editor
>    Affects Versions: 12.5
>            Reporter: Petr Pisl
>            Assignee: Petr Pisl
>            Priority: Major
>
> Groovy editor uses for parsing the Groovy parser from runtime and use 
> compilation units from Groovy API to compile the sources to obtain the result 
> AST. There can be reference loop beetween sources and such case creates 
> endless loop of parsing due a bug in the CompilationUnit implamentation in 
> Groovy NetBeans editor. This means that background scanning of such source 
> root never ends. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to