havapa / testability-explorer

Automatically exported from code.google.com/p/testability-explorer
Apache License 2.0
0 stars 0 forks source link

Regression: names of classes on the command line don't work #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If you list the name of a class or classes on the command line, you get an
empty report. In previous versions, you got a report on the classes you listed.

What steps will reproduce the problem?
1. Download the enclosed
2. tar xvf tebug.tar
3. cd tebug
4. javac com/example/Main.java
5. java com.example.Main [prints "hello, world"]
6. java -jar testability-explorer-1.2.0-r85.jar com.example.Main -cp .
[reports on just the com.example.Main class]
7. java -jar testability-explorer-1.3.0-r275.jar com.example.Main -cp .
[empty report with no classes at all listed]

What version of the product are you using? 1.3.0-r275
On what operating system? Linux

Original issue reported on code.google.com by douglas....@googlemail.com on 27 Aug 2009 at 9:06

Attachments: