ACM Home Page
Please provide us with feedback. Feedback
Browsing and searching source code of applications written using a GUI framework
Full text PdfPdf (1.71 MB)
Source International Conference on Software Engineering archive
Proceedings of the 24th International Conference on Software Engineering table of contents
Orlando, Florida
SESSION: Technical papers: design recovery table of contents
Pages: 327 - 337  
Year of Publication: 2002
ISBN:1-58113-472-X
Author
Amir Michail  University of New South Wales, Sydney, Australia
Sponsors
IEEE-CS\DATC : IEEE Computer Society
ACM: Association for Computing Machinery
SIGSOFT: ACM Special Interest Group on Software Engineering
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 8,   Downloads (12 Months): 61,   Citation Count: 7
Additional Information:

abstract   references   cited by   index terms   collaborative colleagues  

Tools and Actions: Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/581339.581381
What is a DOI?

ABSTRACT

Nowadays, applications are typically written using an object-oriented GUI framework. In this paper we explore the possibility of using the GUI of such applications to guide browsing and search of their source code. Such a tool would be helpful for software maintenance and reuse, particularly when the application source is unfamiliar. Intuitively, we would expect the task of browsing and searching source code of an application written using a GUI framework to be easier than one that doesn't because the GUI framework imposes a structure on the application. Generally, the GUI framework is in control and makes calls into the application code to handle various events --- thus providing fundamental entry points into the application code, namely the callbacks. Of course, this is a property of frameworks in general but GUI frameworks have one additional advantage: the GUI is visible to the end-user and contains text messages describing what the application can do. Thus we have an explicit connection between an informal specification fragment visible in the GUI and its precise entry point to the implementation in the source. We demonstrate our approach, which takes advantage of this connection, on KDE applications written using the KDE GUI framework.


REFERENCES

Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.

1
 
2
 
3
4
5
 
6
W. B. Frakes and B. A. Nejmeh. Software reuse through information retrieval. In 20th Hawaii International Conference on System Sciences, pages 530-535. IEEE, 1987.
 
7
 
8
 
9
 
10
 
11
R. E. Johnson and B. Foote. Designing reusable classes. Journal of Object-Oriented Programming, 1(5):22-35, 1988.
 
12
 
13
 
14
M. E. Lesk. Lex --- a lexical analyzer generator. Technical report, AT&T Bell Laboratories, Murray Hill, N. J., 1975.
 
15
16
 
17
 
18
M. F. Porter. An algorithm for suffix stripping. Program, 14(3):130-137, 1980.
 
19
 
20

CITED BY  8