Sciweavers

4 search results - page 1 / 1
» Changing Java's Semantics for Handling Null Pointer Exceptio...
Sort
View
59
Voted
ISSRE
2008
IEEE
15 years 3 months ago
Changing Java's Semantics for Handling Null Pointer Exceptions
Kinga Dobolyi, Westley Weimer
PASTE
2010
ACM
14 years 11 months ago
Null dereference analysis in practice
Many analysis techniques have been proposed to determine when a potentially null value may be dereferenced. But we have observed in practice that not every potential null derefere...
Nathaniel Ayewah, William Pugh
91
Voted
ICTAC
2010
Springer
14 years 7 months ago
Mechanized Verification with Sharing
We consider software verification of imperative programs by theorem proving in higher-order separation logic. Of particular interest are the difficulties of encoding and reasoning ...
J. Gregory Malecha, Greg Morrisett
POPL
2009
ACM
15 years 10 months ago
Masked types for sound object initialization
This paper presents a type-based solution to the long-standing problem of object initialization. Constructors, the conventional mechanism for object initialization, have semantics...
Xin Qi, Andrew C. Myers