Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: CheckStyle Error

  1. #1
    Junior Member
    Join Date
    Apr 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Lightbulb CheckStyle Error

    Hi all,
    Recently I got the task of Quality code fixing , means I have to clear all the checkstyle and PMD errors from each any every java file , to achieve the desired Quality of code . We have our company standard for checkstyle and PMD , I know how to configure both of these things in eclipse and how to find errors of quality in java file . But I want to know that is there any software that can automatically solve all these problems because this is not an easy job to fix all these errors especially with PMD's . or Can we develop any software that can automatically fix all these errors . Need your help !!!


  2. #2
    Senior Member PhHein's Avatar
    Join Date
    Mar 2013
    Location
    Germany
    Posts
    609
    My Mood
    Sleepy
    Thanks
    10
    Thanked 93 Times in 86 Posts

    Default Re: CheckStyle Error

    I bet fixing them manually will be a lot easier than writing a tool that does it automagically.

Similar Threads

  1. Please! Help me to this error "ERROR CANNOT FIND SYMBOL"
    By mharck in forum Object Oriented Programming
    Replies: 8
    Last Post: July 3rd, 2012, 09:20 AM