[cp-patches] FYI: javax.swing.filechooser.FileSystemView

2005-10-11 Thread David Gilbert
I committed this patch, there is no need for a new FileSystemView to be created for each call to getFileSystemView(): 2005-10-11 David Gilbert [EMAIL PROTECTED] * javax/swing/filechooser/FileSystemView.java (defaultFileSystemView): new private field,

Re: [cp-patches] FYI: javax.swing.filechooser.FileSystemView

2005-10-11 Thread Michael Koch
On Tue, Oct 11, 2005 at 10:31:22AM +, David Gilbert wrote: I committed this patch, there is no need for a new FileSystemView to be created for each call to getFileSystemView(): 2005-10-11 David Gilbert [EMAIL PROTECTED] * javax/swing/filechooser/FileSystemView.java

Re: [cp-patches] FYI: javax.swing.filechooser.FileSystemView

2005-10-11 Thread David Gilbert
Michael Koch wrote: On Tue, Oct 11, 2005 at 10:31:22AM +, David Gilbert wrote: I committed this patch, there is no need for a new FileSystemView to be created for each call to getFileSystemView(): 2005-10-11 David Gilbert [EMAIL PROTECTED] *

Re: [cp-patches] FYI: javax.swing.filechooser.FileSystemView

2005-10-11 Thread David Gilbert
Robert Schuster wrote: Hi David, yesterday we had a discusssion about stub methods and to-be-continued methods. I think the one you tackled with looks like one. +if (defaultFileSystemView == null) + { +if (File.separator.equals(/)) + defaultFileSystemView = new