Sciweavers

4 search results - page 1 / 1
» Changing Java's Semantics for Handling Null Pointer Exceptio...
Sort
View
62
Voted
ISSRE
2008
IEEE
15 years 4 months ago
Changing Java's Semantics for Handling Null Pointer Exceptions
Kinga Dobolyi, Westley Weimer
PASTE
2010
ACM
15 years 9 days 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
ICTAC
2010
Springer
14 years 8 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
186
Voted
POPL
2009
ACM
15 years 11 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