Bug 312381

Summary: ambiguity in imported classes
Product: [Retired] 389 Reporter: Rich Megginson <rmeggins>
Component: Directory ConsoleAssignee: Nathan Kinder <nkinder>
Status: CLOSED NEXTRELEASE QA Contact: Chandrasekar Kannan <ckannan>
Severity: low Docs Contact:
Priority: low    
Version: 1.0.4CC: benl, jmccann
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-12-22 18:05:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 434915    
Attachments:
Description Flags
patch none

Description Rich Megginson 2007-09-29 15:04:27 UTC
Bug and patch by mccann

Hi,

I was trying to "ant package" the console stuff from cvs and ran into
some errors using java 1.6.  It seems like using import with a
wildcard in some cases pulls in two classes with the same name.

Here is a patch that replaces some of these problematic wildcards with
explicit imports.  I'm not really a java hacker so I'm not sure this
is the best approach but it seems to make sense to me.

Thanks,
Jon

Comment 1 Rich Megginson 2007-09-29 15:04:27 UTC
Created attachment 211351 [details]
patch