Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stellation-res] checkin workspace changes

On Thu, Sep 05, 2002 at 04:52:59PM -0400, Dave Shields wrote:
> I just checked in latest workspace changes:
> GetProperty.java and SetProperty.java now Get.java and Set.java respectively.
> Changed merge test test6 to use get and set.
> Create.java and Fork.java gone, Project now has methods create() and fork().
> All references to text 'normalization' and associated methods removed.
> Implemented several of Jonathan Gossages suggested changes.
> Much more javadoc; there now should be at least a tag for almost all parameters,
> return values and exceptions thrown. Feel free to send me e-mail or file Bugzilla
> re further javadoc suggestions (I see no need to clutter up this list with that).
> 
> Other miscellaneous changes, mostly of a cleanup sort, and some fixes for save/restore.

The checked in code passes the checked in unittests with MAX_AGE = 7.
The tests fail with 
[junit] Exception in thread "main" java.lang.OutOfMemoryError: unable to
create new native thread
    [junit]     at java.lang.Thread.start(Native Method)
    [junit]     at java.lang.Shutdown.runHooks(Shutdown.java:126)
    [junit]     at java.lang.Shutdown.sequence(Shutdown.java:165)
    [junit]     at java.lang.Shutdown.exit(Shutdown.java:210)
    [junit]     at java.lang.Runtime.exit(Runtime.java:90)
    [junit]     at java.lang.System.exit(System.java:713)
    [junit]     at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:525)

But this is covered by bug # 23217.

florin

-- 

"If it's not broken, let's fix it till it is."

41A9 2BDE 8E11 F1C5 87A6  03EE 34B3 E075 3B90 DFE4

Attachment: pgpMMIM9_WOzy.pgp
Description: PGP signature


Back to the top