Skip to main content

Can I use Checkstyle(plugin) in Visual Cobol(eclipse)?

  • February 22, 2013
  • 2 replies
  • 1 view

Dominique Sacre
Forum|alt.badge.img+2

Hello everyone,

I want  use the Checkstyle plugin to check my COBOL source.I try to custom the xml file,but the plugin doesn't work.

Can I use Checkstyle in the Visual Cobol(eclipse)?

Thanks.


#VisualCOBOL

2 replies

Dominique Sacre
Forum|alt.badge.img+2

Hello everyone,

I want  use the Checkstyle plugin to check my COBOL source.I try to custom the xml file,but the plugin doesn't work.

Can I use Checkstyle in the Visual Cobol(eclipse)?

Thanks.


#VisualCOBOL

Hello,

The Checkstyle tool is specifically for static code analysis of Java source code. It doesn't support other languages.

You can install the checkstyle plugin in Visual COBOL for Eclipse and use it for Java code.

Regards,

George


Dominique Sacre
Forum|alt.badge.img+2

Hello everyone,

I want  use the Checkstyle plugin to check my COBOL source.I try to custom the xml file,but the plugin doesn't work.

Can I use Checkstyle in the Visual Cobol(eclipse)?

Thanks.


#VisualCOBOL

Thank you for your reply.

Is there a plugin like Checkstyle in Visual COBOL can check COBOL source?