classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] [generics] More generic fixes


From: Andrew John Hughes
Subject: [cp-patches] [generics] More generic fixes
Date: Sun, 16 Oct 2005 18:10:42 +0100
User-agent: Mutt/1.5.9i

I'm committing the attached patch to fix more typing changes due
to the 1.5 language additions.

Changelog:

2005-10-16  Andrew John Hughes  <address@hidden>

        * java/awt/image/BufferedImage.java:
        (getSources()): Genericized.
        * java/awt/image/ImageFilter.java:
        (setProperties(Hashtable<?,?>)): Likewise.
        * java/awt/image/MemoryImageSource.java:
        (MemoryImageSource(int,int,int[],int,int,Hashtable<?,?>)): Likewise.
        * java/awt/image/PixelGrabber.java:
        (setProperties(Hashtable<?,?>)): Likewise.
        * java/awt/image/renderable/RenderableImageOp.java:
        (getSources()): Likewise.
        * java/beans/Beans.java:
        (getInstanceOf(Object,Class<?>)): Likewise.
        (isInstanceOf(Object,Class<?>)): Likewise.
        * java/beans/EventSetDescriptor.java:
        (EventSetDescriptor(Class<?>,String,Class<?>,String)): Likewise.
        (EventSetDescriptor(Class<?>,String,Class<?>,String[],String,String)):
        Likewise.
        (EventSetDescriptor(Class<?>,Method[],Method,Method)): Likewise.
        (EventSetDescriptor(String,Class<?>,MethodDescriptor,Method,Method)):
        Likewise.
        (getListenerType()): Likewise.
        * java/beans/FeatureDescriptor.java:
        (FeatureDescriptor()): Likewise.
        (attributeNames()): Likewise.
        * java/beans/IndexedPropertyDescriptor.java:
        (IndexedPropertyDescriptor(String,Class<?>)): Likewise.
        
(IndexedPropertyDescriptor(String,Class<?>,String,String,String,String)):
        Likewise.
        (getIndexedPropertyType()): Likewise.
        * java/beans/Introspector.java:
        (getBeanInfo(Class<?>)): Likewise.
        (flushFromCaches(Class<?>)): Likewise.
        (getBeanInfo(Class<?>,Class<?>)): Likewise.
        * java/beans/PropertyDescriptor.java:
        (PropertyDescriptor(String,Class<?>)): Likewise.
        (getPropertyType()): Likewise.
        (getPropertyEditorClass()): Likewise.
        (setPropertyEditorClass(Class<?>)): Likewise.
        (checkMethods(Method,Method)): Likewise.
        * java/beans/PropertyEditorManager.java:
        (registerEditor(Class<?>,Class<?>)): Likewise.
        (getEditor(Class<?>)): Likewise.
        * java/io/ObjectInputStream.java:
        (resolveClass(ObjectStreamClass)): Likewise.
        * java/io/ObjectOutputStream.java:
        (annotateClass(Class<?>)): Likewise.
        (annotateProxyClass(Class<?>)): Likewise.
        * java/io/ObjectStreamClass.java:
        (lookup(Class<?>)): Likewise.
        (forClass()): Likewise.
        * java/io/ObjectStreamField.java:
        (ObjectStreamField(String,Class<?>)): Likewise.
        (ObjectStreamField(String,Class<?>,boolean)): Likewise.
        * java/net/NetworkInterface.java:
        (getInetAddresses()): Likewise.
        (getNetworkInterfaces()): Likewise.
        * java/net/URLClassLoader.java:
        (findClass(String)): Likewise.
        (findResources(String)): Likewise.
        * java/net/URLConnection.java:
        (getHeaderFields()): Likewise.
        (getRequestProperties()): Likewise.
        * javax/swing/text/TextAction.java:
        (augmentList(Action[],Action[])): Likewise.
        * javax/swing/text/html/HTML.java:
        (attrMap): Likewise.
        (tagMap): Likewise.
        * javax/swing/text/html/parser/DTD.java:
        (dtdHash): Likewise.
        (elementHash): Likewise.
        (entityHash): Likewise.
        (defineAttributes(String,AttributeList)): Likewise.
        (newElement(String)): Likewise.

-- 
Andrew :-)

Please avoid sending me Microsoft Office (e.g. Word, PowerPoint) attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html

"Value your freedom, or you will lose it, teaches history. 
`Don't bother us with politics' respond those who don't want to learn." 
-- Richard Stallman

Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html
public class gcj extends Freedom implements Java { ... }

Attachment: generic_fixes-03.diff
Description: Text document

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]