Sciweavers

75 search results - page 1 / 15
» Improving Program Correctness with Atomic Exception Handling
Sort
View
58
Voted
JUCS
2007
89views more  JUCS 2007»
14 years 10 months ago
Improving Program Correctness with Atomic Exception Handling
Christof Fetzer, Pascal Felber
80
Voted
ECOOP
2007
Springer
15 years 5 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
85
Voted
COMPSAC
2001
IEEE
15 years 2 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
95
Voted
OOPSLA
2004
Springer
15 years 4 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
102
Voted
ECOOPWEXCEPTION
2006
Springer
15 years 2 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