Visualization of Compile Time Errors in a Java Compatible Visual Language

  • Authors:
  • Christopher C. Risley;Trevor J. Smedley

  • Affiliations:
  • -;-

  • Venue:
  • VL '98 Proceedings of the IEEE Symposium on Visual Languages
  • Year:
  • 1998

Quantified Score

Hi-index 0.00

Visualization

Abstract

The Java programming language eases the creation of programs, as compared to textual languages such as C++, through use of features such as definite assignment, type safety, pointer restrictions and exception handling. However, errors resulting from the incorrect use of these features are hidden from the programmer when using a standard text based editor until they are detected at compile-time. The programmer is forced to edit, compile, and re-edit the program to correct the errors detected during compilation, resulting in inefficiencies in the development process. In this paper a Java compatible visual syntax is briefly introduced. We then focus on environment features made possible by the visual presentation of the language which provide for the visualization of errors resulting from incorrect use of the following features: definite assignment, static type checking and exception handling.