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 - debug-fix target probably doesn't work for >1 file
Summary: debug-fix target probably doesn't work for >1 file
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks: 41537
  Show dependency tree
 
Reported: 2004-08-20 21:37 UTC by Jesse Glick
Modified: 2004-08-23 13:21 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 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.