咨询与建议

限定检索结果

文献类型

  • 4 篇 会议
  • 1 篇 期刊文献

馆藏范围

  • 5 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 5 篇 工学
    • 5 篇 软件工程
    • 2 篇 计算机科学与技术...

主题

  • 5 篇 null pointer exc...
  • 3 篇 reliability
  • 3 篇 java
  • 2 篇 experimentation
  • 2 篇 performance
  • 2 篇 managed language...
  • 2 篇 valgrind
  • 2 篇 debugging
  • 2 篇 low-overhead run...
  • 2 篇 undefined values
  • 1 篇 conditional mask...
  • 1 篇 null pointer der...
  • 1 篇 languages
  • 1 篇 defects4j
  • 1 篇 bugswarm
  • 1 篇 data abstraction
  • 1 篇 static analysis
  • 1 篇 cyclic data stru...
  • 1 篇 invariants
  • 1 篇 static bug detec...

机构

  • 2 篇 univ texas austi...
  • 1 篇 univ calif davis...
  • 1 篇 cornell univ dep...
  • 1 篇 univ bern softwa...

作者

  • 2 篇 mckinley kathryn...
  • 2 篇 guyer samuel z.
  • 2 篇 bond michael d.
  • 2 篇 kent stephen w.
  • 2 篇 nethercote nicho...
  • 1 篇 rubio-gonzalez c...
  • 1 篇 tomassi david a.
  • 1 篇 qi xin
  • 1 篇 nierstrasz oscar
  • 1 篇 leuenberger manu...
  • 1 篇 myers andrew c.
  • 1 篇 osman haidar
  • 1 篇 ghafari mohammad

语言

  • 4 篇 英文
  • 1 篇 其他
检索条件"主题词=null pointer exceptions"
5 条 记 录,以下是1-10 订阅
排序:
On the Real-World Effectiveness of Static Bug Detectors at Finding null pointer exceptions  36
On the Real-World Effectiveness of Static Bug Detectors at F...
收藏 引用
36th IEEE/ACM International Conference on Automated Software Engineering (ASE)
作者: Tomassi, David A. Rubio-Gonzalez, Cindy Univ Calif Davis Davis CA 95616 USA
Static bug detectors aim at helping developers to automatically find and prevent bugs. In this experience paper, we study the effectiveness of static bug detectors at identifying null pointer Dereferences or null Poin... 详细信息
来源: 评论
Tracking bad apples: Reporting the origin of null and undefined value errors  07
Tracking bad apples: Reporting the origin of null and undefi...
收藏 引用
22nd International Conference on Object-Oriented Programming, Systems, Languages and Applications
作者: Bond, Michael D. Nethercote, Nicholas Kent, Stephen W. Guyer, Samuel Z. McKinley, Kathryn S. Univ Texas Austin Dept Comp Sci Austin TX 78712 USA
Programs sometimes crash due to unusable values, for example, when Java and C# programs dereference null pointers and when C and C++ programs use undefined values to affect program behavior. A stack trace produced on ... 详细信息
来源: 评论
Harvesting the Wisdom of the Crowd to Infer Method nullness in Java  17
Harvesting the Wisdom of the Crowd to Infer Method Nullness ...
收藏 引用
IEEE 17th International Working Conference on Source Code Analysis and Manipulation (SCAM)
作者: Leuenberger, Manuel Osman, Haidar Ghafari, Mohammad Nierstrasz, Oscar Univ Bern Software Composit Grp Bern Switzerland
null pointer exceptions are common bugs in Java projects. Previous research has shown that dereferencing the results of method calls is the main source of these bugs, as developers do not anticipate that some methods ... 详细信息
来源: 评论
Masked Types for Sound Object Initialization  09
Masked Types for Sound Object Initialization
收藏 引用
36th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages
作者: Qi, Xin Myers, Andrew C. Cornell Univ Dept Comp Sci Ithaca NY 14853 USA
This paper presents a type-based solution to the long-standing problem of object initialization. Constructors, the conventional mechanism for object initialization, have semantics that are surprising to programmers an... 详细信息
来源: 评论
Tracking bad apples: Reporting the origin of null and undefined value errors
收藏 引用
ACM SIGPLAN NOTICES 2007年 第10期42卷 405-422页
作者: Bond, Michael D. Nethercote, Nicholas Kent, Stephen W. Guyer, Samuel Z. McKinley, Kathryn S. Univ Texas Austin Dept Comp Sci Austin TX 78712 USA
Programs sometimes crash due to unusable values, for example, when Java and C# programs dereference null pointers and when C and C++ programs use undefined values to affect program behavior. A stack trace produced on ... 详细信息
来源: 评论