Test README
moved info about integration test into own readme
removed read-only files
added method to check if a file is empty + applied it
added method to create an empty file
updated the readme
changelog
fixed failing tests
removed actual results
moved test files
readme
moved test files
readme
removed actual results
seperated directories for input- and output files
typo
removed obsolete test methods
wrong variable used
wrong variable used
removed obsolete file delete methods
output dir was not created
wrong variable used
fixed test test_MenuItem_Decisiontable_SaveAs_02
fixed test_menuDecisiontableSaveAs_03
solved minor problems
fixed Jdt close tests
fixed cumbersome implementation
fixed test_menuDecisiontableExportToCsv_01
fixed test_menuDecisiontableExportToCsv_02
cleaned Menu_Decisiontable_CloseAll_Test
cleaned Menu_Decisiontable_Close_Test
fixed test_MenuItem_Decisiontable_ExportToCsv_03
updated copyright notice - the license remains unchanged
overhauled the tests so that they are more concise yet
removed newline from the end of expected 5dt files
removed newline from the end of expected 5ts files
changelog
readme
float values are now written with one decimal digit even if the decimal value is zero: for expected result files
float values are now written with one decimal digit even if the decimal value is zero
pretty-print files
fixed the object to json serializer it must not HTML-escape the value of string fields
Revert "renamed changelog file"
renamed changelog file
renamed changelog file
Test project: updated dependencies
removed unnecessary NOTICE.txt file
cleaned up the imports
removed unnecessary entry into META-INF from pom.xml
removed unnecessary entry into META-INF from pom.xml
removed unnecessary repository from pom.xml
updated the dependencies
added ItelliJ Idea files to .gitignore
added editorconfig
Fonts look ugly
Updated the documentation.
Merge branch 'master' into version_2.3.4
Merge branch 'develop'
updated the documentation to solve issue #4
This problem does not occur with Debian 10 and the MATE desktop.
Fonts look ugly
Option "Save JSON files readable for humans" is not permanent
I decided to remove this option and to always pretty-print JSON files because it is no interest of the average user if the JSON files contain line feeds or not. The decision table is the same with or without prety-print. The users who diff the 5dt and 5ts files (decision tables resp. test specifications) will recognize that this is only possible with pretty-printed JSON. Pretty-print means that JSON or XML files get additional white space (line feeds and indetation) so that they can be read better...
I decided to remove this option and to always pretty-print JSON files because it is no interest of the average user if the JSON files contain line feeds or not. The decision table is the same with or without prety-print. The users who diff the 5dt and 5ts files (decision tables resp. test specifications) will recognize that this is only possible with pretty-printed JSON. (Pretty-print means that JSON or XML files get additional white space (line feeds and indetation) so that they can be read better...
set the release version
the JSON files are pretty-printed now
added a readme file for the test
updated the dependencies and maven plugins
fixed a bug which prevented to open several files at once
Maven requires HTTPS to download artifacts
updated dependencies
updated dependencies
updated maven plugins
fixed artifact for handout in german
moved artifact for handout in german
moved existing documentation about how to make decision table to the project JDecisiontableDoc
updated the manual
removed obsolete .NET documentation
removed the user preference for "pretty-print JSON"
Always generate pretty-printed JSON for decision tables and test specifications
Fix: The version was not shown in the about message window
Option "Save JSON files readable for humans" is not permanent
Fonts look ugly
Fonts look ugly
Fonts look ugly
Fonts may look ugly
Check for Java 9 compatibilty
Build on Java 11 was already tested to be working.
Check for Java 9 compatibilty
Tested the JAR for 2.3.3with Java 11 (OpenJdk 11) on Linux (Debian 10 with LxQt desktop). It works but the fonts aren't redered. I had the same trouble with other Java applications since I installed Debian 10 with LxQt desktop environment: Netbeans, OWASP ZAP. In case the fonts look ugly try java -Dawt.useSystemAAFontSettings=lcd -jar JDecisiontable-x.y.z.jar
Frage zum Konzept des Programms