You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Oleg Khaschansky <ol...@gmail.com> on 2006/09/14 12:57:20 UTC

[classlib][awt]

Hi all,

JAPI tool shows a number of inconsistencies in the java.awt and
java.awt.* packages [1]. I am going to provide a patch(es) for this
packages except java.awt.print if noone objects. This will include
implementing of unimplemented methods, generification and marking some
fields/methods as deprecated.

[1] http://www.kaffe.org/~stuart/japi/htmlout/h-jdk15-harmony.html#err_minor_java_awt

Regards,
--
  Oleg

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [classlib][awt]

Posted by "Geir Magnusson Jr." <ge...@pobox.com>.
Go! :)

geir


Oleg Khaschansky wrote:
> Created a patch for the generification. [1]
> 
> Mark, BTW, while looking into JAPI results I saw a couple of messages
> about deprecation:
> 
> method 
> java.awt.image.renderable.RenderContext.concetenateTransform(java.awt.geom.AffineTransform): 
> 
> deprecated in 1.5, but not deprecated in Harmony
> method 
> java.awt.image.renderable.RenderContext.preConcetenateTransform(java.awt.geom.AffineTransform): 
> 
> deprecated in 1.5, but not deprecated in Harmony
> 
> I am going to make another patch for all missing fields and can add
> fix for this issue with deprecation into it also.
> 
> [1] http://issues.apache.org/jira/browse/HARMONY-1463
> 
> On 9/14/06, Oleg Khaschansky <ol...@gmail.com> wrote:
>> Mark, thank you for the good news! I'll do the generification and
>> missing stuff then. I plan to make one patch for all the
>> generification and, probably, several other patches for the missing
>> methods/fields.
>>
>> On 9/14/06, Mark Hindess <ma...@googlemail.com> wrote:
>> >
>> > Oleg,
>> >
>> > I've checked in the changes I had outstanding as r443340.  Patches for
>> > the other issues would be very welcome.
>> >
>> > Regards,
>> > -Mark.
>> >
>> > On 14 September 2006 at 13:37, Mark Hindess 
>> <ma...@googlemail.com> wrote:
>> > >
>> > > On 14 September 2006 at 14:57, "Oleg Khaschansky" 
>> <oleg.v.khaschansky@gmail.c
>> > > om> wrote:
>> > > > Hi all,
>> > > >
>> > > > JAPI tool shows a number of inconsistencies in the java.awt and
>> > > > java.awt.* packages [1]. I am going to provide a patch(es) for this
>> > > > packages except java.awt.print if noone objects. This will include
>> > > > implementing of unimplemented methods, generification and 
>> marking some
>> > > > fields/methods as deprecated.
>> > >
>> > > Don't worry about the deprecated methods and fields.  I have a
>> > > workspace with these fixed ready to checkin.  I will check it in
>> > > shortly so you can assume that they will be done.
>> > >
>> > > -Mark.
>> > >
>> > > > [1] 
>> http://www.kaffe.org/~stuart/japi/htmlout/h-jdk15-harmony.html#err_mino
>> > > r_
>> > > > java_awt
>> > > >
>> > > > Regards,
>> > > > --
>> > > >   Oleg
>> > > >
>> > > > 
>> ---------------------------------------------------------------------
>> > > > Terms of use : http://incubator.apache.org/harmony/mailing.html
>> > > > To unsubscribe, e-mail: 
>> harmony-dev-unsubscribe@incubator.apache.org
>> > > > For additional commands, e-mail: 
>> harmony-dev-help@incubator.apache.org
>> > >
>> > >
>> > >
>> > > ---------------------------------------------------------------------
>> > > Terms of use : http://incubator.apache.org/harmony/mailing.html
>> > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
>> > > For additional commands, e-mail: 
>> harmony-dev-help@incubator.apache.org
>> >
>> >
>> >
>> > ---------------------------------------------------------------------
>> > Terms of use : http://incubator.apache.org/harmony/mailing.html
>> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
>> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>> >
>> >
>>
> 
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> 

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [classlib][awt]

Posted by Oleg Khaschansky <ol...@gmail.com>.
Created a patch for the generification. [1]

Mark, BTW, while looking into JAPI results I saw a couple of messages
about deprecation:

method java.awt.image.renderable.RenderContext.concetenateTransform(java.awt.geom.AffineTransform):
deprecated in 1.5, but not deprecated in Harmony
method java.awt.image.renderable.RenderContext.preConcetenateTransform(java.awt.geom.AffineTransform):
deprecated in 1.5, but not deprecated in Harmony

I am going to make another patch for all missing fields and can add
fix for this issue with deprecation into it also.

[1] http://issues.apache.org/jira/browse/HARMONY-1463

