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 197718 - simulateDisable incorrectly handles major release version ranges
Summary: simulateDisable incorrectly handles major release version ranges
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL: http://netbeans.org/projects/apisuppo...
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-13 19:16 UTC by Jesse Glick
Modified: 2011-04-14 08:36 UTC (History)
1 user (show)

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 Jesse Glick 2011-04-13 19:16:11 UTC
Allan found a bug in addToDisableList (and addToJaveleonDisableList): Dependency.name != Module.codeName for release version range dependencies. This results in some downstream modules not being correctly marked for reload.
Comment 1 Jesse Glick 2011-04-13 19:21:33 UTC
core-main #1bf2217ce514
Comment 2 Quality Engineering 2011-04-14 08:36:56 UTC
Integrated into 'main-golden', will be available in build *201104140401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/1bf2217ce514
User: Jesse Glick <jglick@netbeans.org>
Log: #197718: simulateDisable incorrectly handles major release version ranges