Community
Participate
Working Groups
Build Identifier: Open Heap Dump allows a selection filter on various dump types and "All Know Formats". Some dumps from eg IBM z/OS systems do not conform to any naming pattern so they can not be displayed in the open dialog unless the user renames the dump file to something like .dmp. I would like to ad an "All Files" filter to the drop down list to act as a *.* search so users can locate and open such files. Reproducible: Always Steps to Reproduce: Use open heap dump as described.
Created attachment 191381 [details] Patch to add wild card filter
The File > Open File... menu does allow a dump to be open with any extension.
(In reply to comment #2) > The File > Open File... menu does allow a dump to be open with any extension. The MAT perspective does not add the Open File menu item so installing into an eclipse ide or other RCP that does not provide the Open File menu item you can only use open heap dump. Also Open File will attempt to open the z/OS dump in a text editor which is doomed to failure. We need a way to say "Open this file. It IS a dump"
Using File > Open File gives Error Mon Mar 21 10:10:12 GMT 2011 The file 'P8BUILD.JVM.TDUMP.P8BUILDF.D091127.T103846' could not be opened.See log for details. Error Mon Mar 21 10:10:12 GMT 2011 No editor found to edit the file resource. The patch allows the dump to be opened. For the record, please could you confirm for the patch: 1.that you wrote 100% of the code 2.that you are authorized to contribute it 3.that is is submitted under the EPL. This is needed so we can use the patch.
I confirm that 1.I wrote 100% of the code 2.I am authorized to contribute it 3.that is is submitted under the EPL.
On Windows XP it is possible to open any file by typing it into the dialog box, and Windows then provides a list of files starting with what has been typed. This is not very convenient if you do not know the name of the file. This request seems useful, and easier than guessing the start of the file name, so I'll apply the patch.
The patch has now been applied.