The last step in the Eclipse Lint process

Topics for the Eclipse Environment
Post Reply
User avatar
tod
Posts: 587
Joined: Sat Apr 26, 2008 8:27 am
Location: Southern California
Contact:

The last step in the Eclipse Lint process

Post by tod »

A while back I switched to using a 3rd party tool inside Eclipse but it caused some instability issues so when I moved to Juno I jettisoned it for pure lint from the external tools. The one thing I really miss is being able to click on an error and be taken to that line of code. I now have that problem solved. I've moved from using the external tools to just creating two additional build configurations, one for linting the entire project and one for linting the current file. Anyone interested can read the details on my blog post. The solution requires using the RegEx parser plug-in, so I think you'll have to be on the Galileo, Indigo, or Juno release of Eclipse.
Post Reply