Eclipse checkstyle plugin - Can I customize my .xml to apply different max value checks for java files? -


Is it possible to customize my .xml file in Eclipse Kepler to complete the task outlined below? If so, how is it done?

My specific example is to help me with reference.

Currently in my eclipse IDE, inside the Encrypted Complexity, Classify Optity, CyclomaticComplexity, StrictDuplicateCode, FileLength, checkstyle.xml file.

I have a legacy Java file, where there are 44 violations of Classfanopt Complexity, but the maximum value for CFOC violation is set to 27 inside the checkstyle.

Many other legacy Java files violate this checklist problem of more than 27 (33, 29, 55, etc.). All these files have been tested in Lingasi Java code which acts as intent. My work with Heritage Java is, without changing the Refactoring / Code Base, to ensure that each JAVAV file does not exceed the number of CURRENT violations in each violation and until these warnings are suppressed, Do not exceed the current number of violations,

Actually, I need to suppress the existing violation for legacy Java files, but if in the future (in the future) these files are more than their current number of violations, then check the checkstyle Required


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -