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 269539 - False "class not found" alarm for classes within the same package but different maven module
Summary: False "class not found" alarm for classes within the same package but differe...
Status: REOPENED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.2
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-12 15:27 UTC by pekarna
Modified: 2017-05-04 08:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pekarna 2017-01-12 15:27:06 UTC
I have 2 classes, in different Maven modules (API and Impl).

org.jboss.windup.graph.GraphTypeManager in API
org.jboss.windup.graph.GraphContextImpl in Impl

GraphContextImpl uses GraphTypeManager.
API is a dependency of Impl so it should see it fine.
It compiles fine.

However, NetBeans underlines GraphTypeManager and complains "can not find symbol".
Comment 1 pekarna 2017-01-12 16:03:03 UTC
After complete rebuild of the project, I can't reproduce anymore, so closing...
Comment 2 pekarna 2017-01-12 18:36:40 UTC
Happens again, without changing the structure of the project. So it's really a bug.