Re: SecurityManager abstract - incorrect?

2000-08-26 Thread Archie Cobbs


Nic Ferrier writes:
> The class java.lang.SecurityManager is declared abstract. In Sun's
> JDK1.2 it is not declared abstract, it is possible to create new
> objects of class SecurityManager (Paperclips has code dependant on
> that).

Fixed now..

> Also:
> 
>Calendar.roll(int field,int amount) 
> 
> and:
> 
> GregorianCalendar.roll(int field,int amount)
> 
> are missing from Kaffe.

Haven't looked at these yet.. patches welcome.

-Archie

___
Archie Cobbs   *   Whistle Communications, Inc.  *   http://www.whistle.com



SecurityManager abstract - incorrect?

2000-08-24 Thread Nic Ferrier


Thanks to Chris St.John (who has been helping me out with
GNU-Paperclips) I have spotted what I think is a Kaffe library error.

The class java.lang.SecurityManager is declared abstract. In Sun's
JDK1.2 it is not declared abstract, it is possible to create new
objects of class SecurityManager (Paperclips has code dependant on
that).

Anyone have any comments?



Also:

   Calendar.roll(int field,int amount) 

and:

GregorianCalendar.roll(int field,int amount)

are missing from Kaffe.

I'll have a crack at adding them myself and send the patch here.


Nic Ferrier