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 192395 - Inter-module depenencies not recognized by the compiler.
Summary: Inter-module depenencies not recognized by the compiler.
Status: RESOLVED INCOMPLETE
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-24 11:56 UTC by andreff
Modified: 2011-11-16 14:29 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 andreff 2010-11-24 11:56:26 UTC
The problem is that sometimes the NetBeans RCP modules do not compile due to missing classes from dependentl modules. This happens even though the classes are there and correct and the inter-module dependencies are configured. A workaround to fix this is toremove the problematic inter-module dependency and create it again.

Removing a module that depends on other modules from a suite and then adding it again should reproduce the problem. I have seen this behavior since 6.8.


Product Version = NetBeans IDE 6.9.1 (Build 201007282301)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.6.0_20
Runtime = Java HotSpot(TM) Client VM 16.3-b01
Comment 1 Jesse Glick 2010-11-29 17:50:39 UTC
Cannot evaluate without a complete, self-contained, reproducible test case.