Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
hzhen
Contributor III
Contributor III

About tos code inspection

Use that plugin to check syntax errors and bugs in tos, just like findingbugs and checkstyle in Eclipse

Thanks.​

Labels (3)
2 Replies
Anonymous
Not applicable

Hi

Talend Studio a Java code generator, click the Code tab, you will see the generated Java codes and you will see the syntax errors if the job has compilation error.

If you want to open the debug model, go to Run viewer, and then click Debug run tab and select 'Java debug' item.

 

Regards

Shong

 

hzhen
Contributor III
Contributor III
Author

Thank for your anwser.

I know this method, I just want to use the MVN command to check directly without opening the IDE.