Known Bugs
aka "missing features" ;-)
If you encounter an error within JUnitDoclet, please see if it's already known. If it's not on the list below, please send a detailed description (maybe with some source code) to junitdoclet@objectfab.de. Thanks for helping us to improve this tool.
version 1.0.2
- none (that we know of)
version 1.0.1
- Lower case class names -> upper case TestCase.
- Merging of similar method names may fail.
- Use of filesets in ANT was difficult.
version 1.0
- Non usual accessor methods cause trouble if
- they have a different signature (please see below for the expected signature)
- they are called just "get" or "set" (without any further char).
If your accessor methods look similar to the code below, JUnitDoclet is working as expected. Fortunately there are many users with the same understanding of accessor methods.public void setAttribute(TypeOfAttribute nameOfAttribute); public TypeOfAttribute getAttribute();
version 0.9.2
- none (that we know of)
version 0.9.1
- It is still not (yet) supported, to store tests in a subpackage "test".
version 0.9
- It is not (yet) supported, to store tests in a subpackage "test".