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 47602

Summary: debug-fix target probably doesn't work for >1 file
Product: java Reporter: Jesse Glick <jglick>
Component: ProjectAssignee: David Konecny <dkonecny>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41537    

Description Jesse Glick 2004-08-20 21:37:56 UTC
It is enabled for >= 1 file, but when run just
ignores all but the first file (which it has to,
in the current script impl, since the targets
append file extensions to the provided property
name). Should fix to either properly support > 1
file, or to be disabled in case there is a
multiselection.
Comment 1 David Konecny 2004-08-23 13:20:14 UTC
Fixed in:
src/org/netbeans/modules/java/j2seproject/J2SEActionProvider.java
new revision: 1.19; previous revision: 1.18
Comment 2 David Konecny 2004-08-23 13:21:22 UTC
Yes, you are right, action must be disabled for >1 file selected.