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

Summary: Incorrect file name used in FileSensitiveAction with FileSensitivePerformer
Product: projects Reporter: J Bachorik <yardus>
Component: Generic InfrastructureAssignee: J Bachorik <yardus>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 7.2   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 51571    

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