jankrause / idocit

Automatically exported from code.google.com/p/idocit
0 stars 0 forks source link

Not saved changes disappear #135

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
This issue looks very similar to issue #4.

Original comment by krauseda...@web.de on 11 Nov 2012 at 10:07