2011
DOI: 10.1007/978-3-642-21952-8_4
|View full text |Cite
|
Sign up to set email alerts
|

Automated Translation of Java Source Code to Eiffel

Abstract: Abstract. Reusability is an important software engineering concept actively advocated for the last forty years. While reusability has been addressed for systems implemented using the same programming language, it does not usually handle interoperability with different programming languages. This paper presents a solution for the reuse of Java code within Eiffel programs based on a source-to-source translation from Java to Eiffel. The paper focuses on the critical aspects of the translation and illustrates them… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1

Citation Types

0
3
0

Year Published

2012
2012
2021
2021

Publication Types

Select...
3
1

Relationship

1
3

Authors

Journals

citations
Cited by 4 publications
(3 citation statements)
references
References 16 publications
0
3
0
Order By: Relevance
“…Since our tool is for Java, and these implementations are in Eiffel, we had to manually translate the whole classes into Java, for analysis with our tool (this also prevented us from considering more sophisticated case studies in this evaluation). While the translation was manual, we made an effort in making it systematic, preserving the structure of the original code, and taking into account the semantics of references (e.g., expanded types in Eiffel), array indexing in Eiffel vs. Java, etc., using as a guideline the J2Eif work [36]. Eiffel also differs from Java in other important aspects that did not affect the translation (e.g., inheritance, visibility of features, etc.).…”
Section: Discussionmentioning
confidence: 99%
“…Since our tool is for Java, and these implementations are in Eiffel, we had to manually translate the whole classes into Java, for analysis with our tool (this also prevented us from considering more sophisticated case studies in this evaluation). While the translation was manual, we made an effort in making it systematic, preserving the structure of the original code, and taking into account the semantics of references (e.g., expanded types in Eiffel), array indexing in Eiffel vs. Java, etc., using as a guideline the J2Eif work [36]. Eiffel also differs from Java in other important aspects that did not affect the translation (e.g., inheritance, visibility of features, etc.).…”
Section: Discussionmentioning
confidence: 99%
“…Most of these report challenges in performing a completely automated conversion of the entire source language. For example, Trudel et al created a comprehensive Java to Eiffel translator that successfully ported some large test cases [TOFN11]. However, they were unable to translate aspects of Java that are unsupported in Eiffel, such as dynamic loading and weak references.…”
Section: Source-to-source Translationmentioning
confidence: 99%
“…In previous work, we developed J2Eif, an automatic source-to-source translator from Java to Eiffel [43]; translating between two object-oriented languages does not Eiffel yes yes + yes yes yes yes pose some of the formidable problems of bridging wildly different abstraction levels, which C2Eif had to deal with. TXL [2] is an expressive programming language designed to support source code analysis and transformation.…”
Section: Translating Foreign Codementioning
confidence: 99%