1997
DOI: 10.1016/s0164-1212(96)00171-9
|View full text |Cite
|
Sign up to set email alerts
|

Creating object-oriented designs from legacy FORTRAN code

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
12
0

Year Published

1999
1999
2021
2021

Publication Types

Select...
5
4
1

Relationship

0
10

Authors

Journals

citations
Cited by 20 publications
(14 citation statements)
references
References 7 publications
0
12
0
Order By: Relevance
“…Typically, this is achieved by translating an implementation written in an old programming language-such as K&R C, Fortran-77, or old COBOL-into a modern programming language such as Java [16,1,29]. This process does not normally include improving the object-oriented design but only making the same system available in a supported environment.…”
Section: Reengineering Of Legacy Systemsmentioning
confidence: 99%
“…Typically, this is achieved by translating an implementation written in an old programming language-such as K&R C, Fortran-77, or old COBOL-into a modern programming language such as Java [16,1,29]. This process does not normally include improving the object-oriented design but only making the same system available in a supported environment.…”
Section: Reengineering Of Legacy Systemsmentioning
confidence: 99%
“…{ char * secret = "This is secret! "; if (argc >1) printf(argv [1]); return 0; } If we call it with: ./example "{Stack: %x%x%x%x%x%x} --> %s", we get the output {stack: 0b7[. .…”
Section: Safety and Debuggabilitymentioning
confidence: 99%
“…Industrial practices have long encompassed the manual, systematic translation of legacy code to new languages. More recently, researchers proposed semi-automated translation for widely-used legacy programming languages such as COBOL [2,14], Fortran-77 [1,21], and C [23]. Other progress in this line has come from integrating domain-specific knowledge [6], and testing and visualization techniques [18] to help develop the translations.…”
Section: Related Workmentioning
confidence: 99%