Bug 49506 - Add .csv File Extension in open dialog box from "read from file" functionality of listeners
Summary: Add .csv File Extension in open dialog box from "read from file" functionalit...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: Nightly (Please specify date)
Hardware: PC All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-25 13:46 UTC by Milamber
Modified: 2010-06-25 15:19 UTC (History)
0 users



Attachments
Little patch to add .csv File Extension in open dialog box from "read from file" functionality of listeners (6.05 KB, patch)
2010-06-25 13:48 UTC, Milamber
Details | Diff
screenshot to view the .csv file extension with .jtl extension in dialog box (28.92 KB, image/png)
2010-06-25 13:50 UTC, Milamber
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milamber 2010-06-25 13:46:47 UTC
Add .csv File Extension in open dialog box from "read from file" functionality of listeners
Comment 1 Milamber 2010-06-25 13:48:46 UTC
Created attachment 25644 [details]
Little patch to add .csv File Extension in open dialog box from "read from file" functionality of listeners

Revision 957502 (2010/06/25)
Comment 2 Milamber 2010-06-25 13:50:03 UTC
Created attachment 25645 [details]
screenshot to view the .csv file extension with .jtl extension in dialog box
Comment 3 Sebb 2010-06-25 15:19:07 UTC
Thanks, applied to SVN:


URL: http://svn.apache.org/viewvc?rev=958091&view=rev
Log:
Bug 49506 - Add .csv File Extension in open dialog box from "read from file" functionality of listeners

Modified:
   jakarta/jmeter/trunk/src/core/org/apache/jmeter/gui/util/FilePanel.java
   jakarta/jmeter/trunk/src/core/org/apache/jmeter/visualizers/gui/AbstractVisualizer.java
   jakarta/jmeter/trunk/xdocs/changes.xml


I had to change the patch slightly, because your fix changed the API.
So I added a new ctor to FilePanel to support multiple extensions
Comment 4 The ASF infrastructure team 2022-09-24 20:37:45 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2378