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 32420

Summary: Implement handling of offline changes in module layer
Product: platform Reporter: mslama <mslama>
Component: Window SystemAssignee: mslama <mslama>
Status: RESOLVED FIXED    
Severity: blocker CC: pzavadsky
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 32212    

Description mslama 2003-03-27 16:12:14 UTC
Need to handle offline changes when some module is
added/removed to IDE.
Comment 1 mslama 2003-05-06 10:46:09 UTC
Done. Handling of offline module removal is implemented. Files saved
in local folder are removed when their module is removed. Module info
is checked and when given module is not found or is disabled files
stored in local folder are removed. 

Offline module adding does not require any special handling. (Files
simply appear in module folder and are loaded in normal way.)