On 9/14/06, Oleg Khaschansky <ol...@gmail.com> wrote:
> Mark, thank you for the good news! I'll do the generification and
> missing stuff then. I plan to make one patch for all the
> generification and, probably, several other patches for the missing
> methods/fields.
>
> On 9/14/06, Mark Hindess <ma...@googlemail.com> wrote:
> >
> > Oleg,
> >
> > I've checked in the changes I had outstanding as r443340.  Patches for
> > the other issues would be very welcome.
> >
> > Regards,
> > -Mark.
> >
> > On 14 September 2006 at 13:37, Mark Hindess <ma...@googlemail.com> wrote:
> > >
> > > On 14 September 2006 at 14:57, "Oleg Khaschansky" <oleg.v.khaschansky@gmail.c
> > > om> wrote:
> > > > Hi all,
> > > >
> > > > JAPI tool shows a number of inconsistencies in the java.awt and
> > > > java.awt.* packages [1]. I am going to provide a patch(es) for this
> > > > packages except java.awt.print if noone objects. This will include
> > > > implementing of unimplemented methods, generification and marking some
> > > > fields/methods as deprecated.
> > >
> > > Don't worry about the deprecated methods and fields.  I have a
> > > workspace with these fixed ready to checkin.  I will check it in
> > > shortly so you can assume that they will be done.
> > >
> > > -Mark.
> > >
> > > > [1] http://www.kaffe.org/~stuart/japi/htmlout/h-jdk15-harmony.html#err_mino
> > > r_
> > > > java_awt
> > > >
> > > > Regards,
> > > > --
> > > >   Oleg
> > > >
> > > > ---------------------------------------------------------------------
> > > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
> >
> >
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
> >
>

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [classlib][awt]

Posted by Oleg Khaschansky <ol...@gmail.com>.
Mark, thank you for the good news! I'll do the generification and
missing stuff then. I plan to make one patch for all the
generification and, probably, several other patches for the missing
methods/fields.

On 9/14/06, Mark Hindess <ma...@googlemail.com> wrote:
>
> Oleg,
>
> I've checked in the changes I had outstanding as r443340.  Patches for
> the other issues would be very welcome.
>
> Regards,
> -Mark.
>
> On 14 September 2006 at 13:37, Mark Hindess <ma...@googlemail.com> wrote:
> >
> > On 14 September 2006 at 14:57, "Oleg Khaschansky" <oleg.v.khaschansky@gmail.c
> > om> wrote:
> > > Hi all,
> > >
> > > JAPI tool shows a number of inconsistencies in the java.awt and
> > > java.awt.* packages [1]. I am going to provide a patch(es) for this
> > > packages except java.awt.print if noone objects. This will include
> > > implementing of unimplemented methods, generification and marking some
> > > fields/methods as deprecated.
> >
> > Don't worry about the deprecated methods and fields.  I have a
> > workspace with these fixed ready to checkin.  I will check it in
> > shortly so you can assume that they will be done.
> >
> > -Mark.
> >
> > > [1] http://www.kaffe.org/~stuart/japi/htmlout/h-jdk15-harmony.html#err_mino
> > r_
> > > java_awt
> > >
> > > Regards,
> > > --
> > >   Oleg
> > >
> > > ---------------------------------------------------------------------
> > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
> >
> >
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [classlib][awt]

Posted by Mark Hindess <ma...@googlemail.com>.
Oleg,

I've checked in the changes I had outstanding as r443340.  Patches for
the other issues would be very welcome.

Regards,
-Mark.

On 14 September 2006 at 13:37, Mark Hindess <ma...@googlemail.com> wrote:
> 
> On 14 September 2006 at 14:57, "Oleg Khaschansky" <oleg.v.khaschansky@gmail.c
> om> wrote:
> > Hi all,
> > 
> > JAPI tool shows a number of inconsistencies in the java.awt and
> > java.awt.* packages [1]. I am going to provide a patch(es) for this
> > packages except java.awt.print if noone objects. This will include
> > implementing of unimplemented methods, generification and marking some
> > fields/methods as deprecated.
> 
> Don't worry about the deprecated methods and fields.  I have a 
> workspace with these fixed ready to checkin.  I will check it in
> shortly so you can assume that they will be done.
> 
> -Mark.
> 
> > [1] http://www.kaffe.org/~stuart/japi/htmlout/h-jdk15-harmony.html#err_mino
> r_
> > java_awt
> > 
> > Regards,
> > --
> >   Oleg
> > 
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> 
> 
> 
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [classlib][awt]

Posted by Mark Hindess <ma...@googlemail.com>.
On 14 September 2006 at 14:57, "Oleg Khaschansky" <ol...@gmail.com> wrote:
> Hi all,
> 
> JAPI tool shows a number of inconsistencies in the java.awt and
> java.awt.* packages [1]. I am going to provide a patch(es) for this
> packages except java.awt.print if noone objects. This will include
> implementing of unimplemented methods, generification and marking some
> fields/methods as deprecated.

Don't worry about the deprecated methods and fields.  I have a 
workspace with these fixed ready to checkin.  I will check it in
shortly so you can assume that they will be done.

-Mark.

> [1] http://www.kaffe.org/~stuart/japi/htmlout/h-jdk15-harmony.html#err_minor_
> java_awt
> 
> Regards,
> --
>   Oleg
> 
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org