Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 56838 invoked from network); 11 Jan 2008 11:47:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jan 2008 11:47:57 -0000 Received: (qmail 87646 invoked by uid 500); 11 Jan 2008 11:47:47 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 87625 invoked by uid 500); 11 Jan 2008 11:47:47 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 87613 invoked by uid 99); 11 Jan 2008 11:47:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 03:47:47 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 11:47:42 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 333D871423E for ; Fri, 11 Jan 2008 03:47:34 -0800 (PST) Message-ID: <8326544.1200052054206.JavaMail.jira@brutus> Date: Fri, 11 Jan 2008 03:47:34 -0800 (PST) From: "Tim Ellison (JIRA)" To: commits@harmony.apache.org Subject: [jira] Assigned: (HARMONY-4933) [classlib][swing] javac fails to compile javax\swing\text\html\StyleSheet.java and org\apache\harmony\awt\gl\font\FontManager.java In-Reply-To: <17075669.1192171490562.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-4933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Ellison reassigned HARMONY-4933: ------------------------------------ Assignee: Tim Ellison > [classlib][swing] javac fails to compile javax\swing\text\html\StyleSheet.java and org\apache\harmony\awt\gl\font\FontManager.java > ---------------------------------------------------------------------------------------------------------------------------------- > > Key: HARMONY-4933 > URL: https://issues.apache.org/jira/browse/HARMONY-4933 > Project: Harmony > Issue Type: Bug > Components: Classlib > Reporter: Alexey Varlamov > Assignee: Tim Ellison > Priority: Minor > > To reproduce: > working_classlib>ant -Dbuild.module=swing -Dhy.javac.compiler=modern rebuild-java > ... > [hy.javac] C:\apache-dev\Harmony\trunk\working_classlib\modules\awt\src\main\ja > va\common\org\apache\harmony\awt\gl\font\FontManager.java:841: inconvertible types > [hy.javac] found : java.lang.ref.Reference > [hy.javac] required: org.apache.harmony.awt.gl.font.FontManager.HashMapReference > [hy.javac] while ((r = (HashMapReference)queue.poll()) != null) { > [hy.javac] ^ > [hy.javac] C:\apache-dev\Harmony\trunk\working_classlib\modules\swing\src\main\ > java\common\javax\swing\text\html\StyleSheet.java:820: reference to removeAttrib > utes is ambiguous, both method removeAttributes(javax.swing.text.AttributeSet,ja > va.util.Enumeration) in javax.swing.text.StyleContext and method removeAttrib > utes(javax.swing.text.AttributeSet,javax.swing.text.html.StyleSheet.NameConverte > rEnumeration) in javax.swing.text.html.StyleSheet match > [hy.javac] return removeAttributes(old, new NameConverterEnumeration(old, rem)); > [hy.javac] ^ > [hy.javac] C:\apache-dev\Harmony\trunk\working_classlib\modules\swing\src\main\ > java\common\javax\swing\text\html\StyleSheet.java:825: reference to removeAttrib > utes is ambiguous, both method removeAttributes(javax.swing.text.AttributeSet,ja > va.util.Enumeration) in javax.swing.text.StyleContext and method removeAttrib > utes(javax.swing.text.AttributeSet,javax.swing.text.html.StyleSheet.NameConverte > rEnumeration) in javax.swing.text.html.StyleSheet match > [hy.javac] return removeAttributes(old, new NameConverterEnumeration(names)); > [hy.javac] ^ > [hy.javac] 3 errors -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.