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 48828

Summary: Multiselection actions are applied only to 1st selected item
Product: projects Reporter: zikmund <zikmund>
Component: LibrariesAssignee: Tomas Zezula <tzezula>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41535    

Description zikmund 2004-09-10 09:42:02 UTC
Build 200409071800

1) Have a library with several JARs in Library Manager
2) Select some/all JARs (use multiselection) in
Classpath tab
3) Do any action (Remove/Move Up/Move Down)
4) ERROR:
Action is applied only to the first selected item
in the multiselection.

Notice: Same problem will probably be in
Sources/Javadoc tabs.
Comment 1 Tomas Zezula 2004-09-10 13:20:13 UTC
Checking in
j2seplatform/src/org/netbeans/modules/java/j2seplatform/libraries/J2SEVolumeCustomizer.java;
/cvs/java/j2seplatform/src/org/netbeans/modules/java/j2seplatform/libraries/J2SEVolumeCustomizer.java,v
 <--  J2SEVolumeCustomizer.java
new revision: 1.19; previous revision: 1.18
done
Checking in
j2seplatform/src/org/netbeans/modules/java/j2seplatform/libraries/VolumeContentModel.java;
/cvs/java/j2seplatform/src/org/netbeans/modules/java/j2seplatform/libraries/VolumeContentModel.java,v
 <--  VolumeContentModel.java
new revision: 1.6; previous revision: 1.5
done
Processing log script arguments...
More commits to come...
Checking in
j2seplatform/src/org/netbeans/modules/java/j2seplatform/platformdefinition/J2SEPlatformCustomizer.java;
/cvs/java/j2seplatform/src/org/netbeans/modules/java/j2seplatform/platformdefinition/J2SEPlatformCustomizer.java,v
 <--  J2SEPlatformCustomizer.java
new revision: 1.18; previous revision: 1.17
done
Comment 2 zikmund 2004-09-16 15:12:15 UTC
Verified.