Sciweavers

75 search results - page 1 / 15
» Improving Program Correctness with Atomic Exception Handling
Sort
View
JUCS
2007
89views more  JUCS 2007»
13 years 5 months ago
Improving Program Correctness with Atomic Exception Handling
Christof Fetzer, Pascal Felber
ECOOP
2007
Springer
13 years 11 months ago
Exception Handling: A Field Study in Java and .NET
Most modern programming languages rely on exceptions for dealing with abnormal situations. Although exception handling was a significant improvement over other mechanisms like chec...
Bruno Cabral, Paulo Marques
COMPSAC
2001
IEEE
13 years 9 months ago
Exception Handling in Component-Based System Development
Designers of component-based software face two problems related to dealing with abnormal events: developing exception handling at the level of the integrated system and accommodat...
Alexander B. Romanovsky
OOPSLA
2004
Springer
13 years 11 months ago
Finding and preventing run-time error handling mistakes
It is difficult to write programs that behave correctly in the presence of run-time errors. Existing programming language features often provide poor support for executing clean-u...
Westley Weimer, George C. Necula
ECOOPWEXCEPTION
2006
Springer
13 years 9 months ago
Exception-Handling Bugs in Java and a Language Extension to Avoid Them
It is difficult to write programs that behave correctly in the presence of exceptions. We describe a dataflow analysis for finding a certain class of mistakes made while programs h...
Westley Weimer