[jira] [Updated] (NETBEANS-6218) An infinite loop may occur when parsing Groovy sources

2021-11-18 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated NETBEANS-6218:
-
Labels: pull-request-available  (was: )

> An infinite loop may occur when parsing 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
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Updated] (NETBEANS-6218) An infinite loop may occur when parsing Groovy sources

2021-11-18 Thread Petr Pisl (Jira)


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

Petr Pisl updated NETBEANS-6218:

Summary: An infinite loop may occur when parsing Groovy sources  (was: 
There is endless loop in parsing groovy sources)

> An infinite loop may occur when parsing 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: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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