When you compile a Java transformation, results are displayed in the compilation results. If the compilation succeeds, the compilation results displays the message, "Compilation Successful." If the compilation fails, the compilation results displays the compilation errors and error locations.
Compilation errors can occur in the following locations:
Java editor
If the error is located in a code snippet in Java editor,
Data Integration
lists the section and the line that contains the error.
Data Integration
also highlights the source of the error in the Java editor.
Full code
If the error is located in the full code,
Data Integration
lists the error location as "Full Code" and lists the line in the
Full Code
dialog box that contains the error.
You can locate errors in the
Full Code
dialog box, but you cannot edit the Java code. To fix errors that you find in the
Full Code
dialog box, edit the code in the appropriate section. You might need to use the
Full Code
dialog box to view errors caused by adding user code to the full class code for the transformation.