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 168151

Summary: IDE marks Groovy classes as unresolved when referenced from Java classes.
Product: groovy Reporter: catfaile <catfaile>
Component: EditorAssignee: Petr Hejl <phejl>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Macintosh   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description catfaile 2009-07-05 21:13:42 UTC
While developing a project with mixed code (Java/Groovy) I find that the IDE flags references to Groovy classes from a Java module as "unresolved" yet the 
classes are there and in fact... the IDE executes the modules just fine. So far it has not prevented development from continuing but is somewhat distracting to 
see "unreal" errors displayed...
Comment 1 Petr Hejl 2009-07-06 18:35:22 UTC

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