This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 165348

Summary: When Java class has Groovy reference, displayed "cannot find symbol"
Product: groovy Reporter: yukihane <yukihane>
Component: EditorAssignee: Petr Hejl <phejl>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description yukihane 2009-05-17 18:09:58 UTC
I wrote following code on NB67beta. Then, displayed on Task Window "cannot find symbol".
(But build finishes successfully.)

NB65 doesn't display it.


== JavaClass.java ==
class JavaClass {
    GroovyClass groovyClass;  // "cannot find symbol"
}
==

== GroovyClass.groovy ==
class GroovyClass {
}
==
Comment 1 Petr Hejl 2009-05-17 19:24:48 UTC

*** This issue has been marked as a duplicate of 161176 ***