| Pautinka.com Java technology |
Checkstyle4JBuilder
InstallationInstallation is the same as for jbCheckstyle, the instructions for which are reproduced below. Copy jbcheckstyle.jar to lib/ext directory under your JBuilder installation.
JBuilder IntegrationCheckstyle4JBuilder can be activated in the following ways:
*Note for Key stroke JBuilder professional and Enterprise users:
By default the Checkstyle action is not assigned a keystroke. Go to Tools -> IDE Options -> Customize
to assign the key. You can find Checkstyle4JBuilder in the category OpenTools.
JBuilder personal users:
Since JBuilder personal does not allow key mapping to be changed Checkstyle4JBuilder defaults to Ctrl-Shift-C.
ConfigurationCheckstyle4JBuilder can be configured:
When a propeties file has been loaded both the Global and Project settings are ignored. A message indcating that a file has been loaded will appear in the Global and Project property pages. To load configuration and an optional properties file add the following: vmparam -Dcheckstyle.config=c:\checkstyle.xml vmparam -Dcheckstyle.properties=c:\checkstyle.properties to: /lib/ext/jbchecktyle.config A sample properties file is included in the doc directory in the Checkstyle4JBuilder distribution. |