What steps will reproduce the problem?
1. Create a new Java-Projekt with a class "TestClass" and this content:
public interface TestClass {
public String getCustomerByName(String customer);
}
2. Open TestClass with iDocIt!.
3. Select the method "getCustomerByName".
4. Add a new docpart. Select the role "ALGORITHM" and enter the text "test".
5. Add another docpart.
What is the expected output? What do you see instead?
The text "test" disappears, but it shouldn't. If you do the steps slowly,
everthing works fine. You have to do them quickly. It seems that the bug
depends on time-aspects.
Original issue reported on code.google.com by krauseda...@web.de on 11 Nov 2012 at 10:06
Original issue reported on code.google.com by
krauseda...@web.de
on 11 Nov 2012 at 10:06