Sciweavers

3456 search results - page 123 / 692
» Byte Code Engineering
Sort
View
152
Voted
AMOST
2007
ACM
15 years 6 months ago
Achieving both model and code coverage with automated gray-box testing
We have devised a novel technique to automatically generate test cases for a software system, combining black-box model-based testing with white-box parameterized unit testing. Th...
Nicolas Kicillof, Wolfgang Grieskamp, Nikolai Till...
159
Voted
MSR
2006
ACM
15 years 8 months ago
MAPO: mining API usages from open source repositories
To improve software productivity, when constructing new software systems, developers often reuse existing class libraries or frameworks by invoking their APIs. Those APIs, however...
Tao Xie, Jian Pei
112
Voted
TCOM
2010
114views more  TCOM 2010»
14 years 9 months ago
Concentric Permutation Source Codes
Permutation codes are a class of structured vector quantizers with a computationally-simple encoding procedure based on sorting the scalar components. Using a codebook comprising s...
Ha Q. Nguyen, Lav R. Varshney, Vivek K. Goyal
121
Voted
IWPC
2009
IEEE
15 years 9 months ago
Natural language parsing for fact extraction from source code
We present a novel approach to extract structural information from source code using state-of-the-art parser technologies for natural languages. The parser technology is robust in...
Jens Nilsson, Welf Löwe, Johan Hall, Joakim N...
95
Voted
MSR
2006
ACM
15 years 8 months ago
Examining the evolution of code comments in PostgreSQL
It is common, especially in large software systems, for developers to change code without updating its associated comments due to their unfamiliarity with the code or due to time ...
Zhen Ming Jiang, Ahmed E. Hassan