Sciweavers

74 search results - page 1 / 15
» Exceptional situations and program reliability
Sort
View
TOPLAS
2008
81views more  TOPLAS 2008»
13 years 4 months ago
Exceptional situations and program reliability
Westley Weimer, George C. Necula
CCS
2009
ACM
13 years 11 months ago
Finding bugs in exceptional situations of JNI programs
Software flaws in native methods may defeat Java’s guarantees of safety and security. One common kind of flaws in native methods results from the discrepancy on how exceptions...
Siliang Li, Gang Tan
SIGSOFT
2008
ACM
14 years 5 months ago
Specification of an exception handling system for a replicated agent environment
Exception handling and replication are two mechanisms that increase software reliability. Exception handling helps programmers control situations in which the normal flow of a pro...
Christophe Dony, Chouki Tibermacine, Christelle Ur...
ESAW
2006
Springer
13 years 8 months ago
A Definition of Exceptions in Agent-Oriented Computing
The research on exception handling in Multi-Agent Systems has produced some advanced models to deal with `exceptional situations'. The expression `agent exception' is how...
Eric Platon, Nicolas Sabouret, Shinichi Honiden
SIGSOFT
2000
ACM
13 years 9 months ago
Designing robust Java programs with exceptions
Exception handling mechanisms are intended to help developers build robust systems. Although an exception handling mechanism provides a basis for structuring source code dealing w...
Martin P. Robillard, Gail C. Murphy