This is the mail archive of the mauve-patches@sources.redhat.com mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Test for Timer.schedule


Hi,

Attached is a patch that tests if a java.util.Timer can schedule new
tasks if one of the TimerTasks it runs throws an unchecked exception.
Per the spec, calling Timer.schedule is not possible after a task has
thrown such an exception.

Classpath does not currently implement this behavior.

-- 
Casey Marshall || csm@gnu.org

Attachment: taskException.java
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]