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 209518 - Incorrect file name used in FileSensitiveAction with FileSensitivePerformer
Summary: Incorrect file name used in FileSensitiveAction with FileSensitivePerformer
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 7.2
Hardware: PC All
: P2 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks: 51571
  Show dependency tree
 
Reported: 2012-03-13 14:02 UTC by J Bachorik
Modified: 2012-03-17 10:39 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 J Bachorik 2012-03-13 14:02:03 UTC
When an action is created as a FileSensitiveAction and uses FileSensitivePerformer an incorrect file name is used in the action display name formatting - specifically FileObject.toString() method is used instead of the correct one FileObject.getNameExt().
Comment 1 J Bachorik 2012-03-13 14:06:50 UTC
Fixed in http://hg.netbeans.org/profiler-main/rev/c4c2e8b492b8
Comment 2 Quality Engineering 2012-03-17 10:39:44 UTC
Integrated into 'main-golden', will be available in build *201203170400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c4c2e8b492b8
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #209518: Fixing the filename used in the action name format of a FileSensitiveAction defined by a FileSensitivePerformer