I have acode review checklist which I would like to automate, Could anyone suggest me how i could get started with this.
I would like to create a tool which takes in java extensions and reviews based on custom review check. Would this be time consuming?? any insights on how to go about it would be appreciated.
screenedcreamy 0 Newbie Poster
Recommended Answers
Jump to PostTime consuming to program? Yes, very. You'll probably end up with a complete java source code parser plus a raft of individual rule checks - all of which is perfectly do-able in Java, but it's going to be a lot of tedious code.
I know there are compiler-compilers and generalised …
All 2 Replies
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
stultuske 1,116 Posting Maven Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.