Code coverage tool for Mule in Eclipse [closed] - java

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there any code coverage tool with a plugin for Eclipse for Mule.
I'm looking for a tool that can highlight in mule-config lines covered, % covered and things like that. Curious what people use?

There is an interesting project currently under development called Munit that might fit your needs.
The coverage feature is not yet implemented but i planned for the next release

The code coverage is used in order to know how many lines of code are covered. But, I think that you want to know how many lines are covered in your mule-config.xml right? As far I know there are no tools for that.

Related

Java open source project(wihout tests) for testing [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am looking for a java open-source project that is multithreaded, has database persisting and a web part and that doesn't contain any unit tests. It also mustn't be bigger than 100 classes. I want to write the tests for such a program.
Thank you in advance!
You can find open source projects source at below locations -
Google Developers
Java forge
code google (for small projects)
You can find opesource projects at:
sourceforge
github

Are there any good tutorials for ice4j? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have just started using ice4j as an ICE client. I am experimenting with it, and I want to create a simple chat application using it. The problem is, I can't seem to find any good tutorials on how to use ice4j, and the Javadoc I compiled from the source code doesn't seem to help either. I don't want to resort to having to read through all the source code, because that would be annoying. Is there anything that can help me learn ice4j?
Try reading tests, usually it's the best documentation, especially when there's nothing decent about a techlogy

java light-weight debugger [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm looking for a light-weight java debugger - either in an IDE or standalone, command line or gui. I'm using ant and vim, and I've tried eclim, but eclipse runs too slow on my laptop to be an option.
When similar questions have been asked before, people have generally expressed that they don't like the command line ones but like the eclipse and IntelliJ ones.
Just wondering if anything has changed.
EDIT: Intending to try jdb and jswat.
Well, for command-line there's always jdb. But I'm a fan of JSwat; it's a nice GUI tool for when you're not using an IDE.

Load Testing Tools (Java) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Can anyone suggest me a good, easy-to-use, FREE load testing tool that I can download easily & use? I'm using Java 1.4.
Thought I'd use JMeter, but it seems it requires Java 1.6 and some additional configuration settings.
Any other suggestions?
Thx
Depends on what exactly you want to load test.
If you want to load test webpages then JMeter is a good bet. And I think Jmeter works with 1.5 too.
You could run an older version of The Grinder. Pretty sure version 2 can run on 1.4.

java code analysis and structure by tool or pluggin [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Is there any tool that helps analyse code structure in a java project, either as an eclipse pluggin or as a standalone?
I guess something similar to what Structure101 seems to do, but I am looking for something free.
I.e. to visualize dependencies among jars, classes, class-hierarchies etc.
It is mostly to understand an existing code-base faster, rather than set coding rules or profile etc.
I've found the following tools useful
CodePro Analytics - http://code.google.com/javadevtools/codepro/doc/index.html
JDepend - http://www.clarkware.com/software/JDepend.html
Sonar - http://www.sonarsource.org/
Metrics - http://metrics.sourceforge.net/
you mean like Sonar?
Tons of them. The thing is you probably want to google for the kinds of tests, eg, "McCabe complexity java" or "test coverage java".
You might have a look at this wikipedia article.
Update
Aha. Try depfind.

Categories

Resources