Sciweavers

2056 search results - page 68 / 412
» Mobile objects in Java
Sort
View
100
Voted
FASE
2010
Springer
15 years 9 months ago
Memory Leaks Detection in Java by Bi-abductive Inference
This paper describes a compositional analysis algorithm for statically detecting leaks in Java programs. The algorithm is based on separation logic and exploits the concept of bi-a...
Dino Distefano, Ivana Filipovic
110
Voted
IPPS
2003
IEEE
15 years 7 months ago
Transparent Distributed Threads for Java
Remote method invocation in Java RMI allows the flow of control to pass across local Java threads and thereby span multiple virtual machines. However, the resulting distributed t...
Bernhard Haumacher, Thomas Moschny, Jürgen Re...
125
Voted
ECOOP
1999
Springer
15 years 6 months ago
Visualizing Reference Patterns for Solving Memory Leaks in Java
Many Java programmers believe they do not have to worry about memory management because of automatic garbage collection. In fact, many Java programs run out of memory unexpectedly ...
Wim De Pauw, Gary Sevitsky
135
Voted
CORR
2011
Springer
178views Education» more  CORR 2011»
14 years 9 months ago
Evaluation of Three Vision Based Object Perception Methods for a Mobile Robot
This paper addresses object perception applied to mobile robotics. Being able to perceive semantically meaningful objects in unstructured environments is a key capability in order...
Arnau Ramisa, David Aldavert, Shrihari Vasudevan, ...
128
Voted
ICSE
2008
IEEE-ACM
16 years 3 months ago
Precise memory leak detection for java software using container profiling
A memory leak in a Java program occurs when object references that are no longer needed are unnecessarily maintained. Such leaks are difficult to understand because static analyse...
Guoqing Xu, Atanas Rountev