Sciweavers

1937 search results - page 265 / 388
» Adaptation-based programming in java
Sort
View
113
Voted
JOT
2007
102views more  JOT 2007»
15 years 2 months ago
Type Access Analysis: Towards Informed Interface Design
Programs designed from scratch often start with just a set of classes. Classes can be instantiated and so deliver the objects that are the carriers of information and function. In...
Friedrich Steimann, Philip Mayer
204
Voted
POPL
2003
ACM
16 years 2 months ago
A real-time garbage collector with low overhead and consistent utilization
Now that the use of garbage collection in languages like Java is becoming widely accepted due to the safety and software engineering benefits it provides, there is significant int...
David F. Bacon, Perry Cheng, V. T. Rajan
195
Voted
POPL
2001
ACM
16 years 2 months ago
Avoiding exponential explosion: generating compact verification conditions
Current verification condition (VC) generation algorithms, such as weakest preconditions, yield a VC whose size may be exponential in the size of the code fragment being checked. ...
Cormac Flanagan, James B. Saxe
105
Voted
ICSE
2003
IEEE-ACM
16 years 2 months ago
Component Rank: Relative Significance Rank for Software Component Search
Collections of already developed programs are important resources for efficient development of reliable software systems. In this paper, we propose a novel method of ranking softw...
Katsuro Inoue, Reishi Yokomori, Hikaru Fujiwara, T...
ICSE
2007
IEEE-ACM
16 years 2 months ago
Korat: A Tool for Generating Structurally Complex Test Inputs
This paper describes the Korat tool for constraint-based generation of structurally complex test inputs for Java programs. Korat takes (1) an imperative predicate that specifies t...
Aleksandar Milicevic, Sasa Misailovic, Darko Marin...