Today I released version 1.1.0 of de.mgmechanics.jdecisiontable. Sorry that it tooks so long. Thanks to my home-brewed automatic integration test system (de.mgmechanics.myflipflops.swing.test.*) now I can release more often.
Writing the 130 test cases took most of the time - and revealed some bug which were fixed immediately. The next version will be either 1.1.1 or 1.2.0.
This means that there will be no longer"-PRE-" versions! So there is no need for the "Testing" folder in the download area no longer! For you this means that you do not need to decide either to work with an old version or to work as my beta tester no longer!
There are 16 changes from version 1.0.2 to 1.1.0 and one from 1.1.0-PRE-5 to 1.1.0. (This is also the last release with so much changes - next releases will take smaller steps.) Please read README.txt for details. Most important are:
You do not need to press the F2 key before typing some test into field "description" or "successor" no more! Just start typing or double-click with your mouse.
The column "Probability" on left side of the table does now displaying really percent values i.e. "12%"! You may insert "19" or "19%" to set make it displaying "19%".
You may use Ctrl + # to switch between both tables. Please read the FAQ above in this file for details.
When some checks failed it shows the affected rows or columns on the right hand side table with different background colour. You may click on any cell on right hand table (this will not reset the clour) to show the affected node in the left hand table. In detail these checks are:
Verify D.table -> Check Nodes_Dontcare: colours affected rows
Verify D.table -> Check Rules_Disjunct: colours affected columns
Tools -> show nodes w/o Y in a valid rule: colours affected rows
You may reset the colours with Tools -> clear check results.
The test coverage is 93.69% now by having 130 tests. Running all tests takes about 10 minutes.