Tagged Questions
2
votes
3answers
257 views
Source code documentation coverage tools for java
I do work on a project and write a java application. For source code quality I measure the test coverage with cobertura, and for convention checking I use checkstyle. Everything works fine in my ...
2
votes
1answer
175 views
is it possible to build a debugger around the java scripting engine?
we are using the java 6 scripting engine in our product, and now we are thinking on adding some debugging abilities.
my question is:
is it possible? does the java 6 scripting engine has the same ...
0
votes
2answers
108 views
What's the best way to handle/format Javadoc and annotations in code?
I've looked across this forum, and I've googled this one, and I'm not sure what is the best way to handle Javadoc and annotations that appear together in the same class.
From what I can see from ...