Sciweavers

2539 search results - page 54 / 508
» Debugging Method Names
Sort
View
VL
2010
IEEE
247views Visual Languages» more  VL 2010»
13 years 9 months ago
Cleanroom: Edit-Time Error Detection with the Uniqueness Heuristic
Many dynamic programming language features, such as implicit declaration, reflection, and code generation, make it difficult to verify the existence of identifiers through standar...
Andrew J. Ko, Jacob O. Wobbrock
PREMI
2005
Springer
14 years 4 months ago
Biological Text Mining for Extraction of Proteins and Their Interactions
Text mining techniques have been proposed for extracting protein names and their interactions. First, we have made improvements on existing methods for handling single word protein...
Kiho Hong, Junhyung Park, Jihoon Yang, Sungyong Pa...
OOPSLA
1997
Springer
14 years 3 months ago
Parasitic Methods: An Implementation of Multi-Methods for Java
In an object-oriented programming language, method selection is (usually) done at run-time using the class of the receiver. Some object-orientedlanguages(such as CLOS) have multi-...
John Boyland, Giuseppe Castagna
SEKE
2009
Springer
14 years 5 months ago
Extending AOP to Support Broad Runtime Monitoring Needs
Abstract—Runtime monitoring, where some part of a program’s behavior and/or data is observed during execution, is a very useful technique that software developers to use for un...
Amjad Nusayr, Jonathan Cook
AMOST
2005
ACM
14 years 4 months ago
Using information about functions in selecting test cases
We consider the problem of generating a set of test cases from a black box specification. We focus on stress testing, i.e. picking test cases that seem most likely to reveal prog...
Markus Clermont, David Lorge Parnas