Hello
Maybe you watch the commits I made but dont know about the goal behind them?
JDecisiontable 2.1.0 is code- and feature completed so far. All existing automatic tests were green. I am working on the underlying library JDecisiontableLib which temporary breaks JDecisiontable so the automatic tests will be red for few days. These changes were triggered by examining my source code with PMD and FindBugs. You will find more details in the JDecisiontableLib project blog.
Then I need to add a few more tests to test the new use cases of file name proposals. These use cases should fix a few rough edges in JDecisiontable.
At last I will update the documentation and run a few more tests especially on Windows® (because I am developing on Linux®).
The application look and feel will not change at all (it's a minor version). But the most remarkable change will be a new column in the node part of each decision table wich contains a number for each node: 1, 2, 3, ...
My first idea was to use a letter as used to name the columns in a spreadsheet with A, B, ..., AA, AB, ... but then I realised how often people talk by telephone. Did you ever try to tell letters by telephone? I already had the whole feature completed as I realised. But the feature to translate numbers to letters like 0 => A, 1 => B, ..., 26 => AA, 27 => AB, ... remains as part of myflipflops class de.mgmechanics.myflipflops.calc.NumbersToLetters.