Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 211351 Details for
Bug 312381
ambiguity in imported classes
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch
console-ambiguous.diff (text/plain), 6.38 KB, created by
Rich Megginson
on 2007-09-29 15:04:27 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Rich Megginson
Created:
2007-09-29 15:04:27 UTC
Size:
6.38 KB
patch
obsolete
>? src/com/netscape/management/client/console/versioninfo.properties >Index: src/com/netscape/management/client/preferences/FilePreferenceManager.java >=================================================================== >RCS file: /cvs/dirsec/console/src/com/netscape/management/client/preferences/FilePreferenceManager.java,v >retrieving revision 1.2 >diff -p -u -9 -r1.2 FilePreferenceManager.java >--- src/com/netscape/management/client/preferences/FilePreferenceManager.java 29 Nov 2005 18:37:01 -0000 1.2 >+++ src/com/netscape/management/client/preferences/FilePreferenceManager.java 28 Sep 2007 23:23:28 -0000 >@@ -14,19 +14,20 @@ > * Lesser General Public License for more details. > * > * You should have received a copy of the GNU Lesser General Public > * License along with this library; if not, write to the Free Software > * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA > * END COPYRIGHT BLOCK **/ > package com.netscape.management.client.preferences; > > import java.util.*; >-import java.io.*; >+import java.io.File; >+import java.io.FilenameFilter; > import netscape.ldap.*; > import com.netscape.management.client.console.*; > import com.netscape.management.client.util.*; > > /** > * A PreferenceManager that reads and stores preference > * data from the file system (disk). > * > * @author ahakim@netscape.com >Index: src/com/netscape/management/client/security/CertRequestWizard.java >=================================================================== >RCS file: /cvs/dirsec/console/src/com/netscape/management/client/security/CertRequestWizard.java,v >retrieving revision 1.3 >diff -p -u -9 -r1.3 CertRequestWizard.java >--- src/com/netscape/management/client/security/CertRequestWizard.java 8 Feb 2006 22:13:18 -0000 1.3 >+++ src/com/netscape/management/client/security/CertRequestWizard.java 28 Sep 2007 23:23:28 -0000 >@@ -19,19 +19,21 @@ > * END COPYRIGHT BLOCK **/ > package com.netscape.management.client.security; > > import java.awt.*; > import java.awt.event.*; > import java.util.*; > import java.util.zip.*; > import java.util.jar.*; > import java.net.*; >-import java.io.*; >+import java.io.File; >+import java.io.FilenameFilter; >+import java.io.InputStream; > import javax.swing.*; > import javax.swing.event.*; > import com.netscape.management.client.console.*; > import com.netscape.management.client.components.*; > import com.netscape.management.client.util.ModalDialogUtil; > import com.netscape.management.client.util.ResourceSet; > import com.netscape.management.client.util.MultilineLabel; > import com.netscape.management.client.util.GridBagUtil; > import com.netscape.management.client.util.LocalJarClassLoader; >Index: src/com/netscape/management/client/topology/DomainNode.java >=================================================================== >RCS file: /cvs/dirsec/console/src/com/netscape/management/client/topology/DomainNode.java,v >retrieving revision 1.1.1.1 >diff -p -u -9 -r1.1.1.1 DomainNode.java >--- src/com/netscape/management/client/topology/DomainNode.java 18 Jul 2005 00:34:18 -0000 1.1.1.1 >+++ src/com/netscape/management/client/topology/DomainNode.java 28 Sep 2007 23:23:28 -0000 >@@ -15,20 +15,19 @@ > * > * You should have received a copy of the GNU Lesser General Public > * License along with this library; if not, write to the Free Software > * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA > * END COPYRIGHT BLOCK **/ > package com.netscape.management.client.topology; > > import java.util.*; > import java.net.*; >-import java.io.*; >-import java.awt.*; >+import java.awt.Component; > import java.awt.event.*; > import javax.swing.*; > import javax.swing.event.*; > import javax.swing.tree.*; > import java.text.MessageFormat; > import com.netscape.management.client.*; > import com.netscape.management.client.util.*; > import com.netscape.management.client.console.*; > import com.netscape.management.nmclf.*; >Index: src/com/netscape/management/client/topology/TopTopologyNode.java >=================================================================== >RCS file: /cvs/dirsec/console/src/com/netscape/management/client/topology/TopTopologyNode.java,v >retrieving revision 1.1.1.1 >diff -p -u -9 -r1.1.1.1 TopTopologyNode.java >--- src/com/netscape/management/client/topology/TopTopologyNode.java 18 Jul 2005 00:34:19 -0000 1.1.1.1 >+++ src/com/netscape/management/client/topology/TopTopologyNode.java 28 Sep 2007 23:23:28 -0000 >@@ -14,21 +14,18 @@ > * Lesser General Public License for more details. > * > * You should have received a copy of the GNU Lesser General Public > * License along with this library; if not, write to the Free Software > * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA > * END COPYRIGHT BLOCK **/ > package com.netscape.management.client.topology; > > import java.util.*; >-import java.awt.*; >-import java.awt.event.*; >-import javax.swing.*; > import javax.swing.tree.*; > import com.netscape.management.client.*; > import com.netscape.management.client.console.*; > import com.netscape.management.client.util.*; > import netscape.ldap.*; > > > /** > * Top Topology Node class >Index: src/com/netscape/management/client/util/IndexDialog.java >=================================================================== >RCS file: /cvs/dirsec/console/src/com/netscape/management/client/util/IndexDialog.java,v >retrieving revision 1.1.1.1 >diff -p -u -9 -r1.1.1.1 IndexDialog.java >--- src/com/netscape/management/client/util/IndexDialog.java 18 Jul 2005 00:34:26 -0000 1.1.1.1 >+++ src/com/netscape/management/client/util/IndexDialog.java 28 Sep 2007 23:23:29 -0000 >@@ -16,19 +16,22 @@ > * You should have received a copy of the GNU Lesser General Public > * License along with this library; if not, write to the Free Software > * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA > * END COPYRIGHT BLOCK **/ > > package com.netscape.management.client.util; > > import java.awt.*; > import java.awt.event.*; >-import java.io.*; >+import java.io.BufferedReader; >+import java.io.FileReader; >+import java.io.StringReader; >+import java.io.IOException; > import java.util.*; > import java.net.*; > import java.text.*; > import java.beans.*; > import javax.swing.*; > import javax.swing.event.*; > import javax.swing.border.*; > import javax.swing.text.*; > import javax.swing.text.html.*;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 312381
: 211351