咨询与建议

限定检索结果

文献类型

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

馆藏范围

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

日期分布

学科分类号

  • 10 篇 工学
    • 8 篇 计算机科学与技术...
    • 5 篇 软件工程
    • 3 篇 电气工程
    • 1 篇 信息与通信工程
    • 1 篇 控制科学与工程

主题

  • 10 篇 object initializ...
  • 4 篇 java
  • 2 篇 theorem proving
  • 2 篇 languages
  • 2 篇 bytecode verific...
  • 2 篇 data flow analys...
  • 1 篇 java bytecode
  • 1 篇 sandbox
  • 1 篇 void safety
  • 1 篇 static analysis ...
  • 1 篇 type checking
  • 1 篇 error compensati...
  • 1 篇 bytecode languag...
  • 1 篇 static analysis
  • 1 篇 reusability
  • 1 篇 heap monotonicit...
  • 1 篇 human-computer i...
  • 1 篇 java security
  • 1 篇 theory
  • 1 篇 constructors

机构

  • 2 篇 tech univ munich...
  • 1 篇 univ waterloo wa...
  • 1 篇 beijing inst tec...
  • 1 篇 ecole polytech f...
  • 1 篇 australian natl ...
  • 1 篇 delft univ techn...
  • 1 篇 tech univ darmst...
  • 1 篇 univ laval dept ...
  • 1 篇 university of wa...
  • 1 篇 state key lab in...
  • 1 篇 independent scie...
  • 1 篇 oracle labs
  • 1 篇 stanford univ st...
  • 1 篇 univ luxembourg ...

作者

  • 2 篇 klein g
  • 2 篇 liu fengyun
  • 2 篇 nipkow t
  • 1 篇 le traon yves
  • 1 篇 kogtenkov alexan...
  • 1 篇 biboudis aggelos
  • 1 篇 bartel alexandre
  • 1 篇 pham nguyen cao
  • 1 篇 lhoták ondå™ej
  • 1 篇 mitchell jc
  • 1 篇 lhotak ondrej
  • 1 篇 odersky martin
  • 1 篇 erdweg sebastian
  • 1 篇 martin marko
  • 1 篇 freund sn
  • 1 篇 doyon s
  • 1 篇 porikli fatih
  • 1 篇 klein jacques
  • 1 篇 xing enze
  • 1 篇 mezini mira

语言

  • 10 篇 英文
检索条件"主题词=Object initialization"
10 条 记 录,以下是1-10 订阅
排序:
A type system for object initialization in the Java bytecode language
收藏 引用
ACM TRANSACTIONS ON PROGRAMMING LANGUAGES AND SYSTEMS 1999年 第6期21卷 1196-1250页
作者: Freund, SN Mitchell, JC Stanford Univ Stanford CA 94305 USA
In the standard Java implementation, a Java language program is compiled to Java bytecode. This bytecode may be sent across the network to another site, where it is then executed by the Java Virtual Machine. Since byt... 详细信息
来源: 评论
MUSTI: Dynamic Prevention of Invalid object initialization Attacks
收藏 引用
IEEE TRANSACTIONS ON INFORMATION FORENSICS AND SECURITY 2019年 第8期14卷 2167-2178页
作者: Bartel, Alexandre Klein, Jacques Le Traon, Yves Univ Luxembourg SnT L-1359 Luxembourg Luxembourg
Invalid object initialization vulnerabilities have been identified since the 1990s by a research group at Princeton University. These vulnerabilities are critical since they can be used to totally compromise the secur... 详细信息
来源: 评论
On object initialization in the Java bytecode
收藏 引用
COMPUTER COMMUNICATIONS 2000年 第17期23卷 1594-1605页
作者: Doyon, S Debbabi, M Univ Laval Dept Comp Sci LSFM Res Grp St Foy PQ G1K 7P4 Canada
Java is an ideal platform for implementing mobile code systems, not only because of its portability but also because it is designed with security in mind. Untrusted Java programs can be statically analyzed and validat... 详细信息
来源: 评论
A Type-and-Effect System for object initialization
收藏 引用
PROCEEDINGS OF THE ACM ON PROGRAMMING LANGUAGES-PACMPL 2020年 第OOPSLA期4卷 1–28页
作者: Liu, Fengyun Lhotak, Ondrej Biboudis, Aggelos Giarrusso, Paolo G. Odersky, Martin Ecole Polytech Fed Lausanne Lausanne Switzerland Univ Waterloo Waterloo ON Canada Delft Univ Technol Delft Netherlands
Every newly created object goes through several initialization states: starting from a state where all fields are uninitialized until all of them are assigned. Any operation on the object during its initialization pro... 详细信息
来源: 评论
Template Constructors for Reusable object initialization  13
Template Constructors for Reusable Object Initialization
收藏 引用
12th International Conference on Generative Programming: Concepts and Experiences
作者: Martin, Marko Mezini, Mira Erdweg, Sebastian Tech Univ Darmstadt Darmstadt Germany
Reuse of and abstraction over object initialization logic is not properly supported in mainstream object-oriented languages. This may result in significant amount of boilerplate code and proliferation of constructors ... 详细信息
来源: 评论
Safe object initialization, abstractly  12
Safe object initialization, abstractly
收藏 引用
12th ACM SIGPLAN International Symposium on Scala, SCALA 2021, co-located with SPLASH 2021
作者: Liu, Fengyun Lhoták, OndÅ™ej Xing, Enze Pham, Nguyen Cao Oracle Labs Switzerland University of Waterloo Canada
objects under initialization are fragile: some of their fields are not yet initialized. Consequently, accessing those uninitialized fields directly or indirectly may result in program crashes or abnormal behaviors at ... 详细信息
来源: 评论
Automatic Refinement Strategies for Manual initialization of object Trackers
收藏 引用
IEEE TRANSACTIONS ON IMAGE PROCESSING 2017年 第2期26卷 821-835页
作者: Zhu, Hao Porikli, Fatih Beijing Inst Technol Sch Automat Beijing 100000 Peoples R China State Key Lab Intelligent Control & Decis Complex Beijing 100081 Peoples R China Australian Natl Univ Canberra ACT 0200 Australia
Tracking objects across multiple frames is a well-investigated problem in computer vision. The majority of the existing algorithms that assume an accurate initialization is readily available. However, in many real-lif... 详细信息
来源: 评论
Verified bytecode verifiers
收藏 引用
THEORETICAL COMPUTER SCIENCE 2003年 第3期298卷 583-626页
作者: Klein, G Nipkow, T Tech Univ Munich Inst Informat D-85748 Garching Germany
Using the theorem prover Isabelle/HOL we have formalized and proved correct and executable bytecode verifier in the style of Kildall's algorithm for a significant subset of the Java Virtual Machine (JVM). First an... 详细信息
来源: 评论
Verified bytecode verifiers
Verified bytecode verifiers
收藏 引用
4th International Conference on Foundations of Software Science and Computation Structures
作者: Klein, G Nipkow, T Tech Univ Munich Inst Informat D-85748 Garching Germany
Using the theorem prover Isabelle/HOL we have formalized and proved correct and executable bytecode verifier in the style of Kildall's algorithm for a significant subset of the Java Virtual Machine (JVM). First an... 详细信息
来源: 评论
Practical Void Safety  1
收藏 引用
9th International Working Conference on Verified Software - Theories, Tools, and Experiments (VSTTE)
作者: Kogtenkov, Alexander Independent scientist Podolsk Russia
Null pointer dereferencing remains one of the major issues in modern object-oriented languages. An obvious addition of keywords to distinguish between never null and possibly null references appears to be insufficient... 详细信息
来源: 评论