From 42b3b2891c7f11ae0fff48f487b698beaac61e6a Mon Sep 17 00:00:00 2001 From: jordi Date: Fri, 14 Feb 2025 08:05:24 +0100 Subject: [PATCH] a a --- WS24_25/SWTD/.idea/.gitignore | 8 - WS24_25/SWTD/.idea/SWTD.iml | 9 - WS24_25/SWTD/.idea/misc.xml | 6 - WS24_25/SWTD/.idea/modules.xml | 8 - WS24_25/SWTD/.idea/vcs.xml | 7 - WS24_25/SWTD/Angebot.java | 0 WS24_25/SWTD/BuchRedesign | 1 - WS24_25/SWTD/buch/.vscode/settings.json | 3 - WS24_25/SWTD/buch/pom.xml | 117 -- .../buch/src/main/java/com/buch/.classpath | 7 - .../SWTD/buch/src/main/java/com/buch/.project | 28 - .../buch/src/main/java/com/buch/Main.java | 8 - .../java/com/buch/datenhaltung/BuchDBDAO.java | 91 - .../buch/datenhaltung/BuchSerializeDAO.java | 62 - .../com/buch/datenhaltung/DatenException.java | 11 - .../java/com/buch/datenhaltung/IBuchDAO.java | 15 - .../buch/src/main/java/com/buch/derby.log | 94 - .../main/java/com/buch/fachlogik/Buch.java | 54 - .../com/buch/fachlogik/BuecherVerwaltung.java | 37 - .../java/com/buch/gui/BuchErfassungView.java | 98 -- .../com/buch/gui/BuchHauptprogrammView.java | 75 - .../main/java/com/buch/gui/BuchListeView.java | 88 - .../main/java/com/buch/gui/Controller.java | 91 - .../src/main/java/com/buch/gui/InfoView.java | 39 - .../SWTD/buch/src/test/java/HelloTest.java | 11 - .../buch/target/classes/com/buch/.classpath | 7 - .../buch/target/classes/com/buch/.project | 28 - .../buch/target/classes/com/buch/Main.class | Bin 431 -> 0 bytes .../com/buch/datenhaltung/BuchDBDAO.class | Bin 4133 -> 0 bytes .../buch/datenhaltung/BuchSerializeDAO.class | Bin 2265 -> 0 bytes .../buch/datenhaltung/DatenException.class | Bin 438 -> 0 bytes .../com/buch/datenhaltung/IBuchDAO.class | Bin 398 -> 0 bytes .../buch/target/classes/com/buch/derby.log | 94 - .../classes/com/buch/fachlogik/Buch.class | Bin 1336 -> 0 bytes .../buch/fachlogik/BuecherVerwaltung.class | Bin 1472 -> 0 bytes .../com/buch/gui/BuchErfassungView$1.class | Bin 1026 -> 0 bytes .../com/buch/gui/BuchErfassungView$2.class | Bin 835 -> 0 bytes .../com/buch/gui/BuchErfassungView.class | Bin 3367 -> 0 bytes .../buch/gui/BuchHauptprogrammView$1.class | Bin 896 -> 0 bytes .../buch/gui/BuchHauptprogrammView$2.class | Bin 898 -> 0 bytes .../buch/gui/BuchHauptprogrammView$3.class | Bin 898 -> 0 bytes .../buch/gui/BuchHauptprogrammView$4.class | Bin 902 -> 0 bytes .../buch/gui/BuchHauptprogrammView$5.class | Bin 899 -> 0 bytes .../com/buch/gui/BuchHauptprogrammView.class | Bin 2403 -> 0 bytes .../com/buch/gui/BuchListeView$1.class | Bin 965 -> 0 bytes .../com/buch/gui/BuchListeView$2.class | Bin 767 -> 0 bytes .../com/buch/gui/BuchListeView$3.class | Bin 1164 -> 0 bytes .../com/buch/gui/BuchListeView$4.class | Bin 907 -> 0 bytes .../classes/com/buch/gui/BuchListeView.class | Bin 3337 -> 0 bytes ...Controller$ErfassungAendernStrategie.class | Bin 734 -> 0 bytes .../Controller$ErfassungNeuStrategie.class | Bin 858 -> 0 bytes .../gui/Controller$ErfassungStrategie.class | Bin 877 -> 0 bytes .../classes/com/buch/gui/Controller.class | Bin 2832 -> 0 bytes .../classes/com/buch/gui/InfoView$1.class | Bin 780 -> 0 bytes .../classes/com/buch/gui/InfoView.class | Bin 1362 -> 0 bytes WS24_25/SWTD/buch/target/jacoco.exec | Bin 21717 -> 0 bytes .../compile/default-compile/createdFiles.lst | 27 - .../compile/default-compile/inputFiles.lst | 12 - .../default-testCompile/createdFiles.lst | 1 - .../default-testCompile/inputFiles.lst | 1 - .../com.buch.datenhaltung/BuchDBDAO.html | 1 - .../com.buch.datenhaltung/BuchDBDAO.java.html | 92 - .../BuchSerializeDAO.html | 1 - .../BuchSerializeDAO.java.html | 63 - .../com.buch.datenhaltung/DatenException.html | 1 - .../DatenException.java.html | 12 - .../jacoco/com.buch.datenhaltung/index.html | 1 - .../com.buch.datenhaltung/index.source.html | 1 - .../site/jacoco/com.buch.fachlogik/Buch.html | 1 - .../jacoco/com.buch.fachlogik/Buch.java.html | 55 - .../com.buch.fachlogik/BuecherVerwaltung.html | 1 - .../BuecherVerwaltung.java.html | 38 - .../site/jacoco/com.buch.fachlogik/index.html | 1 - .../com.buch.fachlogik/index.source.html | 1 - .../com.buch.gui/BuchErfassungView$1.html | 1 - .../com.buch.gui/BuchErfassungView$2.html | 1 - .../com.buch.gui/BuchErfassungView.html | 1 - .../com.buch.gui/BuchErfassungView.java.html | 99 -- .../com.buch.gui/BuchHauptprogrammView$1.html | 1 - .../com.buch.gui/BuchHauptprogrammView$2.html | 1 - .../com.buch.gui/BuchHauptprogrammView$3.html | 1 - .../com.buch.gui/BuchHauptprogrammView$4.html | 1 - .../com.buch.gui/BuchHauptprogrammView$5.html | 1 - .../com.buch.gui/BuchHauptprogrammView.html | 1 - .../BuchHauptprogrammView.java.html | 76 - .../jacoco/com.buch.gui/BuchListeView$1.html | 1 - .../jacoco/com.buch.gui/BuchListeView$2.html | 1 - .../jacoco/com.buch.gui/BuchListeView$3.html | 1 - .../jacoco/com.buch.gui/BuchListeView$4.html | 1 - .../jacoco/com.buch.gui/BuchListeView.html | 1 - .../com.buch.gui/BuchListeView.java.html | 89 - .../Controller$ErfassungAendernStrategie.html | 1 - .../Controller$ErfassungNeuStrategie.html | 1 - .../Controller$ErfassungStrategie.html | 1 - .../site/jacoco/com.buch.gui/Controller.html | 1 - .../jacoco/com.buch.gui/Controller.java.html | 92 - .../site/jacoco/com.buch.gui/InfoView$1.html | 1 - .../site/jacoco/com.buch.gui/InfoView.html | 1 - .../jacoco/com.buch.gui/InfoView.java.html | 40 - .../site/jacoco/com.buch.gui/index.html | 1 - .../jacoco/com.buch.gui/index.source.html | 1 - .../target/site/jacoco/com.buch/Main.html | 1 - .../site/jacoco/com.buch/Main.java.html | 9 - .../target/site/jacoco/com.buch/index.html | 1 - .../site/jacoco/com.buch/index.source.html | 1 - .../SWTD/buch/target/site/jacoco/index.html | 1 - .../site/jacoco/jacoco-resources/branchfc.gif | Bin 91 -> 0 bytes .../site/jacoco/jacoco-resources/branchnc.gif | Bin 91 -> 0 bytes .../site/jacoco/jacoco-resources/branchpc.gif | Bin 91 -> 0 bytes .../site/jacoco/jacoco-resources/bundle.gif | Bin 709 -> 0 bytes .../site/jacoco/jacoco-resources/class.gif | Bin 586 -> 0 bytes .../site/jacoco/jacoco-resources/down.gif | Bin 67 -> 0 bytes .../site/jacoco/jacoco-resources/greenbar.gif | Bin 91 -> 0 bytes .../site/jacoco/jacoco-resources/group.gif | Bin 351 -> 0 bytes .../site/jacoco/jacoco-resources/method.gif | Bin 193 -> 0 bytes .../site/jacoco/jacoco-resources/package.gif | Bin 227 -> 0 bytes .../site/jacoco/jacoco-resources/prettify.css | 13 - .../site/jacoco/jacoco-resources/prettify.js | 1510 ----------------- .../site/jacoco/jacoco-resources/redbar.gif | Bin 91 -> 0 bytes .../site/jacoco/jacoco-resources/report.css | 243 --- .../site/jacoco/jacoco-resources/report.gif | Bin 363 -> 0 bytes .../site/jacoco/jacoco-resources/session.gif | Bin 213 -> 0 bytes .../site/jacoco/jacoco-resources/sort.gif | Bin 58 -> 0 bytes .../site/jacoco/jacoco-resources/sort.js | 148 -- .../site/jacoco/jacoco-resources/source.gif | Bin 354 -> 0 bytes .../site/jacoco/jacoco-resources/up.gif | Bin 67 -> 0 bytes .../target/site/jacoco/jacoco-sessions.html | 1 - .../SWTD/buch/target/site/jacoco/jacoco.csv | 27 - .../SWTD/buch/target/site/jacoco/jacoco.xml | 1 - .../target/surefire-reports/HelloTest.txt | 4 - .../surefire-reports/TEST-HelloTest.xml | 56 - .../buch/target/test-classes/HelloTest.class | Bin 579 -> 0 bytes WS24_25/SWTD/buchv1 | 1 - 133 files changed, 3842 deletions(-) delete mode 100644 WS24_25/SWTD/.idea/.gitignore delete mode 100644 WS24_25/SWTD/.idea/SWTD.iml delete mode 100644 WS24_25/SWTD/.idea/misc.xml delete mode 100644 WS24_25/SWTD/.idea/modules.xml delete mode 100644 WS24_25/SWTD/.idea/vcs.xml delete mode 100644 WS24_25/SWTD/Angebot.java delete mode 160000 WS24_25/SWTD/BuchRedesign delete mode 100644 WS24_25/SWTD/buch/.vscode/settings.json delete mode 100644 WS24_25/SWTD/buch/pom.xml delete mode 100644 WS24_25/SWTD/buch/src/main/java/com/buch/.classpath delete mode 100644 WS24_25/SWTD/buch/src/main/java/com/buch/.project delete mode 100644 WS24_25/SWTD/buch/src/main/java/com/buch/Main.java delete mode 100644 WS24_25/SWTD/buch/src/main/java/com/buch/datenhaltung/BuchDBDAO.java delete mode 100644 WS24_25/SWTD/buch/src/main/java/com/buch/datenhaltung/BuchSerializeDAO.java delete mode 100644 WS24_25/SWTD/buch/src/main/java/com/buch/datenhaltung/DatenException.java delete mode 100644 WS24_25/SWTD/buch/src/main/java/com/buch/datenhaltung/IBuchDAO.java delete mode 100644 WS24_25/SWTD/buch/src/main/java/com/buch/derby.log delete mode 100644 WS24_25/SWTD/buch/src/main/java/com/buch/fachlogik/Buch.java delete mode 100644 WS24_25/SWTD/buch/src/main/java/com/buch/fachlogik/BuecherVerwaltung.java delete mode 100644 WS24_25/SWTD/buch/src/main/java/com/buch/gui/BuchErfassungView.java delete mode 100644 WS24_25/SWTD/buch/src/main/java/com/buch/gui/BuchHauptprogrammView.java delete mode 100644 WS24_25/SWTD/buch/src/main/java/com/buch/gui/BuchListeView.java delete mode 100644 WS24_25/SWTD/buch/src/main/java/com/buch/gui/Controller.java delete mode 100644 WS24_25/SWTD/buch/src/main/java/com/buch/gui/InfoView.java delete mode 100644 WS24_25/SWTD/buch/src/test/java/HelloTest.java delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/.classpath delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/.project delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/Main.class delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/datenhaltung/BuchDBDAO.class delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/datenhaltung/BuchSerializeDAO.class delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/datenhaltung/DatenException.class delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/datenhaltung/IBuchDAO.class delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/derby.log delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/fachlogik/Buch.class delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/fachlogik/BuecherVerwaltung.class delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchErfassungView$1.class delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchErfassungView$2.class delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchErfassungView.class delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchHauptprogrammView$1.class delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchHauptprogrammView$2.class delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchHauptprogrammView$3.class delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchHauptprogrammView$4.class delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchHauptprogrammView$5.class delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchHauptprogrammView.class delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchListeView$1.class delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchListeView$2.class delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchListeView$3.class delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchListeView$4.class delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchListeView.class delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/gui/Controller$ErfassungAendernStrategie.class delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/gui/Controller$ErfassungNeuStrategie.class delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/gui/Controller$ErfassungStrategie.class delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/gui/Controller.class delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/gui/InfoView$1.class delete mode 100644 WS24_25/SWTD/buch/target/classes/com/buch/gui/InfoView.class delete mode 100644 WS24_25/SWTD/buch/target/jacoco.exec delete mode 100644 WS24_25/SWTD/buch/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst delete mode 100644 WS24_25/SWTD/buch/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst delete mode 100644 WS24_25/SWTD/buch/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst delete mode 100644 WS24_25/SWTD/buch/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/BuchDBDAO.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/BuchDBDAO.java.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/BuchSerializeDAO.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/BuchSerializeDAO.java.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/DatenException.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/DatenException.java.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/index.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/index.source.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.fachlogik/Buch.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.fachlogik/Buch.java.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.fachlogik/BuecherVerwaltung.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.fachlogik/BuecherVerwaltung.java.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.fachlogik/index.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.fachlogik/index.source.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchErfassungView$1.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchErfassungView$2.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchErfassungView.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchErfassungView.java.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchHauptprogrammView$1.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchHauptprogrammView$2.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchHauptprogrammView$3.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchHauptprogrammView$4.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchHauptprogrammView$5.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchHauptprogrammView.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchHauptprogrammView.java.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchListeView$1.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchListeView$2.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchListeView$3.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchListeView$4.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchListeView.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchListeView.java.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/Controller$ErfassungAendernStrategie.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/Controller$ErfassungNeuStrategie.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/Controller$ErfassungStrategie.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/Controller.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/Controller.java.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/InfoView$1.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/InfoView.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/InfoView.java.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/index.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/index.source.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch/Main.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch/Main.java.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch/index.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/com.buch/index.source.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/index.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/branchfc.gif delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/branchnc.gif delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/branchpc.gif delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/bundle.gif delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/class.gif delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/down.gif delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/greenbar.gif delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/group.gif delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/method.gif delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/package.gif delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/prettify.css delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/prettify.js delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/redbar.gif delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/report.css delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/report.gif delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/session.gif delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/sort.gif delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/sort.js delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/source.gif delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/up.gif delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/jacoco-sessions.html delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/jacoco.csv delete mode 100644 WS24_25/SWTD/buch/target/site/jacoco/jacoco.xml delete mode 100644 WS24_25/SWTD/buch/target/surefire-reports/HelloTest.txt delete mode 100644 WS24_25/SWTD/buch/target/surefire-reports/TEST-HelloTest.xml delete mode 100644 WS24_25/SWTD/buch/target/test-classes/HelloTest.class delete mode 160000 WS24_25/SWTD/buchv1 diff --git a/WS24_25/SWTD/.idea/.gitignore b/WS24_25/SWTD/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/WS24_25/SWTD/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/WS24_25/SWTD/.idea/SWTD.iml b/WS24_25/SWTD/.idea/SWTD.iml deleted file mode 100644 index d6ebd48..0000000 --- a/WS24_25/SWTD/.idea/SWTD.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/WS24_25/SWTD/.idea/misc.xml b/WS24_25/SWTD/.idea/misc.xml deleted file mode 100644 index 639900d..0000000 --- a/WS24_25/SWTD/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/WS24_25/SWTD/.idea/modules.xml b/WS24_25/SWTD/.idea/modules.xml deleted file mode 100644 index 4b6bd49..0000000 --- a/WS24_25/SWTD/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/WS24_25/SWTD/.idea/vcs.xml b/WS24_25/SWTD/.idea/vcs.xml deleted file mode 100644 index 3cc1489..0000000 --- a/WS24_25/SWTD/.idea/vcs.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/WS24_25/SWTD/Angebot.java b/WS24_25/SWTD/Angebot.java deleted file mode 100644 index e69de29..0000000 diff --git a/WS24_25/SWTD/BuchRedesign b/WS24_25/SWTD/BuchRedesign deleted file mode 160000 index 5781ace..0000000 --- a/WS24_25/SWTD/BuchRedesign +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5781acef2b2bfad8569ca0b7745fb97021633240 diff --git a/WS24_25/SWTD/buch/.vscode/settings.json b/WS24_25/SWTD/buch/.vscode/settings.json deleted file mode 100644 index c5f3f6b..0000000 --- a/WS24_25/SWTD/buch/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "java.configuration.updateBuildConfiguration": "interactive" -} \ No newline at end of file diff --git a/WS24_25/SWTD/buch/pom.xml b/WS24_25/SWTD/buch/pom.xml deleted file mode 100644 index 0d201cc..0000000 --- a/WS24_25/SWTD/buch/pom.xml +++ /dev/null @@ -1,117 +0,0 @@ - - - 4.0.0 - - com.buch - buch - 1.0-SNAPSHOT - - - 17 - 17 - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - - org.junit.jupiter - junit-jupiter-api - 5.8.1 - test - - - org.junit.jupiter - junit-jupiter-engine - 5.8.1 - test - - - - - - org.apache.maven.plugins - maven-pmd-plugin - 3.10.0 - - - /rulesets/java/maven-pmd-plugin-default.xml - - - - - org.jacoco - jacoco-maven-plugin - 0.8.8 - - - - prepare-agent - - - - report - test - - report - - - - - - - com.github.spotbugs - spotbugs-maven-plugin - 4.7.3.0 - - - verify - - check - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.3.1 - - - attach-javadocs - - jar - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 3.0.0-M5 - - - **/*Test.java - - - - - - - \ No newline at end of file diff --git a/WS24_25/SWTD/buch/src/main/java/com/buch/.classpath b/WS24_25/SWTD/buch/src/main/java/com/buch/.classpath deleted file mode 100644 index cc7119b..0000000 --- a/WS24_25/SWTD/buch/src/main/java/com/buch/.classpath +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/WS24_25/SWTD/buch/src/main/java/com/buch/.project b/WS24_25/SWTD/buch/src/main/java/com/buch/.project deleted file mode 100644 index ae19acb..0000000 --- a/WS24_25/SWTD/buch/src/main/java/com/buch/.project +++ /dev/null @@ -1,28 +0,0 @@ - - - BuchRedesign - - - - - - org.eclipse.jdt.core.javabuilder - - - - - - org.eclipse.jdt.core.javanature - - - - 1606726140798 - - 30 - - org.eclipse.core.resources.regexFilterMatcher - node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ - - - - diff --git a/WS24_25/SWTD/buch/src/main/java/com/buch/Main.java b/WS24_25/SWTD/buch/src/main/java/com/buch/Main.java deleted file mode 100644 index 6458c1b..0000000 --- a/WS24_25/SWTD/buch/src/main/java/com/buch/Main.java +++ /dev/null @@ -1,8 +0,0 @@ -package com.buch; -import com.buch.gui.BuchHauptprogrammView; - -public class Main { - public static void main(String[] args) { - BuchHauptprogrammView.main(args); - } -} \ No newline at end of file diff --git a/WS24_25/SWTD/buch/src/main/java/com/buch/datenhaltung/BuchDBDAO.java b/WS24_25/SWTD/buch/src/main/java/com/buch/datenhaltung/BuchDBDAO.java deleted file mode 100644 index 2dacc05..0000000 --- a/WS24_25/SWTD/buch/src/main/java/com/buch/datenhaltung/BuchDBDAO.java +++ /dev/null @@ -1,91 +0,0 @@ -package com.buch.datenhaltung; - -import java.sql.Connection; -import java.sql.DriverManager; -import java.sql.ResultSet; -import java.sql.SQLException; -import java.sql.Statement; -import java.util.LinkedList; -import java.util.List; - -import com.buch.fachlogik.Buch; - -/** - * Ein DAO für die Klasse Buch. Das DAO realisiert einen Zugriff auf eine - * relationale Derby-Datenbank. Die Datenbank muss breits existieren. - */ -public class BuchDBDAO implements IBuchDAO{ - private Connection conn; - private String dbname; - - public BuchDBDAO(String dbname){ - this.dbname = dbname; - try { - Class.forName("org.apache.derby.jdbc.EmbeddedDriver"); - } catch (ClassNotFoundException e) { - e.printStackTrace(); - } - } - - private void open() throws DatenException{ - try { - conn = DriverManager.getConnection("jdbc:derby:"+dbname); - } catch (SQLException e) { - e.printStackTrace(); - throw new DatenException("Keine DB-Verbindung"); - } - } - - @Override - public List laden() throws DatenException { - Statement s=null; - List liste = new LinkedList(); - open(); - try { - s = conn.createStatement(); - ResultSet rs = s.executeQuery("SELECT * FROM buch"); - while(rs.next()){ - long id = rs.getLong(1); - String name = rs.getString(2).trim(); - float preis = rs.getFloat(3); - Buch buch = new Buch(id, name, preis); - liste.add(buch); - } - } catch (SQLException e) { - throw new DatenException("Fehler beim Lesen aus DB"); - } finally{ - try { - s.close(); - conn.close(); - } catch (SQLException e) { - } - } - return liste; - } - - @Override - public void speichern(List liste) throws DatenException { - Statement s = null; - open(); - try{ - s = conn.createStatement(); - s.executeUpdate("DELETE FROM buch WHERE id > -1"); - for(Buch buch : liste){ - s.executeUpdate("INSERT INTO buch VALUES (" + buch.getID() + ",'" - + buch.getTitel() + "'," + buch.getPreis()+")"); - } - } catch (SQLException e){ - e.printStackTrace(); - } finally{ - try { - s.close(); - conn.close(); - } catch (SQLException e) { - } - - } - - } - - -} diff --git a/WS24_25/SWTD/buch/src/main/java/com/buch/datenhaltung/BuchSerializeDAO.java b/WS24_25/SWTD/buch/src/main/java/com/buch/datenhaltung/BuchSerializeDAO.java deleted file mode 100644 index 85feb09..0000000 --- a/WS24_25/SWTD/buch/src/main/java/com/buch/datenhaltung/BuchSerializeDAO.java +++ /dev/null @@ -1,62 +0,0 @@ -package com.buch.datenhaltung; - -import java.io.File; -import java.io.FileInputStream; -import java.io.FileOutputStream; -import java.io.IOException; -import java.io.ObjectInputStream; -import java.io.ObjectOutputStream; -import java.util.LinkedList; -import java.util.List; - -import com.buch.fachlogik.Buch; - -public class BuchSerializeDAO implements IBuchDAO { - private File f; - - public BuchSerializeDAO(File f) { - this.f = f; - } - - @SuppressWarnings("unchecked") - public List laden() throws DatenException { - List liste = null; - ObjectInputStream ois = null; - try { - FileInputStream fis = new FileInputStream(f); - ois = new ObjectInputStream(fis); - liste = ((List) ois.readObject()); - } catch (Exception e) { - e.printStackTrace(); - throw new DatenException("Laden nicht möglich."); - } finally { - try { - ois.close(); - } catch (IOException e) { - } - } - if (liste == null) { - liste = new LinkedList(); - } - return liste; - } - - public void speichern(List liste) throws DatenException { - ObjectOutputStream oos = null; - - try { - FileOutputStream fos = new FileOutputStream(f); - oos = new ObjectOutputStream(fos); - oos.writeObject(liste); - } catch (Exception e) { - throw new DatenException("Laden nicht möglich"); - } finally { - try { - oos.close(); - } catch (IOException e) { - - } - } - } - -} diff --git a/WS24_25/SWTD/buch/src/main/java/com/buch/datenhaltung/DatenException.java b/WS24_25/SWTD/buch/src/main/java/com/buch/datenhaltung/DatenException.java deleted file mode 100644 index 83927bb..0000000 --- a/WS24_25/SWTD/buch/src/main/java/com/buch/datenhaltung/DatenException.java +++ /dev/null @@ -1,11 +0,0 @@ -package com.buch.datenhaltung; - -public class DatenException extends Exception { - - private static final long serialVersionUID = 1L; - - public DatenException(String msg) { - super(msg); - } - -} diff --git a/WS24_25/SWTD/buch/src/main/java/com/buch/datenhaltung/IBuchDAO.java b/WS24_25/SWTD/buch/src/main/java/com/buch/datenhaltung/IBuchDAO.java deleted file mode 100644 index 35f7b0d..0000000 --- a/WS24_25/SWTD/buch/src/main/java/com/buch/datenhaltung/IBuchDAO.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.buch.datenhaltung; - -import java.util.List; -import com.buch.fachlogik.Buch; - -/** - * Ein Interface für ein Buch-DAO. Zur Vereinfachung wird über dieses Interface - * immer der komplette Datenbestand gelesen und geschrieben. - * Für eine Zugriff auf einzelne Datansätze würde dieses Interface im Normalfall - * die Methode create, read, update und delete bieten. - */ -public interface IBuchDAO { - List laden() throws DatenException; - void speichern(List liste) throws DatenException; -} diff --git a/WS24_25/SWTD/buch/src/main/java/com/buch/derby.log b/WS24_25/SWTD/buch/src/main/java/com/buch/derby.log deleted file mode 100644 index d9a5d66..0000000 --- a/WS24_25/SWTD/buch/src/main/java/com/buch/derby.log +++ /dev/null @@ -1,94 +0,0 @@ -Sun May 26 20:43:16 CEST 2013 Thread[AWT-EventQueue-0,6,main] Cleanup action starting -java.sql.SQLException: Die Datenbank '/home/dwiesmann/DB/buchDB' wurde nicht gefunden. - at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) - at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) - at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) - at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source) - at org.apache.derby.impl.jdbc.EmbedConnection.newSQLException(Unknown Source) - at org.apache.derby.impl.jdbc.EmbedConnection.handleDBNotFound(Unknown Source) - at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) - at org.apache.derby.impl.jdbc.EmbedConnection30.(Unknown Source) - at org.apache.derby.impl.jdbc.EmbedConnection40.(Unknown Source) - at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source) - at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) - at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source) - at java.sql.DriverManager.getConnection(DriverManager.java:579) - at java.sql.DriverManager.getConnection(DriverManager.java:243) - at de.buch.datenhaltung.BuchDBDAO.open(BuchDBDAO.java:32) - at de.buch.datenhaltung.BuchDBDAO.laden(BuchDBDAO.java:43) - at de.buch.fachlogik.BuecherVerwaltung.laden(BuecherVerwaltung.java:31) - at de.buch.gui.Controller.laden(Controller.java:63) - at de.buch.gui.BuchHauptprogrammView$2.actionPerformed(BuchHauptprogrammView.java:36) - at java.awt.Button.processActionEvent(Button.java:409) - at java.awt.Button.processEvent(Button.java:377) - at java.awt.Component.dispatchEventImpl(Component.java:4861) - at java.awt.Component.dispatchEvent(Component.java:4687) - at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:729) - at java.awt.EventQueue.access$200(EventQueue.java:103) - at java.awt.EventQueue$3.run(EventQueue.java:688) - at java.awt.EventQueue$3.run(EventQueue.java:686) - at java.security.AccessController.doPrivileged(Native Method) - at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) - at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87) - at java.awt.EventQueue$4.run(EventQueue.java:702) - at java.awt.EventQueue$4.run(EventQueue.java:700) - at java.security.AccessController.doPrivileged(Native Method) - at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) - at java.awt.EventQueue.dispatchEvent(EventQueue.java:699) - at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) - at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) - at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) - at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) - at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) - at java.awt.EventDispatchThread.run(EventDispatchThread.java:91) -Caused by: java.sql.SQLException: Die Datenbank '/home/dwiesmann/DB/buchDB' wurde nicht gefunden. - at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) - at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) - ... 41 more -============= begin nested exception, level (1) =========== -java.sql.SQLException: Die Datenbank '/home/dwiesmann/DB/buchDB' wurde nicht gefunden. - at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) - at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) - at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) - at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) - at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) - at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source) - at org.apache.derby.impl.jdbc.EmbedConnection.newSQLException(Unknown Source) - at org.apache.derby.impl.jdbc.EmbedConnection.handleDBNotFound(Unknown Source) - at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) - at org.apache.derby.impl.jdbc.EmbedConnection30.(Unknown Source) - at org.apache.derby.impl.jdbc.EmbedConnection40.(Unknown Source) - at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source) - at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) - at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source) - at java.sql.DriverManager.getConnection(DriverManager.java:579) - at java.sql.DriverManager.getConnection(DriverManager.java:243) - at de.buch.datenhaltung.BuchDBDAO.open(BuchDBDAO.java:32) - at de.buch.datenhaltung.BuchDBDAO.laden(BuchDBDAO.java:43) - at de.buch.fachlogik.BuecherVerwaltung.laden(BuecherVerwaltung.java:31) - at de.buch.gui.Controller.laden(Controller.java:63) - at de.buch.gui.BuchHauptprogrammView$2.actionPerformed(BuchHauptprogrammView.java:36) - at java.awt.Button.processActionEvent(Button.java:409) - at java.awt.Button.processEvent(Button.java:377) - at java.awt.Component.dispatchEventImpl(Component.java:4861) - at java.awt.Component.dispatchEvent(Component.java:4687) - at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:729) - at java.awt.EventQueue.access$200(EventQueue.java:103) - at java.awt.EventQueue$3.run(EventQueue.java:688) - at java.awt.EventQueue$3.run(EventQueue.java:686) - at java.security.AccessController.doPrivileged(Native Method) - at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) - at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87) - at java.awt.EventQueue$4.run(EventQueue.java:702) - at java.awt.EventQueue$4.run(EventQueue.java:700) - at java.security.AccessController.doPrivileged(Native Method) - at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) - at java.awt.EventQueue.dispatchEvent(EventQueue.java:699) - at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) - at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) - at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) - at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) - at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) - at java.awt.EventDispatchThread.run(EventDispatchThread.java:91) -============= end nested exception, level (1) =========== -Cleanup action completed diff --git a/WS24_25/SWTD/buch/src/main/java/com/buch/fachlogik/Buch.java b/WS24_25/SWTD/buch/src/main/java/com/buch/fachlogik/Buch.java deleted file mode 100644 index cd7a110..0000000 --- a/WS24_25/SWTD/buch/src/main/java/com/buch/fachlogik/Buch.java +++ /dev/null @@ -1,54 +0,0 @@ -package com.buch.fachlogik; - -import java.io.Serializable; - -public class Buch implements Serializable{ - - private static final long serialVersionUID = 7990859856056431852L; - - private static long oid; - private long id; - private String titel; - private float preis; - - public Buch(){ - id=oid++; - } - - public Buch(String titel, float preis){ - this(); - this.titel = titel; - this.preis = preis; - } - - public Buch(long id, String titel, float preis){ - this.id = id; - if(this.id > oid){ - oid = this.id + 1; - } - this.titel = titel; - this.preis = preis; - } - - - public long getID(){ - return id; - } - - public String getTitel() { - return titel; - } - - public void setTitel(String titel) { - this.titel = titel; - } - - public float getPreis() { - return preis; - } - - public void setPreis(float preis) { - this.preis = preis; - } - -} diff --git a/WS24_25/SWTD/buch/src/main/java/com/buch/fachlogik/BuecherVerwaltung.java b/WS24_25/SWTD/buch/src/main/java/com/buch/fachlogik/BuecherVerwaltung.java deleted file mode 100644 index d601d62..0000000 --- a/WS24_25/SWTD/buch/src/main/java/com/buch/fachlogik/BuecherVerwaltung.java +++ /dev/null @@ -1,37 +0,0 @@ -package com.buch.fachlogik; - -import java.util.LinkedList; -import java.util.List; - -import com.buch.datenhaltung.DatenException; -import com.buch.datenhaltung.IBuchDAO; - -public class BuecherVerwaltung { - private List liste; - private IBuchDAO dao; - - public BuecherVerwaltung(IBuchDAO dao){ - liste = new LinkedList(); - this.dao = dao; - } - - public void add(Buch b){ - liste.add(b); - } - - public Buch getBuch(int index){ - return liste.get(index); - } - - public List getBuchliste(){ - return liste; - } - - public void laden() throws DatenException{ - liste=dao.laden(); - } - - public void speichern() throws DatenException{ - dao.speichern(liste); - } -} diff --git a/WS24_25/SWTD/buch/src/main/java/com/buch/gui/BuchErfassungView.java b/WS24_25/SWTD/buch/src/main/java/com/buch/gui/BuchErfassungView.java deleted file mode 100644 index 3c924f2..0000000 --- a/WS24_25/SWTD/buch/src/main/java/com/buch/gui/BuchErfassungView.java +++ /dev/null @@ -1,98 +0,0 @@ -package com.buch.gui; - -import java.awt.*; -import java.awt.event.*; - -import com.buch.fachlogik.Buch; - -public class BuchErfassungView extends Dialog { - - private static final long serialVersionUID = 1L; - private Buch buch; - private Controller controller; - private TextField tf_name; - private TextField tf_preis; - - public BuchErfassungView(Frame mainwindow, Controller controller, Buch buch) { - super(mainwindow, "Bucherfassung", true); - this.buch = buch; - this.controller = controller; - setSize(290, 150); - setLocation(150,100); - Panel mainPanel = new Panel(new FlowLayout()); - mainPanel.add(createPanel()); - add(mainPanel); - add(createButtonPanel(), BorderLayout.SOUTH); - setVisible(true); - } - - private Panel createPanel() { - Panel p = new Panel(); - p.setLayout(new GridLayout(2, 1)); - - Panel ptop = new Panel(new FlowLayout(FlowLayout.RIGHT)); - ptop.add(new Label("Titel:")); - tf_name = new TextField(15); - ptop.add(tf_name); - - Panel pbottom = new Panel(new FlowLayout(FlowLayout.RIGHT)); - tf_preis = new TextField(15); - pbottom.add(new Label("Preis:")); - pbottom.add(tf_preis); - - if (buch != null) { - update(); - } - - p.add(ptop); - p.add(pbottom); - return p; - } - - private Panel createButtonPanel() { - Panel footer = new Panel(); - Button button_speichern = new Button("Speichern"); - button_speichern.addActionListener(new ActionListener() { - public void actionPerformed(ActionEvent e) { - save(); - close(); - controller.erfassenPerformed(buch); - } - }); - footer.add(button_speichern); - - Button button_abr = new Button("Abbrechen"); - button_abr.addActionListener(new ActionListener() { - @Override - public void actionPerformed(ActionEvent e) { - setVisible(false); - dispose(); - } - }); - footer.add(button_abr); - return footer; - } - - private void update() { - tf_name.setText(buch.getTitel()); - tf_preis.setText(String.valueOf(buch.getPreis())); - } - - private void save() { - try { - String name = tf_name.getText(); - buch.setTitel(name); - float preis = Float.parseFloat(tf_preis.getText()); - buch.setPreis(preis); - } catch (NumberFormatException a) { - close(); - controller.erfassenFehler(buch); - } - } - - private void close() { - setVisible(false); - dispose(); - } - -} diff --git a/WS24_25/SWTD/buch/src/main/java/com/buch/gui/BuchHauptprogrammView.java b/WS24_25/SWTD/buch/src/main/java/com/buch/gui/BuchHauptprogrammView.java deleted file mode 100644 index fa5cf22..0000000 --- a/WS24_25/SWTD/buch/src/main/java/com/buch/gui/BuchHauptprogrammView.java +++ /dev/null @@ -1,75 +0,0 @@ -package com.buch.gui; - -import java.awt.*; -import java.awt.event.ActionEvent; -import java.awt.event.ActionListener; -import java.io.File; - -import com.buch.datenhaltung.*; -import com.buch.fachlogik.BuecherVerwaltung; - - -public class BuchHauptprogrammView extends Frame { - - private static final long serialVersionUID = 1L; - private Controller controller; - - public BuchHauptprogrammView(Controller controller) { - super("Buchverwaltung"); - this.controller = controller; - setSize(250, 290); - setLocation(50,100); - add(createButtonPanel()); - setVisible(true); - } - - private Panel createButtonPanel() { - Panel p = new Panel(new GridLayout(5, 1)); - Button neu = new Button("Neu"); - neu.addActionListener(new ActionListener() { - public void actionPerformed(ActionEvent e) { - controller.neu(); - } - }); - Button laden = new Button("Laden"); - laden.addActionListener(new ActionListener() { - public void actionPerformed(ActionEvent e) { - controller.laden(); - } - - }); - Button listen = new Button("Liste"); - listen.addActionListener(new ActionListener() { - public void actionPerformed(ActionEvent e) { - controller.liste(); - } - }); - Button speicher = new Button("Speichern"); - speicher.addActionListener(new ActionListener() { - public void actionPerformed(ActionEvent e) { - controller.speichern(); - } - - }); - Button abr = new Button("Fertig"); - abr.addActionListener(new ActionListener() { - public void actionPerformed(ActionEvent e) { - controller.fertig(); - } - }); - p.add(neu); - p.add(laden); - p.add(listen); - p.add(speicher); - p.add(abr); - return p; - } - - public static void main(String[] args) { - BuecherVerwaltung buchliste = new BuecherVerwaltung(new BuchSerializeDAO(new File("/Users/dwiesmann/IO/buchliste.ser"))); - //BuecherVerwaltung buchliste = new BuecherVerwaltung(new BuchDBDAO("/home/dwiesmann/DB/buchDB")); - Controller controller = new Controller(buchliste); - controller.start(); - - } -} diff --git a/WS24_25/SWTD/buch/src/main/java/com/buch/gui/BuchListeView.java b/WS24_25/SWTD/buch/src/main/java/com/buch/gui/BuchListeView.java deleted file mode 100644 index 4348a48..0000000 --- a/WS24_25/SWTD/buch/src/main/java/com/buch/gui/BuchListeView.java +++ /dev/null @@ -1,88 +0,0 @@ -package com.buch.gui; - -import java.awt.*; -import java.awt.event.ActionEvent; -import java.awt.event.ActionListener; -import java.awt.event.ItemEvent; -import java.awt.event.ItemListener; - -import com.buch.fachlogik.Buch; - -public class BuchListeView extends Dialog { - - private static final long serialVersionUID = 1L; - - private Controller controller; - private List liste; - private java.util.List buchliste; - private int selectedIndex; - - public BuchListeView(Frame mainwindow, Controller controller, java.util.List buchliste) { - super(mainwindow, "Buchliste", true); - this.controller = controller; - this.buchliste = buchliste; - selectedIndex = -1; - add(createListenPanel()); - setSize(400, 500); - setLocation(150, 50); - setVisible(true); - } - - private Panel createListenPanel() { - Panel panel_main = new Panel(); - panel_main.setLayout(new BorderLayout()); - Panel panel_button = new Panel(); - - Button button_aendern = new Button("Ändern"); - button_aendern.addActionListener(new ActionListener(){ - public void actionPerformed(ActionEvent e){ - if (selectedIndex > -1){ - close(); - controller.aendern(selectedIndex); - } - } - }); - - Button button_abbrechen = new Button("Abbrechen"); - button_abbrechen.addActionListener(new ActionListener(){ - public void actionPerformed(ActionEvent e) { - close(); - } - - }); - panel_button.add(button_aendern); - panel_button.add(button_abbrechen); - liste = new List(20, false); - liste.addActionListener(new ActionListener(){ - public void actionPerformed(ActionEvent e){ - Object obj = e.getSource(); - if(obj instanceof List){ - selectedIndex = ((List)e.getSource()).getSelectedIndex(); - close(); - controller.aendern(selectedIndex); - - } - } - }); - liste.addItemListener(new ItemListener() { - public void itemStateChanged(ItemEvent e) { - selectedIndex = ((Integer) e.getItem()).intValue(); - } - }); - - if (buchliste != null) { - for (Buch b : buchliste) { - liste.add(b.getTitel() + " " + b.getPreis()); - } - } - panel_main.add(liste, BorderLayout.CENTER); - panel_main.add(panel_button, BorderLayout.SOUTH); - return panel_main; - } - - private void close() { - setVisible(false); - dispose(); - } - -} diff --git a/WS24_25/SWTD/buch/src/main/java/com/buch/gui/Controller.java b/WS24_25/SWTD/buch/src/main/java/com/buch/gui/Controller.java deleted file mode 100644 index cd6692e..0000000 --- a/WS24_25/SWTD/buch/src/main/java/com/buch/gui/Controller.java +++ /dev/null @@ -1,91 +0,0 @@ -package com.buch.gui; - -import com.buch.datenhaltung.DatenException; -import com.buch.fachlogik.Buch; -import com.buch.fachlogik.BuecherVerwaltung; - -public class Controller { - private BuecherVerwaltung buchliste; - private BuchHauptprogrammView gui; - private ErfassungStrategie strategie; - - public Controller(BuecherVerwaltung buchliste) { - this.buchliste = buchliste; - } - - public void start() { - gui = new BuchHauptprogrammView(this); - } - - private abstract class ErfassungStrategie { - public void erfassen(Buch buch) { - new BuchErfassungView(gui, Controller.this, buch); - } - - public abstract void erfassenPerformed(Buch buch); - } - - private class ErfassungNeuStrategie extends ErfassungStrategie { - @Override - public void erfassenPerformed(Buch buch) { - buchliste.add(buch); - } - } - - private class ErfassungAendernStrategie extends ErfassungStrategie{ - @Override - public void erfassenPerformed(Buch buch) { - - } - } - - public void neu(){ - strategie = new ErfassungNeuStrategie(); - strategie.erfassen(new Buch()); - } - - public void aendern(int index) { - strategie = new ErfassungAendernStrategie(); - strategie.erfassen(buchliste.getBuch(index)); - } - - public void erfassenPerformed(Buch buch) { - strategie.erfassenPerformed(buch); - } - - public void erfassenFehler(Buch buch){ - new InfoView(gui, "Bitte ein gültige Zahl eingeben"); - strategie.erfassen(buch); - } - - public void laden() { - try { - buchliste.laden(); - new InfoView(gui, "Daten wurden geladen."); - } catch (DatenException e) { - new InfoView(gui, "Fehler: Daten konnten nicht geladen werden!"); - } - } - - public void liste() { - strategie = new ErfassungAendernStrategie(); - new BuchListeView(gui, this, buchliste.getBuchliste()); - } - - - public void speichern() { - try { - buchliste.speichern(); - new InfoView(gui, "Daten wurden gespeichert."); - } catch (DatenException e) { - new InfoView(gui, "Fehler: Daten konnten nicht gespeichert werden!"); - } - } - - public void fertig() { - gui.setVisible(false); - gui.dispose(); - System.exit(0); - } - -} diff --git a/WS24_25/SWTD/buch/src/main/java/com/buch/gui/InfoView.java b/WS24_25/SWTD/buch/src/main/java/com/buch/gui/InfoView.java deleted file mode 100644 index e387066..0000000 --- a/WS24_25/SWTD/buch/src/main/java/com/buch/gui/InfoView.java +++ /dev/null @@ -1,39 +0,0 @@ -package com.buch.gui; - -import java.awt.BorderLayout; -import java.awt.Button; -import java.awt.Dialog; -import java.awt.Frame; -import java.awt.Label; -import java.awt.Panel; -import java.awt.event.*; - -public class InfoView extends Dialog { - - private static final long serialVersionUID = 1L; - - public InfoView(Frame mainwindow, String info) { - super(mainwindow, "Info", true); - setSize(290, 100); - setLocation(150,150); - Label text = new Label(info); - Panel infoPanel = new Panel(); - infoPanel.add(text); - - Button ok = new Button("OK"); - ok.addActionListener(new ActionListener() { - @Override - public void actionPerformed(ActionEvent e) { - setVisible(false); - dispose(); - } - }); - Panel buttonPanel = new Panel(); - buttonPanel.add(ok); - - add(infoPanel, BorderLayout.CENTER); - add(buttonPanel, BorderLayout.SOUTH); - setVisible(true); - } - -} diff --git a/WS24_25/SWTD/buch/src/test/java/HelloTest.java b/WS24_25/SWTD/buch/src/test/java/HelloTest.java deleted file mode 100644 index 3654c13..0000000 --- a/WS24_25/SWTD/buch/src/test/java/HelloTest.java +++ /dev/null @@ -1,11 +0,0 @@ -import org.junit.jupiter.api.Test; -import static org.junit.jupiter.api.Assertions.assertEquals; - -public class HelloTest { - - @Test - public void testHelloWorld() { - String message = "Hello, World!"; - assertEquals("Hello, World!", message); - } -} \ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/classes/com/buch/.classpath b/WS24_25/SWTD/buch/target/classes/com/buch/.classpath deleted file mode 100644 index cc7119b..0000000 --- a/WS24_25/SWTD/buch/target/classes/com/buch/.classpath +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/WS24_25/SWTD/buch/target/classes/com/buch/.project b/WS24_25/SWTD/buch/target/classes/com/buch/.project deleted file mode 100644 index ae19acb..0000000 --- a/WS24_25/SWTD/buch/target/classes/com/buch/.project +++ /dev/null @@ -1,28 +0,0 @@ - - - BuchRedesign - - - - - - org.eclipse.jdt.core.javabuilder - - - - - - org.eclipse.jdt.core.javanature - - - - 1606726140798 - - 30 - - org.eclipse.core.resources.regexFilterMatcher - node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ - - - - diff --git a/WS24_25/SWTD/buch/target/classes/com/buch/Main.class b/WS24_25/SWTD/buch/target/classes/com/buch/Main.class deleted file mode 100644 index a87a622fa5239a0cc668810dee72fe0fe7683717..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 431 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 UInm81PV;4v6qDf}*pCb9|Kb$*vj6}9 diff --git a/WS24_25/SWTD/buch/target/classes/com/buch/datenhaltung/DatenException.class b/WS24_25/SWTD/buch/target/classes/com/buch/datenhaltung/DatenException.class deleted file mode 100644 index e32f680be6c71a9c58571f0ea580cbf49a4ff03b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 438 zcma)2O-sW-5Pg%TNljZ@TU)`KAmRs@A5iV3RZxPLYVMnKX;+d>NjBo&@+5fh2l%7J zNfkxBxQCg2GjHD8*|+zXR{-bOabXem<1F=~GG6*~VWeJ)#FTpBPb+Zo7|WGWnRa0l z`uE~N_=(`|cZ1L^WUfRK%DiCW-PM#p*M#;Y(}fY*gd!(NRdSC)r$jsA01O4^2WRP+H!UX(aPo5haq)3$mCk1sgN|D%xhL3c^9~pM^$* zT3ReBsXvb(c(bg`V|l46v;Oa|IIZ~D0}E6OVHb5coLxp18hqn2UPc)dtUQpv!pp$-)+TjF^u;w%1w%Miz!2*Mel- diff --git a/WS24_25/SWTD/buch/target/classes/com/buch/datenhaltung/IBuchDAO.class b/WS24_25/SWTD/buch/target/classes/com/buch/datenhaltung/IBuchDAO.class deleted file mode 100644 index 3f9c9254b25bbeee607afaa37a19d7b0a345060d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 398 zcmaJ-!A=4(6r8sL>#m}xcTXPRApHQ;M1v+In{XiUUP|39)?KpO8o!N$AK*tBUrFSE z#A9csGxO%_d;JOE7H2Uc!lkO-#N4YwETq$AA+7UeE+!8Qjqj&1T7=$GzDr>xCS!tsRU2~_4{%)ngGhw)k{%06Iq_fJ`N(Unknown Source) - at org.apache.derby.impl.jdbc.EmbedConnection30.(Unknown Source) - at org.apache.derby.impl.jdbc.EmbedConnection40.(Unknown Source) - at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source) - at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) - at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source) - at java.sql.DriverManager.getConnection(DriverManager.java:579) - at java.sql.DriverManager.getConnection(DriverManager.java:243) - at de.buch.datenhaltung.BuchDBDAO.open(BuchDBDAO.java:32) - at de.buch.datenhaltung.BuchDBDAO.laden(BuchDBDAO.java:43) - at de.buch.fachlogik.BuecherVerwaltung.laden(BuecherVerwaltung.java:31) - at de.buch.gui.Controller.laden(Controller.java:63) - at de.buch.gui.BuchHauptprogrammView$2.actionPerformed(BuchHauptprogrammView.java:36) - at java.awt.Button.processActionEvent(Button.java:409) - at java.awt.Button.processEvent(Button.java:377) - at java.awt.Component.dispatchEventImpl(Component.java:4861) - at java.awt.Component.dispatchEvent(Component.java:4687) - at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:729) - at java.awt.EventQueue.access$200(EventQueue.java:103) - at java.awt.EventQueue$3.run(EventQueue.java:688) - at java.awt.EventQueue$3.run(EventQueue.java:686) - at java.security.AccessController.doPrivileged(Native Method) - at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) - at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87) - at java.awt.EventQueue$4.run(EventQueue.java:702) - at java.awt.EventQueue$4.run(EventQueue.java:700) - at java.security.AccessController.doPrivileged(Native Method) - at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) - at java.awt.EventQueue.dispatchEvent(EventQueue.java:699) - at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) - at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) - at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) - at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) - at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) - at java.awt.EventDispatchThread.run(EventDispatchThread.java:91) -Caused by: java.sql.SQLException: Die Datenbank '/home/dwiesmann/DB/buchDB' wurde nicht gefunden. - at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) - at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) - ... 41 more -============= begin nested exception, level (1) =========== -java.sql.SQLException: Die Datenbank '/home/dwiesmann/DB/buchDB' wurde nicht gefunden. - at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) - at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) - at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) - at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) - at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) - at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source) - at org.apache.derby.impl.jdbc.EmbedConnection.newSQLException(Unknown Source) - at org.apache.derby.impl.jdbc.EmbedConnection.handleDBNotFound(Unknown Source) - at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) - at org.apache.derby.impl.jdbc.EmbedConnection30.(Unknown Source) - at org.apache.derby.impl.jdbc.EmbedConnection40.(Unknown Source) - at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source) - at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) - at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source) - at java.sql.DriverManager.getConnection(DriverManager.java:579) - at java.sql.DriverManager.getConnection(DriverManager.java:243) - at de.buch.datenhaltung.BuchDBDAO.open(BuchDBDAO.java:32) - at de.buch.datenhaltung.BuchDBDAO.laden(BuchDBDAO.java:43) - at de.buch.fachlogik.BuecherVerwaltung.laden(BuecherVerwaltung.java:31) - at de.buch.gui.Controller.laden(Controller.java:63) - at de.buch.gui.BuchHauptprogrammView$2.actionPerformed(BuchHauptprogrammView.java:36) - at java.awt.Button.processActionEvent(Button.java:409) - at java.awt.Button.processEvent(Button.java:377) - at java.awt.Component.dispatchEventImpl(Component.java:4861) - at java.awt.Component.dispatchEvent(Component.java:4687) - at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:729) - at java.awt.EventQueue.access$200(EventQueue.java:103) - at java.awt.EventQueue$3.run(EventQueue.java:688) - at java.awt.EventQueue$3.run(EventQueue.java:686) - at java.security.AccessController.doPrivileged(Native Method) - at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) - at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87) - at java.awt.EventQueue$4.run(EventQueue.java:702) - at java.awt.EventQueue$4.run(EventQueue.java:700) - at java.security.AccessController.doPrivileged(Native Method) - at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) - at java.awt.EventQueue.dispatchEvent(EventQueue.java:699) - at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) - at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) - at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) - at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) - at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) - at java.awt.EventDispatchThread.run(EventDispatchThread.java:91) -============= end nested exception, level (1) =========== -Cleanup action completed diff --git a/WS24_25/SWTD/buch/target/classes/com/buch/fachlogik/Buch.class b/WS24_25/SWTD/buch/target/classes/com/buch/fachlogik/Buch.class deleted file mode 100644 index 936ea1418d9aa856b67584ab8b2c8f3fa3878602..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1336 zcmZ{j+fEZv6o&uZPLCNVRA?#4u_*0u7!|w{xe!7ksfVQ4#KfCv8OuPKA??%)pTlco zyw|8mOuX;`d=Kw@2KC>2CPkp6nc0U~>tEmc_wLU>-+utOkGly(1o92<$gFo8`{qll zvETBV&Y}5$%LFump#$rcWwtE0X+EhR*bP5{xWI_obv(0bw;ikHyte8so53Bmtl903 za}=t#=hxQ+oN1u_-KwI6qn z>UMiKAk9|1hSjQBq$hc}srmb|N}+OvAtcF_F7s`dYiSnC$%=D229c4oc^yL-rn{w` zzA3b&>RXM&N7k__pFruH+d=c}y=nW>NVZEWlU(fvPK}hxmxUS8=|zn8ft8*~k*9&9 zRHdgfC*06VY)2qn^}6kbz3s?jP08D^BF_c0>@3PB#@{#+NOGRyU5X&hA8l82nyyA# zp+*|PQO5F!_#WYEi`jx>*7$}|;|uaH($)#`rzm_@ITL&jvX*>n)ETCo*SXSzEKFjG zE2%ggDn2KLjL%SU##lVXtTBIz;+b5QLLh)ffD}e4oKuoBL0TwD0eOb1Oh%p|Wo4Ng zVVQT#k5Q+rz^4gpd_{o`ym<>okS?EGsMxH#r}M_{(68Zt_`(a7!@22x(1455y$d2Y!qwlDJYV z{^w{ctSGRErCu`sbIg&+v!5;`FZ4}b#!8sH!BUbYu8!jD6w+#UksdB7g|6$U{zII`v*~G##sOW diff --git a/WS24_25/SWTD/buch/target/classes/com/buch/fachlogik/BuecherVerwaltung.class b/WS24_25/SWTD/buch/target/classes/com/buch/fachlogik/BuecherVerwaltung.class deleted file mode 100644 index af18ad21018416226a06281666ade15bd0032835..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1472 zcmah|ZBNrs6n<{msBEPhV+?V~iy-brD89dJpdy-(Eb;-J(QjRQ-3p~8Tc`XiO(bNR z7(e@?jOTV`E91p9x$QakxzBmdxljN6{qYOH8lKCL7#0n8U#qo^hW1G}8n#=v_Oy*Q zHyXTI<;^d;?X{h{j0i(=SO2VQw(ium?bW0*Q$2k|nZvi|Dr@EEwBy+f9SN zwuEOgXMVF4F-Xjl(}w5|mFOYkQ6&4(6^hAz^eu96D721J^p4OHy(bFCPzygX_Td=g zM@ScnN638hk6xuUg$S*qw5mwZlSUF#l*x1t;~KIQ5shDjE{7a-Jt(nB7*Rqgd`G(2 z!Hk6Wedd_IH%^k$Ax5Rgs9*t$#KdqDO9A6Xz^DqwYzMa_{6_IB)sP_6iWY&%5TDxP zQ?ZN{pHIUo;k)Cx;}1jg^FUPa4$@_PIx#l_1aypUF-au%C>Nof`#w#XG6JO*h$qv* qLk61YV9T?FoeOcENMz)J%Q%Tr$m^gaVUTlyI2X_5Tqivep8W&sS1&sN diff --git a/WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchErfassungView$1.class b/WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchErfassungView$1.class deleted file mode 100644 index ab34d9d222df1ff9947d45fdae145a9635b5b708..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1026 zcmah|VNVl55Pe&YmYydRR47_#g{o~)jw(vDXd(?nlZqsoes+6o+rwiwx!Wth%LFm; zgFnC@Wt=@43u?+Gd$T(?JM-qfxu3tj{{Zk3TN$JnN}f7)JF(Yyd$I5C&}KL6@+gXB zukDMIaybI?|atsp{6EM^ArPz;;J0kqZ zJAq)BYblQhZ65mOJak$HBE!lRHOqB^IKz|v4n){h;juVmC{|kkrC`_4(Wtg<4SlVG`=87BHWQna$L$$O1OMqJJW+fXr5=ZQpo=X D);#w* diff --git a/WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchErfassungView$2.class b/WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchErfassungView$2.class deleted file mode 100644 index 9e188615db19e494ad730db5b3e3020b718d2542..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 835 zcmah{O>fgc5Ph4NxG|=23xopwq7C2#38RWz0jVviKr*EgC>}^F{ar{< zBo6!leiUNXMCt*Qt~9$dqtSbBX7<kgtEzAW~ElCG*&24Ff{B$n$9yK zN$0cdQtb<=qaid;T5tce*QZW5 zwbWNxu8maVcfwBeD8wT?W?0G!!L8UYt<~z7E0NRq;_fA5m7|e_ZxwC&Ag2!_Xp9R- z!q_+3SZva2>SWizqR4HCzFdv0iGZ@#$$L(*%LKhA-w^h`WARH>vqX1;YJfc~(;ZfR zfSb5Q5yNe?X9(#GA?kfaSiis>_g-M_5@(S#0I!L?j}{IqymrMJ&G3MTv_2q24_j1Q Y!!|nfdbGKRh{z#WHqe(0dBUzrT_o{ diff --git a/WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchErfassungView.class b/WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchErfassungView.class deleted file mode 100644 index 0cad4020f7f06af267fedf80c3357965a78888e0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3367 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 diff --git a/WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchHauptprogrammView$2.class b/WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchHauptprogrammView$2.class deleted file mode 100644 index ea709ec3c7ce2fb5748d778cb7e84912581e67e4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 898 zcma)4VNVl55PjR09z9N5P@y0Q;sMuUJVX3eG?4~_NktM(zi+Q=yX0<{-0i{dGC@uJ z;1BRe8E22ihJ*;0%-+oG?0d6s=l7qVzW}_(a|a~`KhjA!$fI#M%4K*!&JoYg%vq{O zDNmBV6c_%Ug9=0Al%Ml3=4upv9Gr^CIH)qL6xoFe=rj>ShV`I#qa24;nog@#E?Y&ckFSh@y1E%ETwN-`7kp->ErWLW)Q zyF~p-=V>I~Nh{gPjkEE>-j}2}R8g!msYV}!8S9~k04;|3C>7j@gWMRcPPh^=NguSP ztVNEb^xi9)mTt_mOwbd|9*fKz>C9k*p0!Li1J-ER*QL=dk=5W*c8s}B`cx%7fGnwGXMYp diff --git a/WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchHauptprogrammView$3.class b/WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchHauptprogrammView$3.class deleted file mode 100644 index e9cc84aba8dc7cd9f5bf67e87e98660d1ad372d4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 898 zcma)4T~8B16g|_HE?rhzQ27!BVTEl$*970HCemOqDM+H}`*b_BLw0A#?kxN+6V${9 ze}F&AcxP>FNQf}WosWC(oO9>g`Stt9PXKSQ>!8HoM>+}nc{B=#xeWJdbI9{^bDrv9 z%9Erg#ihUJpu*5N;}<-Pxf+Ha`)49D4yp{Rg_mENP+SOQ!grC8T6JY+gc2!3)r@53 zza*mW?M!XTe=U_XZyC0OyIg4Y7%Ck-5H&E|^Wb3GMHzJuH8dE?fla7)r4q+^(iiDx z-j4;tTvtat?(tOG^VnIjr7~>Yf!E)oQtP~U>xoEDb()9)!&=b2QH}#EO}p8vVG+v? zmKZi}7sJD2tT4EdRwmVPY}H)4UR&p1sO{nj)*Y-dEL?-0qQ6dPBk^8Z$(C>Y8!zm8Ns0p%#X6H}cqGh74?F~DGR#J);707{#%OiIm553DpgCbJ zd?cm!LD6sN#5~IcwP5;KWadz32J6(;GT9VZqhY&CU$;b7gG=5S+P$K)^|-B_ukc#m zasNw^GfQ)oa)1`*X!eS|iwAf}Cx%CuA0u>VwFon;^_e;p|57SxUo-4BZt|enV<>g?KvckRJAj8dA4OCHR8V6mHe5h8l1dzBxnR*wHb>6!)7D8l8!@1O{dwbUuyD5<0qA>)xSih&Uo z>;Eg6(tp&MiN#y#Xj{8-KAyQh6CH;tPIM~O@V&4jJqXZ1lVKq?f?IKrS*z6vS0W+$ z8_ikP+(&cK5AzhPqr;pbP+Dcy@4 oX6bL}6owvQ8;=Q~ggQYK@B}+_mZ;ggXp!d1bVazeM^eDbA9Ii09{>OV diff --git a/WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchHauptprogrammView$5.class b/WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchHauptprogrammView$5.class deleted file mode 100644 index ac81f7c85009c2b14d8ba02523f498c1d5d5cf05..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 899 zcma)4ZBG+H5Pr6;J$jtBpzmulyUZKY)FW($?VR|&OS5y%>4TO<0pW(c=K|>}Sz1j58VTkg~_KQ+sN3 zZ1`x@lj6L-?V-d_JK<+MOt^}}&;1h-Sr27~mE6nEZ79x!vf=y4O0BvwwL%HQP_{#v z)}K?N?)9146#qslY2PtyHg58u*<&bm^gvX=a65p9DIY~t15{9BC^lR`wJVj_&qjS= zj(9&246|Jw@ubI%boSU;a-}kC+#qj#n@X+n{I3VX9BVTY1BTT`_ewf;9X0J{uYv_E zd01pvzn+W$53tPOM_O5NKGd0s#0Tj(Te@;Mp1BVb7rQD-bShQ+N!Xzt1ZbeiFcTTUt=P$|)#`vNkr4Nd z<|J$GBQArFipHgr@H7?FgQF6-2zDkK6$4}dqKAI_^qw4 z2wLB9=SvI6~16Kv2~qE2t3MVc$q72(zvNdXIg0LdWR^8f$< diff --git a/WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchHauptprogrammView.class b/WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchHauptprogrammView.class deleted file mode 100644 index a2706f91720435d753e887b2bce95e7eee90cddf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2403 zcma)7NpllN6#m+lJYo=F$zTv$u-RnUMwm50U@!(@foz-@i3mu-SZd^f(Tp-PvVrVL z<&?@Hr{tDfD#zpysVb_<56Dl-A(gL3!VBe4mdm}o*Ztnt-&^MIfB*aoz!iL>p+{i2 z?9|eWjq*~u+A!1CxtK8;b-(U9RoAH1il$uA5E9t=)L1ss#)_ZLQZ5DhJ?WZ;Rg|u0 zI(8vtbI(iKSLH@M}Ut|}wYciFT}e^TIJ z@_$c_6a_-lPDMu0PizYIvUFDr%Wv3K9leN05ygPOo@71%ZW(qpz2Lj1UCoRXw}F}{ zbZpnT+8f0_Bm^{1`U~buzAc>0+G<BMbk4EEy4^XA1ESrq8zqLc?i+fz>p)<(iee@xp2NI?_0!_)h2;$2qk+Pv+J=uybzKu#Kv8$-jn+guQC2 z!(IgMkeoT$&~X8A4VQ^^LzZj`_1J`t3?`M+s{$uqOPNit5P)(q6~%Q-GlY!CR9OW! zZ+gD8Relby122~une@gJG!el~CQ9C@NL$0LtzkW*Ba6uhSSR7YnTGtG$2O-9D#dUfsUO>dH#jH>(<$I9s9jyp94URbYo%;C0sh>$%OK*|I?% z*A$(AvX;Y^;)h8xq7jXV_?N*CDEymV#7 zlwQrS?R4&L&>92qr>N6WMO=qOP30S5$GUmaH4|i38Fi)oSm5ZoY}^1Sr}C0Of>K~j z?p?*Ln($gT)ZwC`j4ca{tTXlo9s&q1o=5QlFBt&#V%I0x$)IH#Zk6r^HsP9iwMbCG zQ%U4nlX#Oa_M-)-;g+T1P+<4y~95lYykx$dPbiX9wxa`&A39?oN__^uXWsnI{MI~Bt}F)`f4V5;3_rT%^$HRg3IQ%Zew1_-+LurQ1ZS+UmFD_zfbw-SQGEx9~}?I1YgWe zBHWq!g6TJ6?SWz-ix|fP91n6l#81mGCir!_LhTISUtmXnjMJ#GO+Lp(e2dHYj@lnE ziJx#4KjRvH!BoK1OoxLmQ!)IA5+0DD1Na^f@rWKLu!0Y`>ZR?+_>ij*=NWv&Rhafq zbN7f`Zi9ivZiMT!+DnWl+9;D-$^U98Znp5O1*-*z6uYI-7W`R0du1)QaoPrMGK#mD zRWmq_+X2cW9c%ampHjb%S@an`r>`L*P#M-k{TI~q;7fePIYoJfv-)K_6B}^nH{YEL Q-T7@!hv%bp2R~ zo-fYrrhyzo>6D*wH{f#UzVDw3PZ`KFtR-H4u3T{@q;lVQ$`57oR*HxruSR}s?^1#8 z%@tY{_tKZXdd;xm%nGdc7;^1!APQi(ZNb32i7bj13MesT9UV~Y`cfQC#(fce;Qc@_ zl)ItFgC383eNLS@4UJ)aMm@Vp(26|abS$EeVKf$l1mk~c?`sKK^yp zJvBT#IuU8OFEtZi4iAMIg#!ysJY!h!BEglo8kb`(ML@lB>etm1AN9cMNE)Yhz~fj@ z&*qOrtPa9hVUy+{OKT3SRMO)>Go7JTfJxq4WbM&ed(6i6cUX-dxbrQES)e^nF(9SN zv|EX7;x6vdiQzsL(+uM@gWb4*b%CYKSFCFD5^GnU&Gh0Dw$7b}&Rs^1_ASETkX=U& v+ew|p1dW~60cb6Q%AoQW#Z}%Q diff --git a/WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchListeView$2.class b/WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchListeView$2.class deleted file mode 100644 index d87c1c13c488d885928719b192d9fc809b3fb3c8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 767 zcmaJ2KaNf*wE?OETOO6?Hl{PuHh!I2Wwfu=lnYetR27{k+#tES!#?Ld zS6bPZ0z2JhiM^pf<-m-o4uR_t0@Om3(TGq-Q=r^+35`T)I-1W$l%L2^MgnVzNo6*a zxpMIWtT<@`+e`X&1}v>1{Y=M{e>VAy#$Mxp$3Ao`*zXNPw6GcAj=<*CLr1vlB(J2I zDOjRlYbQ%+1;S5eo~QIy`H}v)qsOk0r5Xg1x}`RSC{>IfOV#@;iI9TN8U zz9H)Wz>P0HXO+(?=KwL*_>8EmTk({q*BB;p7X{|449QYZmnkq@=CIIjBY^>q6w(ZdoCz4HcuHoLavj=gCpDCVm+ZeYy9D8tzK zaU3@>&X8(Iy&E(`mtYR(@|CkJ7cJbPQBUg_YHegN$#ENZNEVYXebPhL%c?Hl$1Idn z$l{)by9D8U-Z}0gN5!M=d{(w8yTCDRIPG=)AR@lAc)&3WhrxCOrNhAYjliSb^p#Fu z6>U5Ot4=}GGQ%Jw-s8kRnmM7i&&2lOt!mp5Kuq*J|PUf qB=ZuU5{hNY?+5#dMT=sSRL4xaLUllvskKfwGr5_|d^YIxAp0A$ViG?9 diff --git a/WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchListeView$4.class b/WS24_25/SWTD/buch/target/classes/com/buch/gui/BuchListeView$4.class deleted file mode 100644 index 40937e81bbff333778f5b71f33b463abf444cb87..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 907 zcmaJfgc5Ph43I5CDMp_Gy~ZGiy!fSQlo0vw1^VHDa*MY%i9DA~$cOZKMaZz0hl zaX_5;QHWVLs34JAn)S?R_U*hk^YhoY?*LxorG<>ZW)RKX(L9*Cleu)?vNMp0rlF+M zddEUepmgk?_-^Q{iF+_Qra)WB3v8rW|5UqlLQ1=yrdfJZQ7n+xQ<>DCG5laTewXWB zNhS3gf$hdsh0UQrt{07|2!R_8EEH^HvErbJl0dd$3RVVE(f)ikqWGgf3Q3?chyp(x z`mr?eBAGL-32a^QUcJMul_WDd(!QqNl)2Mbpw<}thjriZ?>2`v)={-^S73cvm4gjz z3Rn};MlXTYM)LylFL}Ebwgk$Ts(VV)gkl>t>^QiG`vL{2^w1CIOp?iaMbz=g!b5@T za=9HmMuX)`DC8m1*i&QrBp^IC#;GpnCSV^$^EjYAnacXlmh75FS^d5W!YGky@`3a; z8ar^o^DhT6v4j_!ap)@wc`ScOo9#(+EVtt+-ke_OCkgR*3j37kcTu9T!z0hKU4tl< z%;b4_Gi*iJoW0IohhvkmTkSJAt*^NGIjt%4ndcgyhYFug>f5-5RgMI1V{L)(et}SF zeSy5s*h|sY(zvof1LvA(Fsb?5wI>Qglz)uYPBm7MG&hFZhl8k>qws!Bm=iGD8 z`ObIF)!+X6)}H~K!m5Ebg*|0&DL-2)&*$fAPJW1kQ6~s>$|gW zQJ96(G`ua)Rb38srRY}lH3m{t=s4-PPIy}3WM9LP5#L_Yg@!EwtI7F04lVST6sG_0 z?VI^5mea#tMQ6}MU?gD?Fj=Iq*ThcjQ#f+>$q}Me+nvi#hQ8y@6)yIdwm{*XCbHNn zqh1r+u|q}&P2}*7EJue-9L5oauClM~Pz&7Jov>Y9Rmk=AH{glZ3bLioL_aKrlwGMP zSWTV`drQlntKG2Bw6U=$n+HuC#e)h)puvc!V_LddUf#*($fC`xu`v$#L~~ZE05fQ+6cC$<}JgCWARo7SrLp6DaI!O>avr zkSp0G+i|ZtZpFLGB51@OQ$wM<)%5k{*t`K!Y5NAFBc!q{zsDq5X9!eZf62hG!mbUS zA@R;b2nD`(bXUZl1NTjg03Ep^Z%y#WL?UR58Sd@+G9jb+)=VmZU zbl-lCZ1;&?5#!>;IUb%^YNm+T_z+=fsn`}&4n35`1SZACl*0bL%>a}v7Ev-WjgOE~ zq{o@Euk(y9PeGxqrv9xP(c8ug}28S??Pd z%duI^U{;(jM?_0XLYpwL%>Y~7W}zR?;rx)Z*Z0%R$SSw}bI0OrCf#gKx6w50h`&7p8n$^uMFf-;|I>n~Lkc85LpW zDWaHXmpmiX4!f=*Ok_Z&zowt zF;I^Nxt96anJ6SG+}?+%R$8M(i>fd0i6vTZLDf)0Sw* z1|PTGN>vAkMm=w_wp?gJIiXC`O3TJ6_St)=Uux1%*xO8x#Kf>&txl4sg&iIEWd?s> z7FBO=uVR*puB-jwsvQJ6Fz_dZ!*|7bFV79U$xC%}RkAG(lb6}J4#F`l7gT@)OiqgQ zZ^s^fJ2*2qYeR-#UeeK+ohf?rs;0a%8h2673!CE<*LGqT=dq+4ySe%X()4z_RLiR~-*bTV3jiHC%Zd->{87$$JWilM2W2GTv_&HcB!!b4 zn~7{Yy13FNzdX3Y0Mr|VL!kKA8ctnU#rsDG)-c4u**ZRuERC(9cp>-XD#pf-u3_SW zwTchdaXwn5=GcjJPkIfPWc_1YA3R#eQ`3VzjP9vvYYj6OI(Md4VXvTKy@|>iE{o=T z9Zo!5kZHA!B~JJM6{qBN3!hLp(eXMC_jKF>e-r!#&zxu%{hszZJ|mCMzlARWb$nSg zzN&EJ_P+;2A@_|szBMqIds$w8WMnA_y5mt2dx`D=jt&yfLqy@Q{O%z_d0wB7;2bqe z#J56R0}SI?uD*aL@EV@PExzBTmA_N#pS+kQ3#UmWB9~+#gMZ*ve3!WH#TssKBsky1 z_wfBF3pelsj?%Q&jUVDi#Qn$IeH^LVcm;+5W#ClwUo?2G!Jdi(x5wITu>39789s-=j ieG`1k=TiLQwH$vIlJ`wkzzRuP=RC{cCa8HC3;zR(FIr6i diff --git a/WS24_25/SWTD/buch/target/classes/com/buch/gui/Controller$ErfassungAendernStrategie.class b/WS24_25/SWTD/buch/target/classes/com/buch/gui/Controller$ErfassungAendernStrategie.class deleted file mode 100644 index 06458d1e39bbae6042cb46aa1bc12ba66ac75901..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 734 zcmah{TT22#6#hod>z0>Fvn+yyN+FBr$qGt}0+GPzeO*VLT4!K(xBt~c1U>Wv`ccu@ zO)P~a7S8>fbIy16^XvTsz!|m@h%g*kYTW2~)~GS`M5CpotCekYUA@u+({VgGyx_9W zwd}guboo&51Y!)ee__*lhPXQtPW6zX+zx>?spwQl;hr;8_Cl-n9~fdS)#oWNWDG1I zo<~V+zam|$ zzrlD3ik3*msR-CXmZTBb8RU>BkNRSH`h@=|#pZ##0kHU!oB)033RX!*Q6x|VC9IJy TkVT7PgLIU1B^JSEkS~7&8tbzj diff --git a/WS24_25/SWTD/buch/target/classes/com/buch/gui/Controller$ErfassungNeuStrategie.class b/WS24_25/SWTD/buch/target/classes/com/buch/gui/Controller$ErfassungNeuStrategie.class deleted file mode 100644 index 1bbaae4876b92e037b39147bf2d7f3df4234781f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 858 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 O2mdh%EXynWD*g{ud-4ka diff --git a/WS24_25/SWTD/buch/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/WS24_25/SWTD/buch/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst deleted file mode 100644 index 4576235..0000000 --- a/WS24_25/SWTD/buch/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ /dev/null @@ -1,27 +0,0 @@ -com/buch/gui/BuchErfassungView.class -com/buch/gui/Controller$ErfassungStrategie.class -com/buch/datenhaltung/DatenException.class -com/buch/gui/BuchListeView$2.class -com/buch/gui/BuchListeView$4.class -com/buch/gui/BuchHauptprogrammView$1.class -com/buch/gui/BuchListeView.class -com/buch/gui/Controller$ErfassungNeuStrategie.class -com/buch/fachlogik/BuecherVerwaltung.class -com/buch/gui/BuchHauptprogrammView$2.class -com/buch/gui/BuchErfassungView$2.class -com/buch/gui/InfoView$1.class -com/buch/datenhaltung/BuchDBDAO.class -com/buch/gui/Controller.class -com/buch/gui/BuchHauptprogrammView$4.class -com/buch/gui/BuchListeView$3.class -com/buch/gui/BuchHauptprogrammView$5.class -com/buch/Main.class -com/buch/gui/BuchListeView$1.class -com/buch/datenhaltung/BuchSerializeDAO.class -com/buch/gui/Controller$ErfassungAendernStrategie.class -com/buch/gui/InfoView.class -com/buch/fachlogik/Buch.class -com/buch/gui/BuchErfassungView$1.class -com/buch/gui/BuchHauptprogrammView$3.class -com/buch/datenhaltung/IBuchDAO.class -com/buch/gui/BuchHauptprogrammView.class diff --git a/WS24_25/SWTD/buch/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/WS24_25/SWTD/buch/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index e7e3ae0..0000000 --- a/WS24_25/SWTD/buch/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +++ /dev/null @@ -1,12 +0,0 @@ -/home/jordi/FH/WS24_25/SWTD/buch/src/main/java/com/buch/Main.java -/home/jordi/FH/WS24_25/SWTD/buch/src/main/java/com/buch/datenhaltung/BuchDBDAO.java -/home/jordi/FH/WS24_25/SWTD/buch/src/main/java/com/buch/datenhaltung/BuchSerializeDAO.java -/home/jordi/FH/WS24_25/SWTD/buch/src/main/java/com/buch/datenhaltung/DatenException.java -/home/jordi/FH/WS24_25/SWTD/buch/src/main/java/com/buch/datenhaltung/IBuchDAO.java -/home/jordi/FH/WS24_25/SWTD/buch/src/main/java/com/buch/fachlogik/Buch.java -/home/jordi/FH/WS24_25/SWTD/buch/src/main/java/com/buch/fachlogik/BuecherVerwaltung.java -/home/jordi/FH/WS24_25/SWTD/buch/src/main/java/com/buch/gui/BuchErfassungView.java -/home/jordi/FH/WS24_25/SWTD/buch/src/main/java/com/buch/gui/BuchHauptprogrammView.java -/home/jordi/FH/WS24_25/SWTD/buch/src/main/java/com/buch/gui/BuchListeView.java -/home/jordi/FH/WS24_25/SWTD/buch/src/main/java/com/buch/gui/Controller.java -/home/jordi/FH/WS24_25/SWTD/buch/src/main/java/com/buch/gui/InfoView.java diff --git a/WS24_25/SWTD/buch/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/WS24_25/SWTD/buch/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst deleted file mode 100644 index b395053..0000000 --- a/WS24_25/SWTD/buch/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst +++ /dev/null @@ -1 +0,0 @@ -HelloTest.class diff --git a/WS24_25/SWTD/buch/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/WS24_25/SWTD/buch/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst deleted file mode 100644 index fc26933..0000000 --- a/WS24_25/SWTD/buch/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst +++ /dev/null @@ -1 +0,0 @@ -/home/jordi/FH/WS24_25/SWTD/buch/src/test/java/HelloTest.java diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/BuchDBDAO.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/BuchDBDAO.html deleted file mode 100644 index 570bfcc..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/BuchDBDAO.html +++ /dev/null @@ -1 +0,0 @@ -BuchDBDAO

BuchDBDAO

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethods
Total132 of 1320%4 of 40%66474744
laden()590%20%22191911
speichern(List)440%20%22151511
open()160%n/a116611
BuchDBDAO(String)130%n/a117711
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/BuchDBDAO.java.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/BuchDBDAO.java.html deleted file mode 100644 index 00a4dce..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/BuchDBDAO.java.html +++ /dev/null @@ -1,92 +0,0 @@ -BuchDBDAO.java

BuchDBDAO.java

package com.buch.datenhaltung;
-
-import java.sql.Connection;
-import java.sql.DriverManager;
-import java.sql.ResultSet;
-import java.sql.SQLException;
-import java.sql.Statement;
-import java.util.LinkedList;
-import java.util.List;
-
-import com.buch.fachlogik.Buch;
- 
-/**
-  * Ein DAO für die Klasse Buch. Das DAO realisiert einen Zugriff auf eine
-  * relationale Derby-Datenbank. Die Datenbank muss breits existieren.
-  */
-public class BuchDBDAO implements IBuchDAO{
-    private Connection conn;
-    private String dbname;
-	
-	public BuchDBDAO(String dbname){
-		this.dbname = dbname;
-		try {
-			Class.forName("org.apache.derby.jdbc.EmbeddedDriver");
-		} catch (ClassNotFoundException e) {
-			e.printStackTrace();
-		}
-	}
-	
-	private void open() throws DatenException{
-		try {
-			conn = DriverManager.getConnection("jdbc:derby:"+dbname);
-		} catch (SQLException e) {
-			e.printStackTrace();
-			throw new DatenException("Keine DB-Verbindung");
-		}
-	}
-	
-	@Override
-	public List<Buch> laden() throws DatenException {
-		Statement s=null;
-		List<Buch> liste = new LinkedList<Buch>();
-		open();
-		try {
-			s = conn.createStatement();
-			ResultSet rs = s.executeQuery("SELECT * FROM buch");
-			while(rs.next()){
-				long id = rs.getLong(1);
-				String name = rs.getString(2).trim();
-				float preis = rs.getFloat(3);
-				Buch buch = new Buch(id, name, preis);
-				liste.add(buch);
-			}
-		} catch (SQLException e) {
-			throw new DatenException("Fehler beim Lesen aus DB");
-		} finally{
-			try {
-				s.close();
-				conn.close();
-			} catch (SQLException e) {
-			}
-		}
-		return liste;
-	}
-
-	@Override
-	public void speichern(List<Buch> liste) throws DatenException {
-		Statement s = null;
-		open();
-		try{
-			s = conn.createStatement();
-			s.executeUpdate("DELETE FROM buch WHERE id > -1");
-			for(Buch buch : liste){
-			   s.executeUpdate("INSERT INTO buch VALUES (" + buch.getID() + ",'"
-			                   + buch.getTitel() + "'," + buch.getPreis()+")");	
-			}
-		} catch (SQLException e){
-			e.printStackTrace();
-		} finally{
-			try {
-				s.close();
-				conn.close();
-			} catch (SQLException e) {
-			}
-			
-		}
-		
-	}
-
-
-}
-
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/BuchSerializeDAO.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/BuchSerializeDAO.html deleted file mode 100644 index e2e6ae5..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/BuchSerializeDAO.html +++ /dev/null @@ -1 +0,0 @@ -BuchSerializeDAO

BuchSerializeDAO

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethods
Total72 of 720%2 of 20%44272733
laden()390%20%22141411
speichern(List)270%n/a11101011
BuchSerializeDAO(File)60%n/a113311
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/BuchSerializeDAO.java.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/BuchSerializeDAO.java.html deleted file mode 100644 index 569950f..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/BuchSerializeDAO.java.html +++ /dev/null @@ -1,63 +0,0 @@ -BuchSerializeDAO.java

BuchSerializeDAO.java

package com.buch.datenhaltung;
-
-import java.io.File;
-import java.io.FileInputStream;
-import java.io.FileOutputStream;
-import java.io.IOException;
-import java.io.ObjectInputStream;
-import java.io.ObjectOutputStream;
-import java.util.LinkedList;
-import java.util.List;
-
-import com.buch.fachlogik.Buch;
-
-public class BuchSerializeDAO implements IBuchDAO {
-	private File f;
-
-	public BuchSerializeDAO(File f) {
-		this.f = f;
-	}
-
-	@SuppressWarnings("unchecked")
-	public List<Buch> laden() throws DatenException {
-		List<Buch> liste = null;
-		ObjectInputStream ois = null;
-		try {
-			FileInputStream fis = new FileInputStream(f);
-			ois = new ObjectInputStream(fis);
-			liste = ((List<Buch>) ois.readObject());
-		} catch (Exception e) {
-			e.printStackTrace();
-			throw new DatenException("Laden nicht möglich.");
-		} finally {
-			try {
-				ois.close();
-			} catch (IOException e) {
-			}
-		}
-		if (liste == null) {
-			liste = new LinkedList<Buch>();
-		}
-		return liste;
-	}
-
-	public void speichern(List<Buch> liste) throws DatenException {
-		ObjectOutputStream oos = null;
-
-		try {
-			FileOutputStream fos = new FileOutputStream(f);
-			oos = new ObjectOutputStream(fos);
-			oos.writeObject(liste);
-		} catch (Exception e) {
-			throw new DatenException("Laden nicht möglich");
-		} finally {
-			try {
-				oos.close();
-			} catch (IOException e) {
-
-			}
-		}
-	}
-
-}
-
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/DatenException.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/DatenException.html deleted file mode 100644 index 4f96c11..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/DatenException.html +++ /dev/null @@ -1 +0,0 @@ -DatenException

DatenException

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethods
Total4 of 40%0 of 0n/a112211
DatenException(String)40%n/a112211
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/DatenException.java.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/DatenException.java.html deleted file mode 100644 index 4d6c9c3..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/DatenException.java.html +++ /dev/null @@ -1,12 +0,0 @@ -DatenException.java

DatenException.java

package com.buch.datenhaltung;
-
-public class DatenException extends Exception {
-
-	private static final long serialVersionUID = 1L;
-
-	public DatenException(String msg) {
-		super(msg);
-	}
-
-}
-
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/index.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/index.html deleted file mode 100644 index 50b86f5..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/index.html +++ /dev/null @@ -1 +0,0 @@ -com.buch.datenhaltung

com.buch.datenhaltung

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethodsMissedClasses
Total208 of 2080%6 of 60%111176768833
BuchDBDAO1320%40%6647474411
BuchSerializeDAO720%20%4427273311
DatenException40%n/a11221111
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/index.source.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/index.source.html deleted file mode 100644 index 1a6a77e..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.datenhaltung/index.source.html +++ /dev/null @@ -1 +0,0 @@ -com.buch.datenhaltung

com.buch.datenhaltung

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethodsMissedClasses
Total208 of 2080%6 of 60%111176768833
BuchDBDAO.java1320%40%6647474411
BuchSerializeDAO.java720%20%4427273311
DatenException.java40%n/a11221111
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.fachlogik/Buch.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.fachlogik/Buch.html deleted file mode 100644 index f7fd969..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.fachlogik/Buch.html +++ /dev/null @@ -1 +0,0 @@ -Buch

Buch

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethods
Total58 of 580%2 of 20%99212188
Buch(long, String, float)220%20%227711
Buch()100%n/a113311
Buch(String, float)90%n/a114411
setTitel(String)40%n/a112211
setPreis(float)40%n/a112211
getID()30%n/a111111
getTitel()30%n/a111111
getPreis()30%n/a111111
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.fachlogik/Buch.java.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.fachlogik/Buch.java.html deleted file mode 100644 index 474a95d..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.fachlogik/Buch.java.html +++ /dev/null @@ -1,55 +0,0 @@ -Buch.java

Buch.java

package com.buch.fachlogik;
-
-import java.io.Serializable;
-
-public class Buch implements Serializable{
-	
-	private static final long serialVersionUID = 7990859856056431852L;
-	
-	private static long oid;
-	private long id;
-    private String titel;
-    private float preis;
-    
-    public Buch(){
-    	id=oid++;
-    }
-
-    public Buch(String titel, float preis){	
-    	this();
-    	this.titel = titel;
-    	this.preis = preis; 	
-    }
-    
-    public Buch(long id, String titel, float preis){	
-    	this.id = id;
-    	if(this.id > oid){
-    		oid = this.id + 1;
-    	}
-    	this.titel = titel;
-    	this.preis = preis; 	
-    }
-    
-    
-    public long getID(){
-    	return id;
-    }
-
-	public String getTitel() {
-		return titel;
-	}
-
-	public void setTitel(String titel) {
-		this.titel = titel;
-	}
-
-	public float getPreis() {
-		return preis;
-	}
-
-	public void setPreis(float preis) {
-		this.preis = preis;
-	}
-
-}
-
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.fachlogik/BuecherVerwaltung.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.fachlogik/BuecherVerwaltung.html deleted file mode 100644 index 1a1609a..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.fachlogik/BuecherVerwaltung.html +++ /dev/null @@ -1 +0,0 @@ -BuecherVerwaltung

BuecherVerwaltung

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethods
Total38 of 380%0 of 0n/a66121266
BuecherVerwaltung(IBuchDAO)110%n/a114411
add(Buch)60%n/a112211
getBuch(int)60%n/a111111
laden()60%n/a112211
speichern()60%n/a112211
getBuchliste()30%n/a111111
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.fachlogik/BuecherVerwaltung.java.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.fachlogik/BuecherVerwaltung.java.html deleted file mode 100644 index d88fc42..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.fachlogik/BuecherVerwaltung.java.html +++ /dev/null @@ -1,38 +0,0 @@ -BuecherVerwaltung.java

BuecherVerwaltung.java

package com.buch.fachlogik;
-
-import java.util.LinkedList;
-import java.util.List;
-
-import com.buch.datenhaltung.DatenException;
-import com.buch.datenhaltung.IBuchDAO;
-
-public class BuecherVerwaltung {
-  private List<Buch> liste;
-  private IBuchDAO dao;
-  
-  public BuecherVerwaltung(IBuchDAO dao){
-	  liste = new LinkedList<Buch>();
-	  this.dao = dao;
-  }
-  
-  public void add(Buch b){
-	  liste.add(b);
-  }
-  
-  public Buch getBuch(int index){
-	  return liste.get(index);
-  }
-  
-  public List<Buch> getBuchliste(){
-	  return liste;
-  }
-
-  public void laden() throws DatenException{
-	  liste=dao.laden();
-  }
-  
-  public void speichern() throws DatenException{
-	  dao.speichern(liste);
-  }
-}
-
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.fachlogik/index.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.fachlogik/index.html deleted file mode 100644 index a6c26e3..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.fachlogik/index.html +++ /dev/null @@ -1 +0,0 @@ -com.buch.fachlogik

com.buch.fachlogik

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethodsMissedClasses
Total96 of 960%2 of 20%15153333141422
Buch580%20%9921218811
BuecherVerwaltung380%n/a6612126611
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.fachlogik/index.source.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.fachlogik/index.source.html deleted file mode 100644 index 2c85657..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.fachlogik/index.source.html +++ /dev/null @@ -1 +0,0 @@ -com.buch.fachlogik

com.buch.fachlogik

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethodsMissedClasses
Total96 of 960%2 of 20%15153333141422
Buch.java580%20%9921218811
BuecherVerwaltung.java380%n/a6612126611
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchErfassungView$1.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchErfassungView$1.html deleted file mode 100644 index 9f3372d..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchErfassungView$1.html +++ /dev/null @@ -1 +0,0 @@ -BuchErfassungView.new ActionListener() {...}

BuchErfassungView.new ActionListener() {...}

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethods
Total20 of 200%0 of 0n/a225522
actionPerformed(ActionEvent)140%n/a114411
{...}60%n/a111111
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchErfassungView$2.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchErfassungView$2.html deleted file mode 100644 index 731ae9c..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchErfassungView$2.html +++ /dev/null @@ -1 +0,0 @@ -BuchErfassungView.new ActionListener() {...}

BuchErfassungView.new ActionListener() {...}

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethods
Total14 of 140%0 of 0n/a224422
actionPerformed(ActionEvent)80%n/a113311
{...}60%n/a111111
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchErfassungView.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchErfassungView.html deleted file mode 100644 index 93040b2..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchErfassungView.html +++ /dev/null @@ -1 +0,0 @@ -BuchErfassungView

BuchErfassungView

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethods
Total205 of 2050%2 of 20%77494966
createPanel()780%20%22151511
BuchErfassungView(Frame, Controller, Buch)440%n/a11111111
createButtonPanel()360%n/a118811
save()270%n/a119911
update()140%n/a113311
close()60%n/a113311
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchErfassungView.java.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchErfassungView.java.html deleted file mode 100644 index e447912..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchErfassungView.java.html +++ /dev/null @@ -1,99 +0,0 @@ -BuchErfassungView.java

BuchErfassungView.java

package com.buch.gui;
-
-import java.awt.*;
-import java.awt.event.*;
-
-import com.buch.fachlogik.Buch;
-
-public class BuchErfassungView extends Dialog {
-
-	private static final long serialVersionUID = 1L;
-	private Buch buch;
-	private Controller controller;
-	private TextField tf_name;
-	private TextField tf_preis;
-
-	public BuchErfassungView(Frame mainwindow, Controller controller, Buch buch) {
-		super(mainwindow, "Bucherfassung", true);
-		this.buch = buch;
-		this.controller = controller;
-		setSize(290, 150);
-		setLocation(150,100);
-		Panel mainPanel = new Panel(new FlowLayout());
-		mainPanel.add(createPanel());
-		add(mainPanel);
-		add(createButtonPanel(), BorderLayout.SOUTH);
-		setVisible(true);
-	}
-
-	private Panel createPanel() {
-		Panel p = new Panel();
-		p.setLayout(new GridLayout(2, 1));
-
-		Panel ptop = new Panel(new FlowLayout(FlowLayout.RIGHT));
-		ptop.add(new Label("Titel:"));
-		tf_name = new TextField(15);
-		ptop.add(tf_name);
-
-		Panel pbottom = new Panel(new FlowLayout(FlowLayout.RIGHT));
-		tf_preis = new TextField(15);
-		pbottom.add(new Label("Preis:"));
-		pbottom.add(tf_preis);
-
-		if (buch != null) {
-			update();
-		}
-
-		p.add(ptop);
-		p.add(pbottom);
-		return p;
-	}
-
-	private Panel createButtonPanel() {
-		Panel footer = new Panel();
-		Button button_speichern = new Button("Speichern");
-		button_speichern.addActionListener(new ActionListener() {
-			public void actionPerformed(ActionEvent e) {
-				save();
-				close();
-				controller.erfassenPerformed(buch);
-			}
-		});
-		footer.add(button_speichern);
-
-		Button button_abr = new Button("Abbrechen");
-		button_abr.addActionListener(new ActionListener() {
-			@Override
-			public void actionPerformed(ActionEvent e) {
-				setVisible(false);
-				dispose();
-			}
-		});
-		footer.add(button_abr);
-		return footer;
-	}
-
-	private void update() {
-		tf_name.setText(buch.getTitel());
-		tf_preis.setText(String.valueOf(buch.getPreis()));
-	}
-
-	private void save() {
-		try {
-			String name = tf_name.getText();
-			buch.setTitel(name);
-			float preis = Float.parseFloat(tf_preis.getText());
-			buch.setPreis(preis);
-		} catch (NumberFormatException a) {
-			close();
-			controller.erfassenFehler(buch);
-		}
-	}
-
-	private void close() {
-		setVisible(false);
-		dispose();
-	}
-
-}
-
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchHauptprogrammView$1.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchHauptprogrammView$1.html deleted file mode 100644 index 293ab78..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchHauptprogrammView$1.html +++ /dev/null @@ -1 +0,0 @@ -BuchHauptprogrammView.new ActionListener() {...}

BuchHauptprogrammView.new ActionListener() {...}

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethods
Total11 of 110%0 of 0n/a223322
{...}60%n/a111111
actionPerformed(ActionEvent)50%n/a112211
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchHauptprogrammView$2.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchHauptprogrammView$2.html deleted file mode 100644 index 6e5c53c..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchHauptprogrammView$2.html +++ /dev/null @@ -1 +0,0 @@ -BuchHauptprogrammView.new ActionListener() {...}

BuchHauptprogrammView.new ActionListener() {...}

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethods
Total11 of 110%0 of 0n/a223322
{...}60%n/a111111
actionPerformed(ActionEvent)50%n/a112211
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchHauptprogrammView$3.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchHauptprogrammView$3.html deleted file mode 100644 index 39760cb..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchHauptprogrammView$3.html +++ /dev/null @@ -1 +0,0 @@ -BuchHauptprogrammView.new ActionListener() {...}

BuchHauptprogrammView.new ActionListener() {...}

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethods
Total11 of 110%0 of 0n/a223322
{...}60%n/a111111
actionPerformed(ActionEvent)50%n/a112211
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchHauptprogrammView$4.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchHauptprogrammView$4.html deleted file mode 100644 index c895202..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchHauptprogrammView$4.html +++ /dev/null @@ -1 +0,0 @@ -BuchHauptprogrammView.new ActionListener() {...}

BuchHauptprogrammView.new ActionListener() {...}

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethods
Total11 of 110%0 of 0n/a223322
{...}60%n/a111111
actionPerformed(ActionEvent)50%n/a112211
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchHauptprogrammView$5.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchHauptprogrammView$5.html deleted file mode 100644 index bc49e25..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchHauptprogrammView$5.html +++ /dev/null @@ -1 +0,0 @@ -BuchHauptprogrammView.new ActionListener() {...}

BuchHauptprogrammView.new ActionListener() {...}

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethods
Total11 of 110%0 of 0n/a223322
{...}60%n/a111111
actionPerformed(ActionEvent)50%n/a112211
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchHauptprogrammView.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchHauptprogrammView.html deleted file mode 100644 index e84c6ec..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchHauptprogrammView.html +++ /dev/null @@ -1 +0,0 @@ -BuchHauptprogrammView

BuchHauptprogrammView

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethods
Total128 of 1280%0 of 0n/a33282833
createButtonPanel()860%n/a11171711
BuchHauptprogrammView(Controller)230%n/a117711
main(String[])190%n/a114411
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchHauptprogrammView.java.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchHauptprogrammView.java.html deleted file mode 100644 index 6f05954..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchHauptprogrammView.java.html +++ /dev/null @@ -1,76 +0,0 @@ -BuchHauptprogrammView.java

BuchHauptprogrammView.java

package com.buch.gui;
-
-import java.awt.*;
-import java.awt.event.ActionEvent;
-import java.awt.event.ActionListener;
-import java.io.File;
-
-import com.buch.datenhaltung.*;
-import com.buch.fachlogik.BuecherVerwaltung;
-
-
-public class BuchHauptprogrammView extends Frame {
-
-	private static final long serialVersionUID = 1L;
-	private Controller controller;
-
-	public BuchHauptprogrammView(Controller controller) {
-		super("Buchverwaltung");
-		this.controller = controller;
-		setSize(250, 290);
-		setLocation(50,100);
-		add(createButtonPanel());
-		setVisible(true);
-	}
-
-	private Panel createButtonPanel() {
-		Panel p = new Panel(new GridLayout(5, 1));
-		Button neu = new Button("Neu");
-		neu.addActionListener(new ActionListener() {
-			public void actionPerformed(ActionEvent e) {
-				controller.neu();
-			}
-		});
-		Button laden = new Button("Laden");
-		laden.addActionListener(new ActionListener() {
-			public void actionPerformed(ActionEvent e) {
-				controller.laden();
-			}
-
-		});
-		Button listen = new Button("Liste");
-		listen.addActionListener(new ActionListener() {
-			public void actionPerformed(ActionEvent e) {
-				controller.liste();
-			}
-		});
-		Button speicher = new Button("Speichern");
-		speicher.addActionListener(new ActionListener() {
-			public void actionPerformed(ActionEvent e) {
-				controller.speichern();
-			}
-
-		});
-		Button abr = new Button("Fertig");
-		abr.addActionListener(new ActionListener() {
-			public void actionPerformed(ActionEvent e) {
-				controller.fertig();
-			}
-		});
-		p.add(neu);
-		p.add(laden);
-		p.add(listen);
-		p.add(speicher);
-		p.add(abr);
-		return p;
-	}
-
-	public static void main(String[] args) {
-		BuecherVerwaltung buchliste = new BuecherVerwaltung(new BuchSerializeDAO(new File("/Users/dwiesmann/IO/buchliste.ser")));
-		//BuecherVerwaltung buchliste = new BuecherVerwaltung(new BuchDBDAO("/home/dwiesmann/DB/buchDB"));
-		Controller controller = new Controller(buchliste);
-		controller.start();
-
-	}
-}
-
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchListeView$1.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchListeView$1.html deleted file mode 100644 index 0412222..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchListeView$1.html +++ /dev/null @@ -1 +0,0 @@ -BuchListeView.new ActionListener() {...}

BuchListeView.new ActionListener() {...}

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethods
Total22 of 220%2 of 20%335522
actionPerformed(ActionEvent)160%20%224411
{...}60%n/a111111
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchListeView$2.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchListeView$2.html deleted file mode 100644 index e2b110e..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchListeView$2.html +++ /dev/null @@ -1 +0,0 @@ -BuchListeView.new ActionListener() {...}

BuchListeView.new ActionListener() {...}

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethods
Total10 of 100%0 of 0n/a223322
{...}60%n/a111111
actionPerformed(ActionEvent)40%n/a112211
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchListeView$3.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchListeView$3.html deleted file mode 100644 index 449a2f7..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchListeView$3.html +++ /dev/null @@ -1 +0,0 @@ -BuchListeView.new ActionListener() {...}

BuchListeView.new ActionListener() {...}

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethods
Total30 of 300%2 of 20%337722
actionPerformed(ActionEvent)240%20%226611
{...}60%n/a111111
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchListeView$4.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchListeView$4.html deleted file mode 100644 index 34c71ce..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchListeView$4.html +++ /dev/null @@ -1 +0,0 @@ -BuchListeView.new ItemListener() {...}

BuchListeView.new ItemListener() {...}

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethods
Total14 of 140%0 of 0n/a223322
itemStateChanged(ItemEvent)80%n/a112211
{...}60%n/a111111
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchListeView.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchListeView.html deleted file mode 100644 index 69635da..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchListeView.html +++ /dev/null @@ -1 +0,0 @@ -BuchListeView

BuchListeView

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethods
Total135 of 1350%4 of 40%55313133
createListenPanel()980%40%33191911
BuchListeView(Frame, Controller, List)310%n/a119911
close()60%n/a113311
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchListeView.java.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchListeView.java.html deleted file mode 100644 index 15f28df..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/BuchListeView.java.html +++ /dev/null @@ -1,89 +0,0 @@ -BuchListeView.java

BuchListeView.java

package com.buch.gui;
-
-import java.awt.*;
-import java.awt.event.ActionEvent;
-import java.awt.event.ActionListener;
-import java.awt.event.ItemEvent;
-import java.awt.event.ItemListener;
-
-import com.buch.fachlogik.Buch;
-
-public class BuchListeView extends Dialog {
-	
-	private static final long serialVersionUID = 1L;
-	
-	private Controller controller;
-	private List liste;
-	private java.util.List<Buch> buchliste;
-	private int selectedIndex;
-
-	public BuchListeView(Frame mainwindow, Controller controller, java.util.List<Buch> buchliste) {
-		super(mainwindow, "Buchliste", true);
-		this.controller = controller;
-		this.buchliste = buchliste;
-		selectedIndex = -1;
-		add(createListenPanel());
-		setSize(400, 500);
-		setLocation(150, 50);
-		setVisible(true);
-	}
-
-	private Panel createListenPanel() {
-		Panel panel_main = new Panel();
-		panel_main.setLayout(new BorderLayout());
-		Panel panel_button = new Panel();
-		
-		Button button_aendern = new Button("Ändern");
-		button_aendern.addActionListener(new ActionListener(){
-			public void actionPerformed(ActionEvent e){
-				if (selectedIndex > -1){
-					close();
-					controller.aendern(selectedIndex);
-				}
-			}
-		});
-		
-		Button button_abbrechen = new Button("Abbrechen");
-		button_abbrechen.addActionListener(new ActionListener(){
-			public void actionPerformed(ActionEvent e) {
-				close();
-			}
-			
-		});
-		panel_button.add(button_aendern);
-		panel_button.add(button_abbrechen);
-		liste = new List(20, false);
-		liste.addActionListener(new ActionListener(){
-			public void actionPerformed(ActionEvent e){
-		      Object obj = e.getSource();
-		      if(obj instanceof List){
-		    	  selectedIndex =  ((List)e.getSource()).getSelectedIndex();
-		    	  close();
-		    	  controller.aendern(selectedIndex);
-		    	  
-		      }
-			}
-		});
-		liste.addItemListener(new ItemListener() {
-			public void itemStateChanged(ItemEvent e) {
-				selectedIndex = ((Integer) e.getItem()).intValue();
-			}
-		});
-		
-		if (buchliste != null) {
-			for (Buch b : buchliste) {
-				liste.add(b.getTitel() + "   " + b.getPreis());
-			}
-		}
-		panel_main.add(liste, BorderLayout.CENTER);
-		panel_main.add(panel_button, BorderLayout.SOUTH);
-		return panel_main;
-	}
-
-	private void close() {
-		setVisible(false);
-		dispose();
-	}
-
-}
-
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/Controller$ErfassungAendernStrategie.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/Controller$ErfassungAendernStrategie.html deleted file mode 100644 index 9a57508..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/Controller$ErfassungAendernStrategie.html +++ /dev/null @@ -1 +0,0 @@ -Controller.ErfassungAendernStrategie

Controller.ErfassungAendernStrategie

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethods
Total8 of 80%0 of 0n/a222222
Controller.ErfassungAendernStrategie(Controller)70%n/a111111
erfassenPerformed(Buch)10%n/a111111
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/Controller$ErfassungNeuStrategie.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/Controller$ErfassungNeuStrategie.html deleted file mode 100644 index 2ae7cce..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/Controller$ErfassungNeuStrategie.html +++ /dev/null @@ -1 +0,0 @@ -Controller.ErfassungNeuStrategie

Controller.ErfassungNeuStrategie

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethods
Total13 of 130%0 of 0n/a223322
Controller.ErfassungNeuStrategie(Controller)70%n/a111111
erfassenPerformed(Buch)60%n/a112211
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/Controller$ErfassungStrategie.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/Controller$ErfassungStrategie.html deleted file mode 100644 index 8c59608..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/Controller$ErfassungStrategie.html +++ /dev/null @@ -1 +0,0 @@ -Controller.ErfassungStrategie

Controller.ErfassungStrategie

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethods
Total17 of 170%0 of 0n/a223322
erfassen(Buch)110%n/a112211
Controller.ErfassungStrategie(Controller)60%n/a111111
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/Controller.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/Controller.html deleted file mode 100644 index 08b5c79..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/Controller.html +++ /dev/null @@ -1 +0,0 @@ -Controller

Controller

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethods
Total124 of 1240%0 of 0n/a101035351010
laden()200%n/a116611
speichern()200%n/a116611
liste()170%n/a113311
aendern(int)140%n/a113311
neu()130%n/a113311
erfassenFehler(Buch)120%n/a113311
fertig()100%n/a114411
start()70%n/a112211
Controller(BuecherVerwaltung)60%n/a113311
erfassenPerformed(Buch)50%n/a112211
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/Controller.java.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/Controller.java.html deleted file mode 100644 index 7bfebe1..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/Controller.java.html +++ /dev/null @@ -1,92 +0,0 @@ -Controller.java

Controller.java

package com.buch.gui;
-
-import com.buch.datenhaltung.DatenException;
-import com.buch.fachlogik.Buch;
-import com.buch.fachlogik.BuecherVerwaltung;
-
-public class Controller {
-	private BuecherVerwaltung buchliste;
-	private BuchHauptprogrammView gui;
-	private ErfassungStrategie strategie;
-
-	public Controller(BuecherVerwaltung buchliste) {
-		this.buchliste = buchliste;
-	}
-
-	public void start() {
-		gui = new BuchHauptprogrammView(this);
-	}
-
-	private abstract class ErfassungStrategie {
-		public void erfassen(Buch buch) {
-			new BuchErfassungView(gui, Controller.this, buch);
-		}
-
-		public abstract void erfassenPerformed(Buch buch);
-	}
-
-	private class ErfassungNeuStrategie extends ErfassungStrategie {
-		@Override
-		public void erfassenPerformed(Buch buch) {
-			buchliste.add(buch);
-		}
-	}
-	
-	private class ErfassungAendernStrategie extends ErfassungStrategie{
-		@Override
-		public void erfassenPerformed(Buch buch) {
-			
-		}		
-	}
-	
-	public void neu(){
-		strategie = new ErfassungNeuStrategie();
-		strategie.erfassen(new Buch());
-	}
-
-	public void aendern(int index) {
-		strategie = new ErfassungAendernStrategie();
-		strategie.erfassen(buchliste.getBuch(index));
-	}
-
-	public void erfassenPerformed(Buch buch) {
-		strategie.erfassenPerformed(buch);
-	}
-	
-	public void erfassenFehler(Buch buch){
-		new InfoView(gui, "Bitte ein gültige Zahl eingeben");
-		strategie.erfassen(buch);
-	}
-
-	public void laden() {
-		try {
-			buchliste.laden();
-			new InfoView(gui, "Daten wurden geladen.");
-		} catch (DatenException e) {
-			new InfoView(gui, "Fehler: Daten konnten nicht geladen werden!");
-		}
-	}
-
-	public void liste() {
-		strategie = new ErfassungAendernStrategie();
-		new BuchListeView(gui, this, buchliste.getBuchliste());
-	}
-
-
-	public void speichern() {
-		try {
-			buchliste.speichern();
-			new InfoView(gui, "Daten wurden gespeichert.");
-		} catch (DatenException e) {
-			new InfoView(gui, "Fehler: Daten konnten nicht gespeichert werden!");
-		}
-	}
-
-	public void fertig() {
-		gui.setVisible(false);
-		gui.dispose();
-		System.exit(0);
-	}
-
-}
-
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/InfoView$1.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/InfoView$1.html deleted file mode 100644 index ce5bb63..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/InfoView$1.html +++ /dev/null @@ -1 +0,0 @@ -InfoView.new ActionListener() {...}

InfoView.new ActionListener() {...}

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethods
Total14 of 140%0 of 0n/a224422
actionPerformed(ActionEvent)80%n/a113311
{...}60%n/a111111
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/InfoView.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/InfoView.html deleted file mode 100644 index 935b561..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/InfoView.html +++ /dev/null @@ -1 +0,0 @@ -InfoView

InfoView

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethods
Total57 of 570%0 of 0n/a11141411
InfoView(Frame, String)570%n/a11141411
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/InfoView.java.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/InfoView.java.html deleted file mode 100644 index 61e51bb..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/InfoView.java.html +++ /dev/null @@ -1,40 +0,0 @@ -InfoView.java

InfoView.java

package com.buch.gui;
-
-import java.awt.BorderLayout;
-import java.awt.Button;
-import java.awt.Dialog;
-import java.awt.Frame;
-import java.awt.Label;
-import java.awt.Panel;
-import java.awt.event.*;
-
-public class InfoView extends Dialog {
-	
-	private static final long serialVersionUID = 1L;
-
-	public InfoView(Frame mainwindow, String info) {
-		super(mainwindow, "Info", true);
-		setSize(290, 100);
-		setLocation(150,150);
-		Label text = new Label(info);
-        Panel infoPanel = new Panel();
-        infoPanel.add(text);
-        
-		Button ok = new Button("OK");
-		ok.addActionListener(new ActionListener() {
-			@Override
-			public void actionPerformed(ActionEvent e) {
-				setVisible(false);
-				dispose();
-			}
-		});
-		Panel buttonPanel = new Panel();
-		buttonPanel.add(ok);
-		
-		add(infoPanel, BorderLayout.CENTER);
-		add(buttonPanel, BorderLayout.SOUTH);
-		setVisible(true);
-	}
-
-}
-
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/index.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/index.html deleted file mode 100644 index e21a582..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/index.html +++ /dev/null @@ -1 +0,0 @@ -com.buch.gui

com.buch.gui

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethodsMissedClasses
Total866 of 8660%10 of 100%585819919953532020
BuchErfassungView2050%20%7749496611
BuchListeView1350%40%5531313311
BuchHauptprogrammView1280%n/a3328283311
Controller1240%n/a10103535101011
InfoView570%n/a1114141111
BuchListeView.new ActionListener() {...}300%20%33772211
BuchListeView.new ActionListener() {...}220%20%33552211
BuchErfassungView.new ActionListener() {...}200%n/a22552211
Controller.ErfassungStrategie170%n/a22332211
BuchErfassungView.new ActionListener() {...}140%n/a22442211
BuchListeView.new ItemListener() {...}140%n/a22332211
InfoView.new ActionListener() {...}140%n/a22442211
Controller.ErfassungNeuStrategie130%n/a22332211
BuchHauptprogrammView.new ActionListener() {...}110%n/a22332211
BuchHauptprogrammView.new ActionListener() {...}110%n/a22332211
BuchHauptprogrammView.new ActionListener() {...}110%n/a22332211
BuchHauptprogrammView.new ActionListener() {...}110%n/a22332211
BuchHauptprogrammView.new ActionListener() {...}110%n/a22332211
BuchListeView.new ActionListener() {...}100%n/a22332211
Controller.ErfassungAendernStrategie80%n/a22222211
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/index.source.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/index.source.html deleted file mode 100644 index 0ced23d..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch.gui/index.source.html +++ /dev/null @@ -1 +0,0 @@ -com.buch.gui

com.buch.gui

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethodsMissedClasses
Total866 of 8660%10 of 100%585819919953532020
BuchErfassungView.java2390%20%11115656101033
BuchListeView.java2110%80%15154545111155
BuchHauptprogrammView.java1830%n/a13133838131366
Controller.java1620%n/a16164343161644
InfoView.java710%n/a3317173322
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch/Main.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch/Main.html deleted file mode 100644 index 0f719d9..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch/Main.html +++ /dev/null @@ -1 +0,0 @@ -Main

Main

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethods
Total6 of 60%0 of 0n/a223322
Main()30%n/a111111
main(String[])30%n/a112211
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch/Main.java.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch/Main.java.html deleted file mode 100644 index fde86fa..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch/Main.java.html +++ /dev/null @@ -1,9 +0,0 @@ -Main.java

Main.java

package com.buch;
-import com.buch.gui.BuchHauptprogrammView;
-
-public class Main {
-    public static void main(String[] args) {
-        BuchHauptprogrammView.main(args);
-    }
-}
-
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch/index.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch/index.html deleted file mode 100644 index 1cf18b4..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch/index.html +++ /dev/null @@ -1 +0,0 @@ -com.buch

com.buch

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethodsMissedClasses
Total6 of 60%0 of 0n/a22332211
Main60%n/a22332211
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/com.buch/index.source.html b/WS24_25/SWTD/buch/target/site/jacoco/com.buch/index.source.html deleted file mode 100644 index a12ffd1..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/com.buch/index.source.html +++ /dev/null @@ -1 +0,0 @@ -com.buch

com.buch

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethodsMissedClasses
Total6 of 60%0 of 0n/a22332211
Main.java60%n/a22332211
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/index.html b/WS24_25/SWTD/buch/target/site/jacoco/index.html deleted file mode 100644 index 1d435ff..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/index.html +++ /dev/null @@ -1 +0,0 @@ -buch

buch

ElementMissed InstructionsCov.Missed BranchesCov.MissedCxtyMissedLinesMissedMethodsMissedClasses
Total1,176 of 1,1760%18 of 180%868631131177772626
com.buch.gui8660%100%585819919953532020
com.buch.datenhaltung2080%60%111176768833
com.buch.fachlogik960%20%15153333141422
com.buch0%n/a22332211
\ No newline at end of file diff --git a/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/branchfc.gif b/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/branchfc.gif deleted file mode 100644 index 989b46d30469b56b014758f846ee6c5abfda16aa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 91 zcmZ?wbhEHb6=b<*h$V|V6X-NwhSNb diff --git a/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/branchnc.gif b/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/branchnc.gif deleted file mode 100644 index 1933e07c376bb71bdd9aac91cf858da3fcdb0f1c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 91 zcmZ?wbhEHb6=b<*h$V|V6X-N9U38B diff --git a/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/branchpc.gif b/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/branchpc.gif deleted file mode 100644 index cbf711b7030929b733f22f7a0cf3dbf61fe7868f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 91 zcmZ?wbhEHbm$mi>nCYN#As;!%lJz1A{dHmlPuc diff --git a/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/bundle.gif b/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/bundle.gif deleted file mode 100644 index fca9c53e629a7a5c07186ac1e2a1e37d8d6e88f4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 709 zcmZ?wbhEHb6krfwxXQrrpW*-7BK;o8CDEUD?$vun5^UNelT%D!ODhRsX(Ohwq+z^!{nkw1lu( zDPc2HV&`P7KEHX-jYA>R6T@ewM9fTyo0E0x)!k_2wz@P-Sk{|^LE{K>+|z);Vi!vF-J zIALI4-caAv+|t_C-oY&>$uA|y-ND80=rPrik*keM);A(7JS@bMXJ#`uzjsjN>eYc> zj1!vJoq|_~`Ugb%`8WwRvs$=Bx;h_qcXM-KZDthLjMNep5fPP;Q{vk%FCD3^prRsd zAfR@-Nl4k$GSW~(G16XNhoM=9$H>NPjk%o(&&DPp6ODz*?)|b>X&fF28jY>Ox-nZU Y5*r^bWMyL$kZ52~Skzz7#K>R`0G8r7i~s-t diff --git a/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/down.gif b/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/down.gif deleted file mode 100644 index 440a14db74e76c2b6e854eacac1c44414b166271..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 67 zcmZ?wbhEHbZ%p}jXB Ub$^Lu-Ncq(ygK&ScM%3_0Po}%Qvd(} diff --git a/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/greenbar.gif b/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/greenbar.gif deleted file mode 100644 index 0ba65672530ee09f086821a26156836d0c91bd74..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 91 zcmZ?wbhEHbWMtrCc+ADXzmZ>do2<@m9j_x^v8Q5duh#b5>RIq$!Lmoo);w9mu$BQ0 eDgI<(1nOeYVE_V<84N5O20cYWMlKB;4AuaIXBwOU diff --git a/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/group.gif b/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/group.gif deleted file mode 100644 index a4ea580d278fb727e4ae692838877fa63c4becf9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 351 zcmZ?wbhEHb6krfwxXQpVwXtJrV`pb|Z&Bgo_>{Q`Df1G5Wa`}H^qKLgbHn221;#86 zie2Oyy23SVg;&(l)`=%9{nuIstg#PSrQx<&&vS#m*G7G>4W@o;CvAN*Y1^AgTVGGw z_ImEoPjiobns@ZmyknnMUi-Q7>W`Jzer$aB_t(pL-|kQQ|MAfO*PGv5?Ee3B$^ToO z|A8VGOaEW3eSEO?=BC06Ybq|Tt-P?N@;?|b;0205Sr{1@Oc``Qsz82XV5>PWtH47? zs^4Q~P@BxTjDV;&5*!R(s==>VnJe}-&SEIintfiq!@CwnVRxXubL!4|)qjO}gg>klxZ?TGXw~#-V zU_Y2&N}FX?r*L1YbYiM-aj|xBv2}#Mgo3?-guaA=wSS1Yfrz+)iMWB7#*ml2h^x<; ztIwFU(w+bR{{R30A^8LW0015UEC2ui01yBW000F(peK%GX`X1Rt}L1aL$Vf5mpMgx vG+WO#2NYmJDM}^)l;8n@L?90V%CN9pFcyU&MPO(u48jTlL$uClRtNw)MiWcq diff --git a/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/package.gif b/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/package.gif deleted file mode 100644 index 131c28da405493661e3253ef79a68bd273039295..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 227 zcmZ?wbhEHb6krfwIKsg2^W*Nf7neOfxp04z;n8NJ+xzDotkS){bH@Hst%K#-*LO_c zo~yCDQ0v_4?v)A3lSAd#C95utQCbkGxF}NT_=2WF8}WGs5taT9|NsAIzy=h5vM@3* zNHFMtBtdpEuqG&|^`&Ia(}-MpBVo@mW@+b{B25<}cFdc?!Kkoc14n0vkh1`XOwU>7 z#al8o_@;D=?hdfkdC)D9Q@O@%Lfqp;ZBt~9C*29`GMF2XzQp8akWQVjDvMC75PzEx Mi%z;upCW@b03m@=3jhEB diff --git a/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/prettify.css b/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/prettify.css deleted file mode 100644 index be5166e..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/prettify.css +++ /dev/null @@ -1,13 +0,0 @@ -/* Pretty printing styles. Used with prettify.js. */ - -.str { color: #2A00FF; } -.kwd { color: #7F0055; font-weight:bold; } -.com { color: #3F5FBF; } -.typ { color: #606; } -.lit { color: #066; } -.pun { color: #660; } -.pln { color: #000; } -.tag { color: #008; } -.atn { color: #606; } -.atv { color: #080; } -.dec { color: #606; } diff --git a/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/prettify.js b/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/prettify.js deleted file mode 100644 index b2766fe..0000000 --- a/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/prettify.js +++ /dev/null @@ -1,1510 +0,0 @@ -// Copyright (C) 2006 Google Inc. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - - -/** - * @fileoverview - * some functions for browser-side pretty printing of code contained in html. - *

- * - * For a fairly comprehensive set of languages see the - * README - * file that came with this source. At a minimum, the lexer should work on a - * number of languages including C and friends, Java, Python, Bash, SQL, HTML, - * XML, CSS, Javascript, and Makefiles. It works passably on Ruby, PHP and Awk - * and a subset of Perl, but, because of commenting conventions, doesn't work on - * Smalltalk, Lisp-like, or CAML-like languages without an explicit lang class. - *

- * Usage:

    - *
  1. include this source file in an html page via - * {@code } - *
  2. define style rules. See the example page for examples. - *
  3. mark the {@code
    } and {@code } tags in your source with
    - *    {@code class=prettyprint.}
    - *    You can also use the (html deprecated) {@code } tag, but the pretty
    - *    printer needs to do more substantial DOM manipulations to support that, so
    - *    some css styles may not be preserved.
    - * </ol>
    - * That's it.  I wanted to keep the API as simple as possible, so there's no
    - * need to specify which language the code is in, but if you wish, you can add
    - * another class to the {@code <pre>} or {@code <code>} element to specify the
    - * language, as in {@code <pre class="prettyprint lang-java">}.  Any class that
    - * starts with "lang-" followed by a file extension, specifies the file type.
    - * See the "lang-*.js" files in this directory for code that implements
    - * per-language file handlers.
    - * <p>
    - * Change log:<br>
    - * cbeust, 2006/08/22
    - * <blockquote>
    - *   Java annotations (start with "@") are now captured as literals ("lit")
    - * </blockquote>
    - * @requires console
    - */
    -
    -// JSLint declarations
    -/*global console, document, navigator, setTimeout, window */
    -
    -/**
    - * Split {@code prettyPrint} into multiple timeouts so as not to interfere with
    - * UI events.
    - * If set to {@code false}, {@code prettyPrint()} is synchronous.
    - */
    -window['PR_SHOULD_USE_CONTINUATION'] = true;
    -
    -/** the number of characters between tab columns */
    -window['PR_TAB_WIDTH'] = 8;
    -
    -/** Walks the DOM returning a properly escaped version of innerHTML.
    -  * @param {Node} node
    -  * @param {Array.<string>} out output buffer that receives chunks of HTML.
    -  */
    -window['PR_normalizedHtml']
    -
    -/** Contains functions for creating and registering new language handlers.
    -  * @type {Object}
    -  */
    -  = window['PR']
    -
    -/** Pretty print a chunk of code.
    -  *
    -  * @param {string} sourceCodeHtml code as html
    -  * @return {string} code as html, but prettier
    -  */
    -  = window['prettyPrintOne']
    -/** Find all the {@code <pre>} and {@code <code>} tags in the DOM with
    -  * {@code class=prettyprint} and prettify them.
    -  * @param {Function?} opt_whenDone if specified, called when the last entry
    -  *     has been finished.
    -  */
    -  = window['prettyPrint'] = void 0;
    -
    -/** browser detection. @extern @returns false if not IE, otherwise the major version. */
    -window['_pr_isIE6'] = function () {
    -  var ieVersion = navigator && navigator.userAgent &&
    -      navigator.userAgent.match(/\bMSIE ([678])\./);
    -  ieVersion = ieVersion ? +ieVersion[1] : false;
    -  window['_pr_isIE6'] = function () { return ieVersion; };
    -  return ieVersion;
    -};
    -
    -
    -(function () {
    -  // Keyword lists for various languages.
    -  var FLOW_CONTROL_KEYWORDS =
    -      "break continue do else for if return while ";
    -  var C_KEYWORDS = FLOW_CONTROL_KEYWORDS + "auto case char const default " +
    -      "double enum extern float goto int long register short signed sizeof " +
    -      "static struct switch typedef union unsigned void volatile ";
    -  var COMMON_KEYWORDS = C_KEYWORDS + "catch class delete false import " +
    -      "new operator private protected public this throw true try typeof ";
    -  var CPP_KEYWORDS = COMMON_KEYWORDS + "alignof align_union asm axiom bool " +
    -      "concept concept_map const_cast constexpr decltype " +
    -      "dynamic_cast explicit export friend inline late_check " +
    -      "mutable namespace nullptr reinterpret_cast static_assert static_cast " +
    -      "template typeid typename using virtual wchar_t where ";
    -  var JAVA_KEYWORDS = COMMON_KEYWORDS +
    -      "abstract boolean byte extends final finally implements import " +
    -      "instanceof null native package strictfp super synchronized throws " +
    -      "transient ";
    -  var CSHARP_KEYWORDS = JAVA_KEYWORDS +
    -      "as base by checked decimal delegate descending event " +
    -      "fixed foreach from group implicit in interface internal into is lock " +
    -      "object out override orderby params partial readonly ref sbyte sealed " +
    -      "stackalloc string select uint ulong unchecked unsafe ushort var ";
    -  var JSCRIPT_KEYWORDS = COMMON_KEYWORDS +
    -      "debugger eval export function get null set undefined var with " +
    -      "Infinity NaN ";
    -  var PERL_KEYWORDS = "caller delete die do dump elsif eval exit foreach for " +
    -      "goto if import last local my next no our print package redo require " +
    -      "sub undef unless until use wantarray while BEGIN END ";
    -  var PYTHON_KEYWORDS = FLOW_CONTROL_KEYWORDS + "and as assert class def del " +
    -      "elif except exec finally from global import in is lambda " +
    -      "nonlocal not or pass print raise try with yield " +
    -      "False True None ";
    -  var RUBY_KEYWORDS = FLOW_CONTROL_KEYWORDS + "alias and begin case class def" +
    -      " defined elsif end ensure false in module next nil not or redo rescue " +
    -      "retry self super then true undef unless until when yield BEGIN END ";
    -  var SH_KEYWORDS = FLOW_CONTROL_KEYWORDS + "case done elif esac eval fi " +
    -      "function in local set then until ";
    -  var ALL_KEYWORDS = (
    -      CPP_KEYWORDS + CSHARP_KEYWORDS + JSCRIPT_KEYWORDS + PERL_KEYWORDS +
    -      PYTHON_KEYWORDS + RUBY_KEYWORDS + SH_KEYWORDS);
    -
    -  // token style names.  correspond to css classes
    -  /** token style for a string literal */
    -  var PR_STRING = 'str';
    -  /** token style for a keyword */
    -  var PR_KEYWORD = 'kwd';
    -  /** token style for a comment */
    -  var PR_COMMENT = 'com';
    -  /** token style for a type */
    -  var PR_TYPE = 'typ';
    -  /** token style for a literal value.  e.g. 1, null, true. */
    -  var PR_LITERAL = 'lit';
    -  /** token style for a punctuation string. */
    -  var PR_PUNCTUATION = 'pun';
    -  /** token style for a punctuation string. */
    -  var PR_PLAIN = 'pln';
    -
    -  /** token style for an sgml tag. */
    -  var PR_TAG = 'tag';
    -  /** token style for a markup declaration such as a DOCTYPE. */
    -  var PR_DECLARATION = 'dec';
    -  /** token style for embedded source. */
    -  var PR_SOURCE = 'src';
    -  /** token style for an sgml attribute name. */
    -  var PR_ATTRIB_NAME = 'atn';
    -  /** token style for an sgml attribute value. */
    -  var PR_ATTRIB_VALUE = 'atv';
    -
    -  /**
    -   * A class that indicates a section of markup that is not code, e.g. to allow
    -   * embedding of line numbers within code listings.
    -   */
    -  var PR_NOCODE = 'nocode';
    -
    -  /** A set of tokens that can precede a regular expression literal in
    -    * javascript.
    -    * http://www.mozilla.org/js/language/js20/rationale/syntax.html has the full
    -    * list, but I've removed ones that might be problematic when seen in
    -    * languages that don't support regular expression literals.
    -    *
    -    * <p>Specifically, I've removed any keywords that can't precede a regexp
    -    * literal in a syntactically legal javascript program, and I've removed the
    -    * "in" keyword since it's not a keyword in many languages, and might be used
    -    * as a count of inches.
    -    *
    -    * <p>The link a above does not accurately describe EcmaScript rules since
    -    * it fails to distinguish between (a=++/b/i) and (a++/b/i) but it works
    -    * very well in practice.
    -    *
    -    * @private
    -    */
    -  var REGEXP_PRECEDER_PATTERN = function () {
    -      var preceders = [
    -          "!", "!=", "!==", "#", "%", "%=", "&", "&&", "&&=",
    -          "&=", "(", "*", "*=", /* "+", */ "+=", ",", /* "-", */ "-=",
    -          "->", /*".", "..", "...", handled below */ "/", "/=", ":", "::", ";",
    -          "<", "<<", "<<=", "<=", "=", "==", "===", ">",
    -          ">=", ">>", ">>=", ">>>", ">>>=", "?", "@", "[",
    -          "^", "^=", "^^", "^^=", "{", "|", "|=", "||",
    -          "||=", "~" /* handles =~ and !~ */,
    -          "break", "case", "continue", "delete",
    -          "do", "else", "finally", "instanceof",
    -          "return", "throw", "try", "typeof"
    -          ];
    -      var pattern = '(?:^^|[+-]';
    -      for (var i = 0; i < preceders.length; ++i) {
    -        pattern += '|' + preceders[i].replace(/([^=<>:&a-z])/g, '\\$1');
    -      }
    -      pattern += ')\\s*';  // matches at end, and matches empty string
    -      return pattern;
    -      // CAVEAT: this does not properly handle the case where a regular
    -      // expression immediately follows another since a regular expression may
    -      // have flags for case-sensitivity and the like.  Having regexp tokens
    -      // adjacent is not valid in any language I'm aware of, so I'm punting.
    -      // TODO: maybe style special characters inside a regexp as punctuation.
    -    }();
    -
    -  // Define regexps here so that the interpreter doesn't have to create an
    -  // object each time the function containing them is called.
    -  // The language spec requires a new object created even if you don't access
    -  // the $1 members.
    -  var pr_amp = /&/g;
    -  var pr_lt = /</g;
    -  var pr_gt = />/g;
    -  var pr_quot = /\"/g;
    -  /** like textToHtml but escapes double quotes to be attribute safe. */
    -  function attribToHtml(str) {
    -    return str.replace(pr_amp, '&amp;')
    -        .replace(pr_lt, '&lt;')
    -        .replace(pr_gt, '&gt;')
    -        .replace(pr_quot, '&quot;');
    -  }
    -
    -  /** escapest html special characters to html. */
    -  function textToHtml(str) {
    -    return str.replace(pr_amp, '&amp;')
    -        .replace(pr_lt, '&lt;')
    -        .replace(pr_gt, '&gt;');
    -  }
    -
    -
    -  var pr_ltEnt = /&lt;/g;
    -  var pr_gtEnt = /&gt;/g;
    -  var pr_aposEnt = /&apos;/g;
    -  var pr_quotEnt = /&quot;/g;
    -  var pr_ampEnt = /&amp;/g;
    -  var pr_nbspEnt = /&nbsp;/g;
    -  /** unescapes html to plain text. */
    -  function htmlToText(html) {
    -    var pos = html.indexOf('&');
    -    if (pos < 0) { return html; }
    -    // Handle numeric entities specially.  We can't use functional substitution
    -    // since that doesn't work in older versions of Safari.
    -    // These should be rare since most browsers convert them to normal chars.
    -    for (--pos; (pos = html.indexOf('&#', pos + 1)) >= 0;) {
    -      var end = html.indexOf(';', pos);
    -      if (end >= 0) {
    -        var num = html.substring(pos + 3, end);
    -        var radix = 10;
    -        if (num && num.charAt(0) === 'x') {
    -          num = num.substring(1);
    -          radix = 16;
    -        }
    -        var codePoint = parseInt(num, radix);
    -        if (!isNaN(codePoint)) {
    -          html = (html.substring(0, pos) + String.fromCharCode(codePoint) +
    -                  html.substring(end + 1));
    -        }
    -      }
    -    }
    -
    -    return html.replace(pr_ltEnt, '<')
    -        .replace(pr_gtEnt, '>')
    -        .replace(pr_aposEnt, "'")
    -        .replace(pr_quotEnt, '"')
    -        .replace(pr_nbspEnt, ' ')
    -        .replace(pr_ampEnt, '&');
    -  }
    -
    -  /** is the given node's innerHTML normally unescaped? */
    -  function isRawContent(node) {
    -    return 'XMP' === node.tagName;
    -  }
    -
    -  var newlineRe = /[\r\n]/g;
    -  /**
    -   * Are newlines and adjacent spaces significant in the given node's innerHTML?
    -   */
    -  function isPreformatted(node, content) {
    -    // PRE means preformatted, and is a very common case, so don't create
    -    // unnecessary computed style objects.
    -    if ('PRE' === node.tagName) { return true; }
    -    if (!newlineRe.test(content)) { return true; }  // Don't care
    -    var whitespace = '';
    -    // For disconnected nodes, IE has no currentStyle.
    -    if (node.currentStyle) {
    -      whitespace = node.currentStyle.whiteSpace;
    -    } else if (window.getComputedStyle) {
    -      // Firefox makes a best guess if node is disconnected whereas Safari
    -      // returns the empty string.
    -      whitespace = window.getComputedStyle(node, null).whiteSpace;
    -    }
    -    return !whitespace || whitespace === 'pre';
    -  }
    -
    -  function normalizedHtml(node, out, opt_sortAttrs) {
    -    switch (node.nodeType) {
    -      case 1:  // an element
    -        var name = node.tagName.toLowerCase();
    -
    -        out.push('<', name);
    -        var attrs = node.attributes;
    -        var n = attrs.length;
    -        if (n) {
    -          if (opt_sortAttrs) {
    -            var sortedAttrs = [];
    -            for (var i = n; --i >= 0;) { sortedAttrs[i] = attrs[i]; }
    -            sortedAttrs.sort(function (a, b) {
    -                return (a.name < b.name) ? -1 : a.name === b.name ? 0 : 1;
    -              });
    -            attrs = sortedAttrs;
    -          }
    -          for (var i = 0; i < n; ++i) {
    -            var attr = attrs[i];
    -            if (!attr.specified) { continue; }
    -            out.push(' ', attr.name.toLowerCase(),
    -                     '="', attribToHtml(attr.value), '"');
    -          }
    -        }
    -        out.push('>');
    -        for (var child = node.firstChild; child; child = child.nextSibling) {
    -          normalizedHtml(child, out, opt_sortAttrs);
    -        }
    -        if (node.firstChild || !/^(?:br|link|img)$/.test(name)) {
    -          out.push('<\/', name, '>');
    -        }
    -        break;
    -      case 3: case 4: // text
    -        out.push(textToHtml(node.nodeValue));
    -        break;
    -    }
    -  }
    -
    -  /**
    -   * Given a group of {@link RegExp}s, returns a {@code RegExp} that globally
    -   * matches the union o the sets o strings matched d by the input RegExp.
    -   * Since it matches globally, if the input strings have a start-of-input
    -   * anchor (/^.../), it is ignored for the purposes of unioning.
    -   * @param {Array.<RegExp>} regexs non multiline, non-global regexs.
    -   * @return {RegExp} a global regex.
    -   */
    -  function combinePrefixPatterns(regexs) {
    -    var capturedGroupIndex = 0;
    -
    -    var needToFoldCase = false;
    -    var ignoreCase = false;
    -    for (var i = 0, n = regexs.length; i < n; ++i) {
    -      var regex = regexs[i];
    -      if (regex.ignoreCase) {
    -        ignoreCase = true;
    -      } else if (/[a-z]/i.test(regex.source.replace(
    -                     /\\u[0-9a-f]{4}|\\x[0-9a-f]{2}|\\[^ux]/gi, ''))) {
    -        needToFoldCase = true;
    -        ignoreCase = false;
    -        break;
    -      }
    -    }
    -
    -    function decodeEscape(charsetPart) {
    -      if (charsetPart.charAt(0) !== '\\') { return charsetPart.charCodeAt(0); }
    -      switch (charsetPart.charAt(1)) {
    -        case 'b': return 8;
    -        case 't': return 9;
    -        case 'n': return 0xa;
    -        case 'v': return 0xb;
    -        case 'f': return 0xc;
    -        case 'r': return 0xd;
    -        case 'u': case 'x':
    -          return parseInt(charsetPart.substring(2), 16)
    -              || charsetPart.charCodeAt(1);
    -        case '0': case '1': case '2': case '3': case '4':
    -        case '5': case '6': case '7':
    -          return parseInt(charsetPart.substring(1), 8);
    -        default: return charsetPart.charCodeAt(1);
    -      }
    -    }
    -
    -    function encodeEscape(charCode) {
    -      if (charCode < 0x20) {
    -        return (charCode < 0x10 ? '\\x0' : '\\x') + charCode.toString(16);
    -      }
    -      var ch = String.fromCharCode(charCode);
    -      if (ch === '\\' || ch === '-' || ch === '[' || ch === ']') {
    -        ch = '\\' + ch;
    -      }
    -      return ch;
    -    }
    -
    -    function caseFoldCharset(charSet) {
    -      var charsetParts = charSet.substring(1, charSet.length - 1).match(
    -          new RegExp(
    -              '\\\\u[0-9A-Fa-f]{4}'
    -              + '|\\\\x[0-9A-Fa-f]{2}'
    -              + '|\\\\[0-3][0-7]{0,2}'
    -              + '|\\\\[0-7]{1,2}'
    -              + '|\\\\[\\s\\S]'
    -              + '|-'
    -              + '|[^-\\\\]',
    -              'g'));
    -      var groups = [];
    -      var ranges = [];
    -      var inverse = charsetParts[0] === '^';
    -      for (var i = inverse ? 1 : 0, n = charsetParts.length; i < n; ++i) {
    -        var p = charsetParts[i];
    -        switch (p) {
    -          case '\\B': case '\\b':
    -          case '\\D': case '\\d':
    -          case '\\S': case '\\s':
    -          case '\\W': case '\\w':
    -            groups.push(p);
    -            continue;
    -        }
    -        var start = decodeEscape(p);
    -        var end;
    -        if (i + 2 < n && '-' === charsetParts[i + 1]) {
    -          end = decodeEscape(charsetParts[i + 2]);
    -          i += 2;
    -        } else {
    -          end = start;
    -        }
    -        ranges.push([start, end]);
    -        // If the range might intersect letters, then expand it.
    -        if (!(end < 65 || start > 122)) {
    -          if (!(end < 65 || start > 90)) {
    -            ranges.push([Math.max(65, start) | 32, Math.min(end, 90) | 32]);
    -          }
    -          if (!(end < 97 || start > 122)) {
    -            ranges.push([Math.max(97, start) & ~32, Math.min(end, 122) & ~32]);
    -          }
    -        }
    -      }
    -
    -      // [[1, 10], [3, 4], [8, 12], [14, 14], [16, 16], [17, 17]]
    -      // -> [[1, 12], [14, 14], [16, 17]]
    -      ranges.sort(function (a, b) { return (a[0] - b[0]) || (b[1]  - a[1]); });
    -      var consolidatedRanges = [];
    -      var lastRange = [NaN, NaN];
    -      for (var i = 0; i < ranges.length; ++i) {
    -        var range = ranges[i];
    -        if (range[0] <= lastRange[1] + 1) {
    -          lastRange[1] = Math.max(lastRange[1], range[1]);
    -        } else {
    -          consolidatedRanges.push(lastRange = range);
    -        }
    -      }
    -
    -      var out = ['['];
    -      if (inverse) { out.push('^'); }
    -      out.push.apply(out, groups);
    -      for (var i = 0; i < consolidatedRanges.length; ++i) {
    -        var range = consolidatedRanges[i];
    -        out.push(encodeEscape(range[0]));
    -        if (range[1] > range[0]) {
    -          if (range[1] + 1 > range[0]) { out.push('-'); }
    -          out.push(encodeEscape(range[1]));
    -        }
    -      }
    -      out.push(']');
    -      return out.join('');
    -    }
    -
    -    function allowAnywhereFoldCaseAndRenumberGroups(regex) {
    -      // Split into character sets, escape sequences, punctuation strings
    -      // like ('(', '(?:', ')', '^'), and runs of characters that do not
    -      // include any of the above.
    -      var parts = regex.source.match(
    -          new RegExp(
    -              '(?:'
    -              + '\\[(?:[^\\x5C\\x5D]|\\\\[\\s\\S])*\\]'  // a character set
    -              + '|\\\\u[A-Fa-f0-9]{4}'  // a unicode escape
    -              + '|\\\\x[A-Fa-f0-9]{2}'  // a hex escape
    -              + '|\\\\[0-9]+'  // a back-reference or octal escape
    -              + '|\\\\[^ux0-9]'  // other escape sequence
    -              + '|\\(\\?[:!=]'  // start of a non-capturing group
    -              + '|[\\(\\)\\^]'  // start/emd of a group, or line start
    -              + '|[^\\x5B\\x5C\\(\\)\\^]+'  // run of other characters
    -              + ')',
    -              'g'));
    -      var n = parts.length;
    -
    -      // Maps captured group numbers to the number they will occupy in
    -      // the output or to -1 if that has not been determined, or to
    -      // undefined if they need not be capturing in the output.
    -      var capturedGroups = [];
    -
    -      // Walk over and identify back references to build the capturedGroups
    -      // mapping.
    -      for (var i = 0, groupIndex = 0; i < n; ++i) {
    -        var p = parts[i];
    -        if (p === '(') {
    -          // groups are 1-indexed, so max group index is count of '('
    -          ++groupIndex;
    -        } else if ('\\' === p.charAt(0)) {
    -          var decimalValue = +p.substring(1);
    -          if (decimalValue && decimalValue <= groupIndex) {
    -            capturedGroups[decimalValue] = -1;
    -          }
    -        }
    -      }
    -
    -      // Renumber groups and reduce capturing groups to non-capturing groups
    -      // where possible.
    -      for (var i = 1; i < capturedGroups.length; ++i) {
    -        if (-1 === capturedGroups[i]) {
    -          capturedGroups[i] = ++capturedGroupIndex;
    -        }
    -      }
    -      for (var i = 0, groupIndex = 0; i < n; ++i) {
    -        var p = parts[i];
    -        if (p === '(') {
    -          ++groupIndex;
    -          if (capturedGroups[groupIndex] === undefined) {
    -            parts[i] = '(?:';
    -          }
    -        } else if ('\\' === p.charAt(0)) {
    -          var decimalValue = +p.substring(1);
    -          if (decimalValue && decimalValue <= groupIndex) {
    -            parts[i] = '\\' + capturedGroups[groupIndex];
    -          }
    -        }
    -      }
    -
    -      // Remove any prefix anchors so that the output will match anywhere.
    -      // ^^ really does mean an anchored match though.
    -      for (var i = 0, groupIndex = 0; i < n; ++i) {
    -        if ('^' === parts[i] && '^' !== parts[i + 1]) { parts[i] = ''; }
    -      }
    -
    -      // Expand letters to groupts to handle mixing of case-sensitive and
    -      // case-insensitive patterns if necessary.
    -      if (regex.ignoreCase && needToFoldCase) {
    -        for (var i = 0; i < n; ++i) {
    -          var p = parts[i];
    -          var ch0 = p.charAt(0);
    -          if (p.length >= 2 && ch0 === '[') {
    -            parts[i] = caseFoldCharset(p);
    -          } else if (ch0 !== '\\') {
    -            // TODO: handle letters in numeric escapes.
    -            parts[i] = p.replace(
    -                /[a-zA-Z]/g,
    -                function (ch) {
    -                  var cc = ch.charCodeAt(0);
    -                  return '[' + String.fromCharCode(cc & ~32, cc | 32) + ']';
    -                });
    -          }
    -        }
    -      }
    -
    -      return parts.join('');
    -    }
    -
    -    var rewritten = [];
    -    for (var i = 0, n = regexs.length; i < n; ++i) {
    -      var regex = regexs[i];
    -      if (regex.global || regex.multiline) { throw new Error('' + regex); }
    -      rewritten.push(
    -          '(?:' + allowAnywhereFoldCaseAndRenumberGroups(regex) + ')');
    -    }
    -
    -    return new RegExp(rewritten.join('|'), ignoreCase ? 'gi' : 'g');
    -  }
    -
    -  var PR_innerHtmlWorks = null;
    -  function getInnerHtml(node) {
    -    // inner html is hopelessly broken in Safari 2.0.4 when the content is
    -    // an html description of well formed XML and the containing tag is a PRE
    -    // tag, so we detect that case and emulate innerHTML.
    -    if (null === PR_innerHtmlWorks) {
    -      var testNode = document.createElement('PRE');
    -      testNode.appendChild(
    -          document.createTextNode('<!DOCTYPE foo PUBLIC "foo bar">\n<foo />'));
    -      PR_innerHtmlWorks = !/</.test(testNode.innerHTML);
    -    }
    -
    -    if (PR_innerHtmlWorks) {
    -      var content = node.innerHTML;
    -      // XMP tags contain unescaped entities so require special handling.
    -      if (isRawContent(node)) {
    -        content = textToHtml(content);
    -      } else if (!isPreformatted(node, content)) {
    -        content = content.replace(/(<br\s*\/?>)[\r\n]+/g, '$1')
    -            .replace(/(?:[\r\n]+[ \t]*)+/g, ' ');
    -      }
    -      return content;
    -    }
    -
    -    var out = [];
    -    for (var child = node.firstChild; child; child = child.nextSibling) {
    -      normalizedHtml(child, out);
    -    }
    -    return out.join('');
    -  }
    -
    -  /** returns a function that expand tabs to spaces.  This function can be fed
    -    * successive chunks of text, and will maintain its own internal state to
    -    * keep track of how tabs are expanded.
    -    * @return {function (string) : string} a function that takes
    -    *   plain text and return the text with tabs expanded.
    -    * @private
    -    */
    -  function makeTabExpander(tabWidth) {
    -    var SPACES = '                ';
    -    var charInLine = 0;
    -
    -    return function (plainText) {
    -      // walk over each character looking for tabs and newlines.
    -      // On tabs, expand them.  On newlines, reset charInLine.
    -      // Otherwise increment charInLine
    -      var out = null;
    -      var pos = 0;
    -      for (var i = 0, n = plainText.length; i < n; ++i) {
    -        var ch = plainText.charAt(i);
    -
    -        switch (ch) {
    -          case '\t':
    -            if (!out) { out = []; }
    -            out.push(plainText.substring(pos, i));
    -            // calculate how much space we need in front of this part
    -            // nSpaces is the amount of padding -- the number of spaces needed
    -            // to move us to the next column, where columns occur at factors of
    -            // tabWidth.
    -            var nSpaces = tabWidth - (charInLine % tabWidth);
    -            charInLine += nSpaces;
    -            for (; nSpaces >= 0; nSpaces -= SPACES.length) {
    -              out.push(SPACES.substring(0, nSpaces));
    -            }
    -            pos = i + 1;
    -            break;
    -          case '\n':
    -            charInLine = 0;
    -            break;
    -          default:
    -            ++charInLine;
    -        }
    -      }
    -      if (!out) { return plainText; }
    -      out.push(plainText.substring(pos));
    -      return out.join('');
    -    };
    -  }
    -
    -  var pr_chunkPattern = new RegExp(
    -      '[^<]+'  // A run of characters other than '<'
    -      + '|<\!--[\\s\\S]*?--\>'  // an HTML comment
    -      + '|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>'  // a CDATA section
    -      // a probable tag that should not be highlighted
    -      + '|<\/?[a-zA-Z](?:[^>\"\']|\'[^\']*\'|\"[^\"]*\")*>'
    -      + '|<',  // A '<' that does not begin a larger chunk
    -      'g');
    -  var pr_commentPrefix = /^<\!--/;
    -  var pr_cdataPrefix = /^<!\[CDATA\[/;
    -  var pr_brPrefix = /^<br\b/i;
    -  var pr_tagNameRe = /^<(\/?)([a-zA-Z][a-zA-Z0-9]*)/;
    -
    -  /** split markup into chunks of html tags (style null) and
    -    * plain text (style {@link #PR_PLAIN}), converting tags which are
    -    * significant for tokenization (<br>) into their textual equivalent.
    -    *
    -    * @param {string} s html where whitespace is considered significant.
    -    * @return {Object} source code and extracted tags.
    -    * @private
    -    */
    -  function extractTags(s) {
    -    // since the pattern has the 'g' modifier and defines no capturing groups,
    -    // this will return a list of all chunks which we then classify and wrap as
    -    // PR_Tokens
    -    var matches = s.match(pr_chunkPattern);
    -    var sourceBuf = [];
    -    var sourceBufLen = 0;
    -    var extractedTags = [];
    -    if (matches) {
    -      for (var i = 0, n = matches.length; i < n; ++i) {
    -        var match = matches[i];
    -        if (match.length > 1 && match.charAt(0) === '<') {
    -          if (pr_commentPrefix.test(match)) { continue; }
    -          if (pr_cdataPrefix.test(match)) {
    -            // strip CDATA prefix and suffix.  Don't unescape since it's CDATA
    -            sourceBuf.push(match.substring(9, match.length - 3));
    -            sourceBufLen += match.length - 12;
    -          } else if (pr_brPrefix.test(match)) {
    -            // <br> tags are lexically significant so convert them to text.
    -            // This is undone later.
    -            sourceBuf.push('\n');
    -            ++sourceBufLen;
    -          } else {
    -            if (match.indexOf(PR_NOCODE) >= 0 && isNoCodeTag(match)) {
    -              // A <span class="nocode"> will start a section that should be
    -              // ignored.  Continue walking the list until we see a matching end
    -              // tag.
    -              var name = match.match(pr_tagNameRe)[2];
    -              var depth = 1;
    -              var j;
    -              end_tag_loop:
    -              for (j = i + 1; j < n; ++j) {
    -                var name2 = matches[j].match(pr_tagNameRe);
    -                if (name2 && name2[2] === name) {
    -                  if (name2[1] === '/') {
    -                    if (--depth === 0) { break end_tag_loop; }
    -                  } else {
    -                    ++depth;
    -                  }
    -                }
    -              }
    -              if (j < n) {
    -                extractedTags.push(
    -                    sourceBufLen, matches.slice(i, j + 1).join(''));
    -                i = j;
    -              } else {  // Ignore unclosed sections.
    -                extractedTags.push(sourceBufLen, match);
    -              }
    -            } else {
    -              extractedTags.push(sourceBufLen, match);
    -            }
    -          }
    -        } else {
    -          var literalText = htmlToText(match);
    -          sourceBuf.push(literalText);
    -          sourceBufLen += literalText.length;
    -        }
    -      }
    -    }
    -    return { source: sourceBuf.join(''), tags: extractedTags };
    -  }
    -
    -  /** True if the given tag contains a class attribute with the nocode class. */
    -  function isNoCodeTag(tag) {
    -    return !!tag
    -        // First canonicalize the representation of attributes
    -        .replace(/\s(\w+)\s*=\s*(?:\"([^\"]*)\"|'([^\']*)'|(\S+))/g,
    -                 ' $1="$2$3$4"')
    -        // Then look for the attribute we want.
    -        .match(/[cC][lL][aA][sS][sS]=\"[^\"]*\bnocode\b/);
    -  }
    -
    -  /**
    -   * Apply the given language handler to sourceCode and add the resulting
    -   * decorations to out.
    -   * @param {number} basePos the index of sourceCode within the chunk of source
    -   *    whose decorations are already present on out.
    -   */
    -  function appendDecorations(basePos, sourceCode, langHandler, out) {
    -    if (!sourceCode) { return; }
    -    var job = {
    -      source: sourceCode,
    -      basePos: basePos
    -    };
    -    langHandler(job);
    -    out.push.apply(out, job.decorations);
    -  }
    -
    -  /** Given triples of [style, pattern, context] returns a lexing function,
    -    * The lexing function interprets the patterns to find token boundaries and
    -    * returns a decoration list of the form
    -    * [index_0, style_0, index_1, style_1, ..., index_n, style_n]
    -    * where index_n is an index into the sourceCode, and style_n is a style
    -    * constant like PR_PLAIN.  index_n-1 <= index_n, and style_n-1 applies to
    -    * all characters in sourceCode[index_n-1:index_n].
    -    *
    -    * The stylePatterns is a list whose elements have the form
    -    * [style : string, pattern : RegExp, DEPRECATED, shortcut : string].
    -    *
    -    * Style is a style constant like PR_PLAIN, or can be a string of the
    -    * form 'lang-FOO', where FOO is a language extension describing the
    -    * language of the portion of the token in $1 after pattern executes.
    -    * E.g., if style is 'lang-lisp', and group 1 contains the text
    -    * '(hello (world))', then that portion of the token will be passed to the
    -    * registered lisp handler for formatting.
    -    * The text before and after group 1 will be restyled using this decorator
    -    * so decorators should take care that this doesn't result in infinite
    -    * recursion.  For example, the HTML lexer rule for SCRIPT elements looks
    -    * something like ['lang-js', /<[s]cript>(.+?)<\/script>/].  This may match
    -    * '<script>foo()<\/script>', which would cause the current decorator to
    -    * be called with '<script>' which would not match the same rule since
    -    * group 1 must not be empty, so it would be instead styled as PR_TAG by
    -    * the generic tag rule.  The handler registered for the 'js' extension would
    -    * then be called with 'foo()', and finally, the current decorator would
    -    * be called with '<\/script>' which would not match the original rule and
    -    * so the generic tag rule would identify it as a tag.
    -    *
    -    * Pattern must only match prefixes, and if it matches a prefix, then that
    -    * match is considered a token with the same style.
    -    *
    -    * Context is applied to the last non-whitespace, non-comment token
    -    * recognized.
    -    *
    -    * Shortcut is an optional string of characters, any of which, if the first
    -    * character, gurantee that this pattern and only this pattern matches.
    -    *
    -    * @param {Array} shortcutStylePatterns patterns that always start with
    -    *   a known character.  Must have a shortcut string.
    -    * @param {Array} fallthroughStylePatterns patterns that will be tried in
    -    *   order if the shortcut ones fail.  May have shortcuts.
    -    *
    -    * @return {function (Object)} a
    -    *   function that takes source code and returns a list of decorations.
    -    */
    -  function createSimpleLexer(shortcutStylePatterns, fallthroughStylePatterns) {
    -    var shortcuts = {};
    -    var tokenizer;
    -    (function () {
    -      var allPatterns = shortcutStylePatterns.concat(fallthroughStylePatterns);
    -      var allRegexs = [];
    -      var regexKeys = {};
    -      for (var i = 0, n = allPatterns.length; i < n; ++i) {
    -        var patternParts = allPatterns[i];
    -        var shortcutChars = patternParts[3];
    -        if (shortcutChars) {
    -          for (var c = shortcutChars.length; --c >= 0;) {
    -            shortcuts[shortcutChars.charAt(c)] = patternParts;
    -          }
    -        }
    -        var regex = patternParts[1];
    -        var k = '' + regex;
    -        if (!regexKeys.hasOwnProperty(k)) {
    -          allRegexs.push(regex);
    -          regexKeys[k] = null;
    -        }
    -      }
    -      allRegexs.push(/[\0-\uffff]/);
    -      tokenizer = combinePrefixPatterns(allRegexs);
    -    })();
    -
    -    var nPatterns = fallthroughStylePatterns.length;
    -    var notWs = /\S/;
    -
    -    /**
    -     * Lexes job.source and produces an output array job.decorations of style
    -     * classes preceded by the position at which they start in job.source in
    -     * order.
    -     *
    -     * @param {Object} job an object like {@code
    -     *    source: {string} sourceText plain text,
    -     *    basePos: {int} position of job.source in the larger chunk of
    -     *        sourceCode.
    -     * }
    -     */
    -    var decorate = function (job) {
    -      var sourceCode = job.source, basePos = job.basePos;
    -      /** Even entries are positions in source in ascending order.  Odd enties
    -        * are style markers (e.g., PR_COMMENT) that run from that position until
    -        * the end.
    -        * @type {Array.<number|string>}
    -        */
    -      var decorations = [basePos, PR_PLAIN];
    -      var pos = 0;  // index into sourceCode
    -      var tokens = sourceCode.match(tokenizer) || [];
    -      var styleCache = {};
    -
    -      for (var ti = 0, nTokens = tokens.length; ti < nTokens; ++ti) {
    -        var token = tokens[ti];
    -        var style = styleCache[token];
    -        var match = void 0;
    -
    -        var isEmbedded;
    -        if (typeof style === 'string') {
    -          isEmbedded = false;
    -        } else {
    -          var patternParts = shortcuts[token.charAt(0)];
    -          if (patternParts) {
    -            match = token.match(patternParts[1]);
    -            style = patternParts[0];
    -          } else {
    -            for (var i = 0; i < nPatterns; ++i) {
    -              patternParts = fallthroughStylePatterns[i];
    -              match = token.match(patternParts[1]);
    -              if (match) {
    -                style = patternParts[0];
    -                break;
    -              }
    -            }
    -
    -            if (!match) {  // make sure that we make progress
    -              style = PR_PLAIN;
    -            }
    -          }
    -
    -          isEmbedded = style.length >= 5 && 'lang-' === style.substring(0, 5);
    -          if (isEmbedded && !(match && typeof match[1] === 'string')) {
    -            isEmbedded = false;
    -            style = PR_SOURCE;
    -          }
    -
    -          if (!isEmbedded) { styleCache[token] = style; }
    -        }
    -
    -        var tokenStart = pos;
    -        pos += token.length;
    -
    -        if (!isEmbedded) {
    -          decorations.push(basePos + tokenStart, style);
    -        } else {  // Treat group 1 as an embedded block of source code.
    -          var embeddedSource = match[1];
    -          var embeddedSourceStart = token.indexOf(embeddedSource);
    -          var embeddedSourceEnd = embeddedSourceStart + embeddedSource.length;
    -          if (match[2]) {
    -            // If embeddedSource can be blank, then it would match at the
    -            // beginning which would cause us to infinitely recurse on the
    -            // entire token, so we catch the right context in match[2].
    -            embeddedSourceEnd = token.length - match[2].length;
    -            embeddedSourceStart = embeddedSourceEnd - embeddedSource.length;
    -          }
    -          var lang = style.substring(5);
    -          // Decorate the left of the embedded source
    -          appendDecorations(
    -              basePos + tokenStart,
    -              token.substring(0, embeddedSourceStart),
    -              decorate, decorations);
    -          // Decorate the embedded source
    -          appendDecorations(
    -              basePos + tokenStart + embeddedSourceStart,
    -              embeddedSource,
    -              langHandlerForExtension(lang, embeddedSource),
    -              decorations);
    -          // Decorate the right of the embedded section
    -          appendDecorations(
    -              basePos + tokenStart + embeddedSourceEnd,
    -              token.substring(embeddedSourceEnd),
    -              decorate, decorations);
    -        }
    -      }
    -      job.decorations = decorations;
    -    };
    -    return decorate;
    -  }
    -
    -  /** returns a function that produces a list of decorations from source text.
    -    *
    -    * This code treats ", ', and ` as string delimiters, and \ as a string
    -    * escape.  It does not recognize perl's qq() style strings.
    -    * It has no special handling for double delimiter escapes as in basic, or
    -    * the tripled delimiters used in python, but should work on those regardless
    -    * although in those cases a single string literal may be broken up into
    -    * multiple adjacent string literals.
    -    *
    -    * It recognizes C, C++, and shell style comments.
    -    *
    -    * @param {Object} options a set of optional parameters.
    -    * @return {function (Object)} a function that examines the source code
    -    *     in the input job and builds the decoration list.
    -    */
    -  function sourceDecorator(options) {
    -    var shortcutStylePatterns = [], fallthroughStylePatterns = [];
    -    if (options['tripleQuotedStrings']) {
    -      // '''multi-line-string''', 'single-line-string', and double-quoted
    -      shortcutStylePatterns.push(
    -          [PR_STRING,  /^(?:\'\'\'(?:[^\'\\]|\\[\s\S]|\'{1,2}(?=[^\']))*(?:\'\'\'|$)|\"\"\"(?:[^\"\\]|\\[\s\S]|\"{1,2}(?=[^\"]))*(?:\"\"\"|$)|\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$))/,
    -           null, '\'"']);
    -    } else if (options['multiLineStrings']) {
    -      // 'multi-line-string', "multi-line-string"
    -      shortcutStylePatterns.push(
    -          [PR_STRING,  /^(?:\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$)|\`(?:[^\\\`]|\\[\s\S])*(?:\`|$))/,
    -           null, '\'"`']);
    -    } else {
    -      // 'single-line-string', "single-line-string"
    -      shortcutStylePatterns.push(
    -          [PR_STRING,
    -           /^(?:\'(?:[^\\\'\r\n]|\\.)*(?:\'|$)|\"(?:[^\\\"\r\n]|\\.)*(?:\"|$))/,
    -           null, '"\'']);
    -    }
    -    if (options['verbatimStrings']) {
    -      // verbatim-string-literal production from the C# grammar.  See issue 93.
    -      fallthroughStylePatterns.push(
    -          [PR_STRING, /^@\"(?:[^\"]|\"\")*(?:\"|$)/, null]);
    -    }
    -    if (options['hashComments']) {
    -      if (options['cStyleComments']) {
    -        // Stop C preprocessor declarations at an unclosed open comment
    -        shortcutStylePatterns.push(
    -            [PR_COMMENT, /^#(?:(?:define|elif|else|endif|error|ifdef|include|ifndef|line|pragma|undef|warning)\b|[^\r\n]*)/,
    -             null, '#']);
    -        fallthroughStylePatterns.push(
    -            [PR_STRING,
    -             /^<(?:(?:(?:\.\.\/)*|\/?)(?:[\w-]+(?:\/[\w-]+)+)?[\w-]+\.h|[a-z]\w*)>/,
    -             null]);
    -      } else {
    -        shortcutStylePatterns.push([PR_COMMENT, /^#[^\r\n]*/, null, '#']);
    -      }
    -    }
    -    if (options['cStyleComments']) {
    -      fallthroughStylePatterns.push([PR_COMMENT, /^\/\/[^\r\n]*/, null]);
    -      fallthroughStylePatterns.push(
    -          [PR_COMMENT, /^\/\*[\s\S]*?(?:\*\/|$)/, null]);
    -    }
    -    if (options['regexLiterals']) {
    -      var REGEX_LITERAL = (
    -          // A regular expression literal starts with a slash that is
    -          // not followed by * or / so that it is not confused with
    -          // comments.
    -          '/(?=[^/*])'
    -          // and then contains any number of raw characters,
    -          + '(?:[^/\\x5B\\x5C]'
    -          // escape sequences (\x5C),
    -          +    '|\\x5C[\\s\\S]'
    -          // or non-nesting character sets (\x5B\x5D);
    -          +    '|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+'
    -          // finally closed by a /.
    -          + '/');
    -      fallthroughStylePatterns.push(
    -          ['lang-regex',
    -           new RegExp('^' + REGEXP_PRECEDER_PATTERN + '(' + REGEX_LITERAL + ')')
    -           ]);
    -    }
    -
    -    var keywords = options['keywords'].replace(/^\s+|\s+$/g, '');
    -    if (keywords.length) {
    -      fallthroughStylePatterns.push(
    -          [PR_KEYWORD,
    -           new RegExp('^(?:' + keywords.replace(/\s+/g, '|') + ')\\b'), null]);
    -    }
    -
    -    shortcutStylePatterns.push([PR_PLAIN,       /^\s+/, null, ' \r\n\t\xA0']);
    -    fallthroughStylePatterns.push(
    -        // TODO(mikesamuel): recognize non-latin letters and numerals in idents
    -        [PR_LITERAL,     /^@[a-z_$][a-z_$@0-9]*/i, null],
    -        [PR_TYPE,        /^@?[A-Z]+[a-z][A-Za-z_$@0-9]*/, null],
    -        [PR_PLAIN,       /^[a-z_$][a-z_$@0-9]*/i, null],
    -        [PR_LITERAL,
    -         new RegExp(
    -             '^(?:'
    -             // A hex number
    -             + '0x[a-f0-9]+'
    -             // or an octal or decimal number,
    -             + '|(?:\\d(?:_\\d+)*\\d*(?:\\.\\d*)?|\\.\\d\\+)'
    -             // possibly in scientific notation
    -             + '(?:e[+\\-]?\\d+)?'
    -             + ')'
    -             // with an optional modifier like UL for unsigned long
    -             + '[a-z]*', 'i'),
    -         null, '0123456789'],
    -        [PR_PUNCTUATION, /^.[^\s\w\.$@\'\"\`\/\#]*/, null]);
    -
    -    return createSimpleLexer(shortcutStylePatterns, fallthroughStylePatterns);
    -  }
    -
    -  var decorateSource = sourceDecorator({
    -        'keywords': ALL_KEYWORDS,
    -        'hashComments': true,
    -        'cStyleComments': true,
    -        'multiLineStrings': true,
    -        'regexLiterals': true
    -      });
    -
    -  /** Breaks {@code job.source} around style boundaries in
    -    * {@code job.decorations} while re-interleaving {@code job.extractedTags},
    -    * and leaves the result in {@code job.prettyPrintedHtml}.
    -    * @param {Object} job like {
    -    *    source: {string} source as plain text,
    -    *    extractedTags: {Array.<number|string>} extractedTags chunks of raw
    -    *                   html preceded by their position in {@code job.source}
    -    *                   in order
    -    *    decorations: {Array.<number|string} an array of style classes preceded
    -    *                 by the position at which they start in job.source in order
    -    * }
    -    * @private
    -    */
    -  function recombineTagsAndDecorations(job) {
    -    var sourceText = job.source;
    -    var extractedTags = job.extractedTags;
    -    var decorations = job.decorations;
    -
    -    var html = [];
    -    // index past the last char in sourceText written to html
    -    var outputIdx = 0;
    -
    -    var openDecoration = null;
    -    var currentDecoration = null;
    -    var tagPos = 0;  // index into extractedTags
    -    var decPos = 0;  // index into decorations
    -    var tabExpander = makeTabExpander(window['PR_TAB_WIDTH']);
    -
    -    var adjacentSpaceRe = /([\r\n ]) /g;
    -    var startOrSpaceRe = /(^| ) /gm;
    -    var newlineRe = /\r\n?|\n/g;
    -    var trailingSpaceRe = /[ \r\n]$/;
    -    var lastWasSpace = true;  // the last text chunk emitted ended with a space.
    -
    -    // See bug 71 and http://stackoverflow.com/questions/136443/why-doesnt-ie7-
    -    var isIE678 = window['_pr_isIE6']();
    -    var lineBreakHtml = (
    -        isIE678
    -        ? (job.sourceNode.tagName === 'PRE'
    -           // Use line feeds instead of <br>s so that copying and pasting works
    -           // on IE.
    -           // Doing this on other browsers breaks lots of stuff since \r\n is
    -           // treated as two newlines on Firefox.
    -           ? (isIE678 === 6 ? '&#160;\r\n' :
    -              isIE678 === 7 ? '&#160;<br>\r' : '&#160;\r')
    -           // IE collapses multiple adjacent <br>s into 1 line break.
    -           // Prefix every newline with '&#160;' to prevent such behavior.
    -           // &nbsp; is the same as &#160; but works in XML as well as HTML.
    -           : '&#160;<br />')
    -        : '<br />');
    -
    -    // Look for a class like linenums or linenums:<n> where <n> is the 1-indexed
    -    // number of the first line.
    -    var numberLines = job.sourceNode.className.match(/\blinenums\b(?::(\d+))?/);
    -    var lineBreaker;
    -    if (numberLines) {
    -      var lineBreaks = [];
    -      for (var i = 0; i < 10; ++i) {
    -        lineBreaks[i] = lineBreakHtml + '</li><li class="L' + i + '">';
    -      }
    -      var lineNum = numberLines[1] && numberLines[1].length
    -          ? numberLines[1] - 1 : 0;  // Lines are 1-indexed
    -      html.push('<ol class="linenums"><li class="L', (lineNum) % 10, '"');
    -      if (lineNum) {
    -        html.push(' value="', lineNum + 1, '"');
    -      }
    -      html.push('>');
    -      lineBreaker = function () {
    -        var lb = lineBreaks[++lineNum % 10];
    -        // If a decoration is open, we need to close it before closing a list-item
    -        // and reopen it on the other side of the list item.
    -        return openDecoration
    -            ? ('</span>' + lb + '<span class="' + openDecoration + '">') : lb;
    -      };
    -    } else {
    -      lineBreaker = lineBreakHtml;
    -    }
    -
    -    // A helper function that is responsible for opening sections of decoration
    -    // and outputing properly escaped chunks of source
    -    function emitTextUpTo(sourceIdx) {
    -      if (sourceIdx > outputIdx) {
    -        if (openDecoration && openDecoration !== currentDecoration) {
    -          // Close the current decoration
    -          html.push('</span>');
    -          openDecoration = null;
    -        }
    -        if (!openDecoration && currentDecoration) {
    -          openDecoration = currentDecoration;
    -          html.push('<span class="', openDecoration, '">');
    -        }
    -        // This interacts badly with some wikis which introduces paragraph tags
    -        // into pre blocks for some strange reason.
    -        // It's necessary for IE though which seems to lose the preformattedness
    -        // of <pre> tags when their innerHTML is assigned.
    -        // http://stud3.tuwien.ac.at/~e0226430/innerHtmlQuirk.html
    -        // and it serves to undo the conversion of <br>s to newlines done in
    -        // chunkify.
    -        var htmlChunk = textToHtml(
    -            tabExpander(sourceText.substring(outputIdx, sourceIdx)))
    -            .replace(lastWasSpace
    -                     ? startOrSpaceRe
    -                     : adjacentSpaceRe, '$1&#160;');
    -        // Keep track of whether we need to escape space at the beginning of the
    -        // next chunk.
    -        lastWasSpace = trailingSpaceRe.test(htmlChunk);
    -        html.push(htmlChunk.replace(newlineRe, lineBreaker));
    -        outputIdx = sourceIdx;
    -      }
    -    }
    -
    -    while (true) {
    -      // Determine if we're going to consume a tag this time around.  Otherwise
    -      // we consume a decoration or exit.
    -      var outputTag;
    -      if (tagPos < extractedTags.length) {
    -        if (decPos < decorations.length) {
    -          // Pick one giving preference to extractedTags since we shouldn't open
    -          // a new style that we're going to have to immediately close in order
    -          // to output a tag.
    -          outputTag = extractedTags[tagPos] <= decorations[decPos];
    -        } else {
    -          outputTag = true;
    -        }
    -      } else {
    -        outputTag = false;
    -      }
    -      // Consume either a decoration or a tag or exit.
    -      if (outputTag) {
    -        emitTextUpTo(extractedTags[tagPos]);
    -        if (openDecoration) {
    -          // Close the current decoration
    -          html.push('</span>');
    -          openDecoration = null;
    -        }
    -        html.push(extractedTags[tagPos + 1]);
    -        tagPos += 2;
    -      } else if (decPos < decorations.length) {
    -        emitTextUpTo(decorations[decPos]);
    -        currentDecoration = decorations[decPos + 1];
    -        decPos += 2;
    -      } else {
    -        break;
    -      }
    -    }
    -    emitTextUpTo(sourceText.length);
    -    if (openDecoration) {
    -      html.push('</span>');
    -    }
    -    if (numberLines) { html.push('</li></ol>'); }
    -    job.prettyPrintedHtml = html.join('');
    -  }
    -
    -  /** Maps language-specific file extensions to handlers. */
    -  var langHandlerRegistry = {};
    -  /** Register a language handler for the given file extensions.
    -    * @param {function (Object)} handler a function from source code to a list
    -    *      of decorations.  Takes a single argument job which describes the
    -    *      state of the computation.   The single parameter has the form
    -    *      {@code {
    -    *        source: {string} as plain text.
    -    *        decorations: {Array.<number|string>} an array of style classes
    -    *                     preceded by the position at which they start in
    -    *                     job.source in order.
    -    *                     The language handler should assigned this field.
    -    *        basePos: {int} the position of source in the larger source chunk.
    -    *                 All positions in the output decorations array are relative
    -    *                 to the larger source chunk.
    -    *      } }
    -    * @param {Array.<string>} fileExtensions
    -    */
    -  function registerLangHandler(handler, fileExtensions) {
    -    for (var i = fileExtensions.length; --i >= 0;) {
    -      var ext = fileExtensions[i];
    -      if (!langHandlerRegistry.hasOwnProperty(ext)) {
    -        langHandlerRegistry[ext] = handler;
    -      } else if ('console' in window) {
    -        console['warn']('cannot override language handler %s', ext);
    -      }
    -    }
    -  }
    -  function langHandlerForExtension(extension, source) {
    -    if (!(extension && langHandlerRegistry.hasOwnProperty(extension))) {
    -      // Treat it as markup if the first non whitespace character is a < and
    -      // the last non-whitespace character is a >.
    -      extension = /^\s*</.test(source)
    -          ? 'default-markup'
    -          : 'default-code';
    -    }
    -    return langHandlerRegistry[extension];
    -  }
    -  registerLangHandler(decorateSource, ['default-code']);
    -  registerLangHandler(
    -      createSimpleLexer(
    -          [],
    -          [
    -           [PR_PLAIN,       /^[^<?]+/],
    -           [PR_DECLARATION, /^<!\w[^>]*(?:>|$)/],
    -           [PR_COMMENT,     /^<\!--[\s\S]*?(?:-\->|$)/],
    -           // Unescaped content in an unknown language
    -           ['lang-',        /^<\?([\s\S]+?)(?:\?>|$)/],
    -           ['lang-',        /^<%([\s\S]+?)(?:%>|$)/],
    -           [PR_PUNCTUATION, /^(?:<[%?]|[%?]>)/],
    -           ['lang-',        /^<xmp\b[^>]*>([\s\S]+?)<\/xmp\b[^>]*>/i],
    -           // Unescaped content in javascript.  (Or possibly vbscript).
    -           ['lang-js',      /^<script\b[^>]*>([\s\S]*?)(<\/script\b[^>]*>)/i],
    -           // Contains unescaped stylesheet content
    -           ['lang-css',     /^<style\b[^>]*>([\s\S]*?)(<\/style\b[^>]*>)/i],
    -           ['lang-in.tag',  /^(<\/?[a-z][^<>]*>)/i]
    -          ]),
    -      ['default-markup', 'htm', 'html', 'mxml', 'xhtml', 'xml', 'xsl']);
    -  registerLangHandler(
    -      createSimpleLexer(
    -          [
    -           [PR_PLAIN,        /^[\s]+/, null, ' \t\r\n'],
    -           [PR_ATTRIB_VALUE, /^(?:\"[^\"]*\"?|\'[^\']*\'?)/, null, '\"\'']
    -           ],
    -          [
    -           [PR_TAG,          /^^<\/?[a-z](?:[\w.:-]*\w)?|\/?>$/i],
    -           [PR_ATTRIB_NAME,  /^(?!style[\s=]|on)[a-z](?:[\w:-]*\w)?/i],
    -           ['lang-uq.val',   /^=\s*([^>\'\"\s]*(?:[^>\'\"\s\/]|\/(?=\s)))/],
    -           [PR_PUNCTUATION,  /^[=<>\/]+/],
    -           ['lang-js',       /^on\w+\s*=\s*\"([^\"]+)\"/i],
    -           ['lang-js',       /^on\w+\s*=\s*\'([^\']+)\'/i],
    -           ['lang-js',       /^on\w+\s*=\s*([^\"\'>\s]+)/i],
    -           ['lang-css',      /^style\s*=\s*\"([^\"]+)\"/i],
    -           ['lang-css',      /^style\s*=\s*\'([^\']+)\'/i],
    -           ['lang-css',      /^style\s*=\s*([^\"\'>\s]+)/i]
    -           ]),
    -      ['in.tag']);
    -  registerLangHandler(
    -      createSimpleLexer([], [[PR_ATTRIB_VALUE, /^[\s\S]+/]]), ['uq.val']);
    -  registerLangHandler(sourceDecorator({
    -          'keywords': CPP_KEYWORDS,
    -          'hashComments': true,
    -          'cStyleComments': true
    -        }), ['c', 'cc', 'cpp', 'cxx', 'cyc', 'm']);
    -  registerLangHandler(sourceDecorator({
    -          'keywords': 'null true false'
    -        }), ['json']);
    -  registerLangHandler(sourceDecorator({
    -          'keywords': CSHARP_KEYWORDS,
    -          'hashComments': true,
    -          'cStyleComments': true,
    -          'verbatimStrings': true
    -        }), ['cs']);
    -  registerLangHandler(sourceDecorator({
    -          'keywords': JAVA_KEYWORDS,
    -          'cStyleComments': true
    -        }), ['java']);
    -  registerLangHandler(sourceDecorator({
    -          'keywords': SH_KEYWORDS,
    -          'hashComments': true,
    -          'multiLineStrings': true
    -        }), ['bsh', 'csh', 'sh']);
    -  registerLangHandler(sourceDecorator({
    -          'keywords': PYTHON_KEYWORDS,
    -          'hashComments': true,
    -          'multiLineStrings': true,
    -          'tripleQuotedStrings': true
    -        }), ['cv', 'py']);
    -  registerLangHandler(sourceDecorator({
    -          'keywords': PERL_KEYWORDS,
    -          'hashComments': true,
    -          'multiLineStrings': true,
    -          'regexLiterals': true
    -        }), ['perl', 'pl', 'pm']);
    -  registerLangHandler(sourceDecorator({
    -          'keywords': RUBY_KEYWORDS,
    -          'hashComments': true,
    -          'multiLineStrings': true,
    -          'regexLiterals': true
    -        }), ['rb']);
    -  registerLangHandler(sourceDecorator({
    -          'keywords': JSCRIPT_KEYWORDS,
    -          'cStyleComments': true,
    -          'regexLiterals': true
    -        }), ['js']);
    -  registerLangHandler(
    -      createSimpleLexer([], [[PR_STRING, /^[\s\S]+/]]), ['regex']);
    -
    -  function applyDecorator(job) {
    -    var sourceCodeHtml = job.sourceCodeHtml;
    -    var opt_langExtension = job.langExtension;
    -
    -    // Prepopulate output in case processing fails with an exception.
    -    job.prettyPrintedHtml = sourceCodeHtml;
    -
    -    try {
    -      // Extract tags, and convert the source code to plain text.
    -      var sourceAndExtractedTags = extractTags(sourceCodeHtml);
    -      /** Plain text. @type {string} */
    -      var source = sourceAndExtractedTags.source;
    -      job.source = source;
    -      job.basePos = 0;
    -
    -      /** Even entries are positions in source in ascending order.  Odd entries
    -        * are tags that were extracted at that position.
    -        * @type {Array.<number|string>}
    -        */
    -      job.extractedTags = sourceAndExtractedTags.tags;
    -
    -      // Apply the appropriate language handler
    -      langHandlerForExtension(opt_langExtension, source)(job);
    -      // Integrate the decorations and tags back into the source code to produce
    -      // a decorated html string which is left in job.prettyPrintedHtml.
    -      recombineTagsAndDecorations(job);
    -    } catch (e) {
    -      if ('console' in window) {
    -        console['log'](e && e['stack'] ? e['stack'] : e);
    -      }
    -    }
    -  }
    -
    -  function prettyPrintOne(sourceCodeHtml, opt_langExtension) {
    -    var job = {
    -      sourceCodeHtml: sourceCodeHtml,
    -      langExtension: opt_langExtension
    -    };
    -    applyDecorator(job);
    -    return job.prettyPrintedHtml;
    -  }
    -
    -  function prettyPrint(opt_whenDone) {
    -    function byTagName(tn) { return document.getElementsByTagName(tn); }
    -    // fetch a list of nodes to rewrite
    -    var codeSegments = [byTagName('pre'), byTagName('code'), byTagName('xmp')];
    -    var elements = [];
    -    for (var i = 0; i < codeSegments.length; ++i) {
    -      for (var j = 0, n = codeSegments[i].length; j < n; ++j) {
    -        elements.push(codeSegments[i][j]);
    -      }
    -    }
    -    codeSegments = null;
    -
    -    var clock = Date;
    -    if (!clock['now']) {
    -      clock = { 'now': function () { return (new Date).getTime(); } };
    -    }
    -
    -    // The loop is broken into a series of continuations to make sure that we
    -    // don't make the browser unresponsive when rewriting a large page.
    -    var k = 0;
    -    var prettyPrintingJob;
    -
    -    function doWork() {
    -      var endTime = (window['PR_SHOULD_USE_CONTINUATION'] ?
    -                     clock.now() + 250 /* ms */ :
    -                     Infinity);
    -      for (; k < elements.length && clock.now() < endTime; k++) {
    -        var cs = elements[k];
    -        // [JACOCO] 'prettyprint' -> 'source'
    -        if (cs.className && cs.className.indexOf('source') >= 0) {
    -          // If the classes includes a language extensions, use it.
    -          // Language extensions can be specified like
    -          //     <pre class="prettyprint lang-cpp">
    -          // the language extension "cpp" is used to find a language handler as
    -          // passed to PR_registerLangHandler.
    -          var langExtension = cs.className.match(/\blang-(\w+)\b/);
    -          if (langExtension) { langExtension = langExtension[1]; }
    -
    -          // make sure this is not nested in an already prettified element
    -          var nested = false;
    -          for (var p = cs.parentNode; p; p = p.parentNode) {
    -            if ((p.tagName === 'pre' || p.tagName === 'code' ||
    -                 p.tagName === 'xmp') &&
    -                // [JACOCO] 'prettyprint' -> 'source'
    -                p.className && p.className.indexOf('source') >= 0) {
    -              nested = true;
    -              break;
    -            }
    -          }
    -          if (!nested) {
    -            // fetch the content as a snippet of properly escaped HTML.
    -            // Firefox adds newlines at the end.
    -            var content = getInnerHtml(cs);
    -            content = content.replace(/(?:\r\n?|\n)$/, '');
    -
    -            // do the pretty printing
    -            prettyPrintingJob = {
    -              sourceCodeHtml: content,
    -              langExtension: langExtension,
    -              sourceNode: cs
    -            };
    -            applyDecorator(prettyPrintingJob);
    -            replaceWithPrettyPrintedHtml();
    -          }
    -        }
    -      }
    -      if (k < elements.length) {
    -        // finish up in a continuation
    -        setTimeout(doWork, 250);
    -      } else if (opt_whenDone) {
    -        opt_whenDone();
    -      }
    -    }
    -
    -    function replaceWithPrettyPrintedHtml() {
    -      var newContent = prettyPrintingJob.prettyPrintedHtml;
    -      if (!newContent) { return; }
    -      var cs = prettyPrintingJob.sourceNode;
    -
    -      // push the prettified html back into the tag.
    -      if (!isRawContent(cs)) {
    -        // just replace the old html with the new
    -        cs.innerHTML = newContent;
    -      } else {
    -        // we need to change the tag to a <pre> since <xmp>s do not allow
    -        // embedded tags such as the span tags used to attach styles to
    -        // sections of source code.
    -        var pre = document.createElement('PRE');
    -        for (var i = 0; i < cs.attributes.length; ++i) {
    -          var a = cs.attributes[i];
    -          if (a.specified) {
    -            var aname = a.name.toLowerCase();
    -            if (aname === 'class') {
    -              pre.className = a.value;  // For IE 6
    -            } else {
    -              pre.setAttribute(a.name, a.value);
    -            }
    -          }
    -        }
    -        pre.innerHTML = newContent;
    -
    -        // remove the old
    -        cs.parentNode.replaceChild(pre, cs);
    -        cs = pre;
    -      }
    -    }
    -
    -    doWork();
    -  }
    -
    -  window['PR_normalizedHtml'] = normalizedHtml;
    -  window['prettyPrintOne'] = prettyPrintOne;
    -  window['prettyPrint'] = prettyPrint;
    -  window['PR'] = {
    -        'combinePrefixPatterns': combinePrefixPatterns,
    -        'createSimpleLexer': createSimpleLexer,
    -        'registerLangHandler': registerLangHandler,
    -        'sourceDecorator': sourceDecorator,
    -        'PR_ATTRIB_NAME': PR_ATTRIB_NAME,
    -        'PR_ATTRIB_VALUE': PR_ATTRIB_VALUE,
    -        'PR_COMMENT': PR_COMMENT,
    -        'PR_DECLARATION': PR_DECLARATION,
    -        'PR_KEYWORD': PR_KEYWORD,
    -        'PR_LITERAL': PR_LITERAL,
    -        'PR_NOCODE': PR_NOCODE,
    -        'PR_PLAIN': PR_PLAIN,
    -        'PR_PUNCTUATION': PR_PUNCTUATION,
    -        'PR_SOURCE': PR_SOURCE,
    -        'PR_STRING': PR_STRING,
    -        'PR_TAG': PR_TAG,
    -        'PR_TYPE': PR_TYPE
    -      };
    -})();
    diff --git a/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/redbar.gif b/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/redbar.gif
    deleted file mode 100644
    index c2f71469ba995289439d86ea39b1b33edb03388c..0000000000000000000000000000000000000000
    GIT binary patch
    literal 0
    HcmV?d00001
    
    literal 91
    zcmZ?wbhEHbWMtrCc+AD{pP&D~tn7aso&R25|6^nS*Vg{;>G{84!T)8;{;yfXu$BQ0
    fDgI<(<YM4w&|v@qkQodt90ol_LPjnP91PX~3&9+X
    
    diff --git a/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/report.css b/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/report.css
    deleted file mode 100644
    index dd936bc..0000000
    --- a/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/report.css
    +++ /dev/null
    @@ -1,243 +0,0 @@
    -body, td {
    -  font-family:sans-serif;
    -  font-size:10pt;
    -}
    -
    -h1 {
    -  font-weight:bold;
    -  font-size:18pt;
    -}
    -
    -.breadcrumb {
    -  border:#d6d3ce 1px solid;
    -  padding:2px 4px 2px 4px;
    -}
    -
    -.breadcrumb .info {
    -  float:right;
    -}
    -
    -.breadcrumb .info a {
    -  margin-left:8px;
    -}
    -
    -.el_report {
    -  padding-left:18px;
    -  background-image:url(report.gif);
    -  background-position:left center;
    -  background-repeat:no-repeat;
    -}
    -
    -.el_group {
    -  padding-left:18px;
    -  background-image:url(group.gif);
    -  background-position:left center;
    -  background-repeat:no-repeat;
    -}
    -
    -.el_bundle {
    -  padding-left:18px;
    -  background-image:url(bundle.gif);
    -  background-position:left center;
    -  background-repeat:no-repeat;
    -}
    -
    -.el_package {
    -  padding-left:18px;
    -  background-image:url(package.gif);
    -  background-position:left center;
    -  background-repeat:no-repeat;
    -}
    -
    -.el_class {
    -  padding-left:18px;
    -  background-image:url(class.gif);
    -  background-position:left center;
    -  background-repeat:no-repeat;
    -}
    -
    -.el_source {
    -  padding-left:18px;
    -  background-image:url(source.gif);
    -  background-position:left center;
    -  background-repeat:no-repeat;
    -}
    -
    -.el_method {
    -  padding-left:18px;
    -  background-image:url(method.gif);
    -  background-position:left center;
    -  background-repeat:no-repeat;
    -}
    -
    -.el_session {
    -  padding-left:18px;
    -  background-image:url(session.gif);
    -  background-position:left center;
    -  background-repeat:no-repeat;
    -}
    -
    -pre.source {
    -  border:#d6d3ce 1px solid;
    -  font-family:monospace;
    -}
    -
    -pre.source ol {
    -  margin-bottom: 0px;
    -  margin-top: 0px;
    -}
    -
    -pre.source li {
    -  border-left: 1px solid #D6D3CE;
    -  color: #A0A0A0;
    -  padding-left: 0px;
    -}
    -
    -pre.source span.fc {
    -  background-color:#ccffcc;
    -}
    -
    -pre.source span.nc {
    -  background-color:#ffaaaa;
    -}
    -
    -pre.source span.pc {
    -  background-color:#ffffcc;
    -}
    -
    -pre.source span.bfc {
    -  background-image: url(branchfc.gif);
    -  background-repeat: no-repeat;
    -  background-position: 2px center;
    -}
    -
    -pre.source span.bfc:hover {
    -  background-color:#80ff80;
    -}
    -
    -pre.source span.bnc {
    -  background-image: url(branchnc.gif);
    -  background-repeat: no-repeat;
    -  background-position: 2px center;
    -}
    -
    -pre.source span.bnc:hover {
    -  background-color:#ff8080;
    -}
    -
    -pre.source span.bpc {
    -  background-image: url(branchpc.gif);
    -  background-repeat: no-repeat;
    -  background-position: 2px center;
    -}
    -
    -pre.source span.bpc:hover {
    -  background-color:#ffff80;
    -}
    -
    -table.coverage {
    -  empty-cells:show;
    -  border-collapse:collapse;
    -}
    -
    -table.coverage thead {
    -  background-color:#e0e0e0;
    -}
    -
    -table.coverage thead td {
    -  white-space:nowrap;
    -  padding:2px 14px 0px 6px;
    -  border-bottom:#b0b0b0 1px solid;
    -}
    -
    -table.coverage thead td.bar {
    -  border-left:#cccccc 1px solid;
    -}
    -
    -table.coverage thead td.ctr1 {
    -  text-align:right;
    -  border-left:#cccccc 1px solid;
    -}
    -
    -table.coverage thead td.ctr2 {
    -  text-align:right;
    -  padding-left:2px;
    -}
    -
    -table.coverage thead td.sortable {
    -  cursor:pointer;
    -  background-image:url(sort.gif);
    -  background-position:right center;
    -  background-repeat:no-repeat;
    -}
    -
    -table.coverage thead td.up {
    -  background-image:url(up.gif);
    -}
    -
    -table.coverage thead td.down {
    -  background-image:url(down.gif);
    -}
    -
    -table.coverage tbody td {
    -  white-space:nowrap;
    -  padding:2px 6px 2px 6px;
    -  border-bottom:#d6d3ce 1px solid;
    -}
    -
    -table.coverage tbody tr:hover {
    -  background: #f0f0d0 !important;
    -}
    -
    -table.coverage tbody td.bar {
    -  border-left:#e8e8e8 1px solid;
    -}
    -
    -table.coverage tbody td.ctr1 {
    -  text-align:right;
    -  padding-right:14px;
    -  border-left:#e8e8e8 1px solid;
    -}
    -
    -table.coverage tbody td.ctr2 {
    -  text-align:right;
    -  padding-right:14px;
    -  padding-left:2px;
    -}
    -
    -table.coverage tfoot td {
    -  white-space:nowrap;
    -  padding:2px 6px 2px 6px;
    -}
    -
    -table.coverage tfoot td.bar {
    -  border-left:#e8e8e8 1px solid;
    -}
    -
    -table.coverage tfoot td.ctr1 {
    -  text-align:right;
    -  padding-right:14px;
    -  border-left:#e8e8e8 1px solid;
    -}
    -
    -table.coverage tfoot td.ctr2 {
    -  text-align:right;
    -  padding-right:14px;
    -  padding-left:2px;
    -}
    -
    -.footer {
    -  margin-top:20px;
    -  border-top:#d6d3ce 1px solid;
    -  padding-top:2px;
    -  font-size:8pt;
    -  color:#a0a0a0;
    -}
    -
    -.footer a {
    -  color:#a0a0a0;
    -}
    -
    -.right {
    -  float:right;
    -}
    diff --git a/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/report.gif b/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/report.gif
    deleted file mode 100644
    index 8547be50bf3e97e725920927b5aa4cdb031f4823..0000000000000000000000000000000000000000
    GIT binary patch
    literal 0
    HcmV?d00001
    
    literal 363
    zcmZ?wbhEHb6krfwSZc{In}J~s1H&!`1_uX+xVSjMb&S>db~X8S)dhAn1$OlXwvB~0
    zO@%hC#Wq5_7&^+V`^qgRRa;E2HJ?*&DsqWoev|2fCetO&CQDmPR<;_iXfs~ZZnVC`
    za8s8-+pK*(^AAm4c5K#~(^ocST-lU)byMc8y)_R`^xu2&{oaco_g{R!|Ki8Pmp>lA
    z{_*VHkC*R%zWMa)!{^_hzyAL8?f2(zzrTL}{q@K1Z$Ey2|M}<VuRs5>0mYvzj9d)%
    z3_1)z0P+(9TgQR<1s*zF)+bahX*_u_??Pbv&V#KE^V2&`bhGjjR;*MxC8EFO_3_}<
    zH?w9WrJ7AX`tJM8r525X{~8+WorLsRL^?W{nR=L*odosT`KItOGtTI963}JgV_m??
    z%&>&9-=1G*^3>@wm-A|~FmK+nbvd`DhNhP0UUhXIS1vYAPL5-o?Ce}VXI&i`tO1G(
    BvdRDe
    
    diff --git a/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/session.gif b/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/session.gif
    deleted file mode 100644
    index 0151bad8a001e5cc5cc7723a608185f746b7f8c1..0000000000000000000000000000000000000000
    GIT binary patch
    literal 0
    HcmV?d00001
    
    literal 213
    zcmZ?wbhEHb6krfwXc1xPS$gU4xw~t2pG#?5#^Be>V3WrXI-S9<hrzA(|Nr^_@5k?-
    zZ~y=IhyVNSXZ04}pKqV%t9oe5k~tY+Ar=Pzi2#Z}Sr{1@<Qa4rfB<AC18dL&^}dwM
    zX_r*ys<8N;e6mS?i^dP8jVmAd@U^}&$uv>xc~m$hYN?d{@xrG~CzZCfhpBIRC}Q>I
    kiQ?_Ai=3VZEOFW9fBwaksdwMK(Err)E%VcVRYeAC06w^MK>z>%
    
    diff --git a/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/sort.gif b/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/sort.gif
    deleted file mode 100644
    index 6757c2c32b57d768f3c12c4ae99a28bc32c9cbd7..0000000000000000000000000000000000000000
    GIT binary patch
    literal 0
    HcmV?d00001
    
    literal 58
    zcmZ?wbhEHb<YC}qXkcX6uwldh|Nj+#vM_QnFf!;c00|xjP6h@h!JfpGjC*fB>i!bx
    N`t(%z_h<$NYXI&b5{m!;
    
    diff --git a/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/sort.js b/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/sort.js
    deleted file mode 100644
    index fa9db08..0000000
    --- a/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/sort.js
    +++ /dev/null
    @@ -1,148 +0,0 @@
    -/*******************************************************************************
    - * Copyright (c) 2009, 2022 Mountainminds GmbH & Co. KG and Contributors
    - * This program and the accompanying materials are made available under
    - * the terms of the Eclipse Public License 2.0 which is available at
    - * http://www.eclipse.org/legal/epl-2.0
    - *
    - * SPDX-License-Identifier: EPL-2.0
    - *
    - * Contributors:
    - *    Marc R. Hoffmann - initial API and implementation
    - *
    - *******************************************************************************/
    -
    -(function () {
    -
    -  /**
    -   * Sets the initial sorting derived from the hash.
    -   *
    -   * @param linkelementids
    -   *          list of element ids to search for links to add sort inidcator
    -   *          hash links
    -   */
    -  function initialSort(linkelementids) {
    -    window.linkelementids = linkelementids;
    -    var hash = window.location.hash;
    -    if (hash) {
    -      var m = hash.match(/up-./);
    -      if (m) {
    -        var header = window.document.getElementById(m[0].charAt(3));
    -        if (header) {
    -          sortColumn(header, true);
    -        }
    -        return;
    -      }
    -      var m = hash.match(/dn-./);
    -      if (m) {
    -        var header = window.document.getElementById(m[0].charAt(3));
    -        if (header) {
    -          sortColumn(header, false);
    -        }
    -        return
    -      }
    -    }
    -  }
    -
    -  /**
    -   * Sorts the columns with the given header dependening on the current sort state.
    -   */
    -  function toggleSort(header) {
    -    var sortup = header.className.indexOf('down ') == 0;
    -    sortColumn(header, sortup);
    -  }
    -
    -  /**
    -   * Sorts the columns with the given header in the given direction.
    -   */
    -  function sortColumn(header, sortup) {
    -    var table = header.parentNode.parentNode.parentNode;
    -    var body = table.tBodies[0];
    -    var colidx = getNodePosition(header);
    -
    -    resetSortedStyle(table);
    -
    -    var rows = body.rows;
    -    var sortedrows = [];
    -    for (var i = 0; i < rows.length; i++) {
    -      r = rows[i];
    -      sortedrows[parseInt(r.childNodes[colidx].id.slice(1))] = r;
    -    }
    -
    -    var hash;
    -
    -    if (sortup) {
    -      for (var i = sortedrows.length - 1; i >= 0; i--) {
    -        body.appendChild(sortedrows[i]);
    -      }
    -      header.className = 'up ' + header.className;
    -      hash = 'up-' + header.id;
    -    } else {
    -      for (var i = 0; i < sortedrows.length; i++) {
    -        body.appendChild(sortedrows[i]);
    -      }
    -      header.className = 'down ' + header.className;
    -      hash = 'dn-' + header.id;
    -    }
    -
    -    setHash(hash);
    -  }
    -
    -  /**
    -   * Adds the sort indicator as a hash to the document URL and all links.
    -   */
    -  function setHash(hash) {
    -    window.document.location.hash = hash;
    -    ids = window.linkelementids;
    -    for (var i = 0; i < ids.length; i++) {
    -        setHashOnAllLinks(document.getElementById(ids[i]), hash);
    -    }
    -  }
    -
    -  /**
    -   * Extend all links within the given tag with the given hash.
    -   */
    -  function setHashOnAllLinks(tag, hash) {
    -    links = tag.getElementsByTagName("a");
    -    for (var i = 0; i < links.length; i++) {
    -        var a = links[i];
    -        var href = a.href;
    -        var hashpos = href.indexOf("#");
    -        if (hashpos != -1) {
    -            href = href.substring(0, hashpos);
    -        }
    -        a.href = href + "#" + hash;
    -    }
    -  }
    -
    -  /**
    -   * Calculates the position of a element within its parent.
    -   */
    -  function getNodePosition(element) {
    -    var pos = -1;
    -    while (element) {
    -      element = element.previousSibling;
    -      pos++;
    -    }
    -    return pos;
    -  }
    -
    -  /**
    -   * Remove the sorting indicator style from all headers.
    -   */
    -  function resetSortedStyle(table) {
    -    for (var c = table.tHead.firstChild.firstChild; c; c = c.nextSibling) {
    -      if (c.className) {
    -        if (c.className.indexOf('down ') == 0) {
    -          c.className = c.className.slice(5);
    -        }
    -        if (c.className.indexOf('up ') == 0) {
    -          c.className = c.className.slice(3);
    -        }
    -      }
    -    }
    -  }
    -
    -  window['initialSort'] = initialSort;
    -  window['toggleSort'] = toggleSort;
    -
    -})();
    diff --git a/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/source.gif b/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/source.gif
    deleted file mode 100644
    index b226e41c5276581db33d71525298ef572cc5d7ce..0000000000000000000000000000000000000000
    GIT binary patch
    literal 0
    HcmV?d00001
    
    literal 354
    zcmZ?wbhEHb6krfwxXQrr`Rnf=KmWY@^y|~t-#>r-`SJ62+pK*(^ACOa@_X{KW3$$r
    zUbOlAiXE5N?74dH#gDtszu$lH{mGl3&)@xg`{~!`Z@=#VMPB~6_u~7*S3h2T`1$R}
    z?`Q9Re)#(P)3@JWfBgRb^LKTLe^s%6bxA;7sb4jaQ5?`-<<ng5TVLWgvEHM%)~l!1
    zYi_IS^d`3r{dQ}59F})EE$?<()ZzT#ME{lvwpTV~T-lU)Yj4ffO_~4y|7XAeia%Kx
    z85k@XbU-p7KQXY?ADC0%p(B)eLgkXi62W-^(!DQ#v2a~Gz-z9%&!+3h!38t#X02Ds
    zad;WPFvUVOY)YY2k84HG1kp%gVW!3wVI5ap$%?8ZHc4GqO=+PiQzvV>Y72H(vk7Xs
    us!1$fvP8{QU92ZrK%7tARasP&f6JDw8m_8J3W|I7DyXXX9C3DJum%7=h^`F)
    
    diff --git a/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/up.gif b/WS24_25/SWTD/buch/target/site/jacoco/jacoco-resources/up.gif
    deleted file mode 100644
    index 58ed21660ec467736a4d2af17d91341f7cfb556c..0000000000000000000000000000000000000000
    GIT binary patch
    literal 0
    HcmV?d00001
    
    literal 67
    zcmZ?wbhEHb<YC}qSjfcSX{EDa!-oH0p!k!8k&A(eL5G2Xk%5PSlYxOrWJ=;nroA^G
    Ub$^Kz-Nct)ygK&ScM%3_0PmU?SpWb4
    
    diff --git a/WS24_25/SWTD/buch/target/site/jacoco/jacoco-sessions.html b/WS24_25/SWTD/buch/target/site/jacoco/jacoco-sessions.html
    deleted file mode 100644
    index 3bf749e..0000000
    --- a/WS24_25/SWTD/buch/target/site/jacoco/jacoco-sessions.html
    +++ /dev/null
    @@ -1 +0,0 @@
    -<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en"><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/><link rel="stylesheet" href="jacoco-resources/report.css" type="text/css"/><link rel="shortcut icon" href="jacoco-resources/report.gif" type="image/gif"/><title>Sessions</title></head><body><div class="breadcrumb" id="breadcrumb"><span class="info"><a href="jacoco-sessions.html" class="el_session">Sessions</a></span><a href="index.html" class="el_report">buch</a> &gt; <span class="el_session">Sessions</span></div><h1>Sessions</h1><p>This coverage report is based on execution data from the following sessions:</p><table class="coverage" cellspacing="0"><thead><tr><td>Session</td><td>Start Time</td><td>Dump Time</td></tr></thead><tbody><tr><td><span class="el_session">lachstop-115de4c6</span></td><td>Jan 6, 2025, 11:01:29 PM</td><td>Jan 6, 2025, 11:01:29 PM</td></tr></tbody></table><p>Execution data for the following classes is considered in this report:</p><table class="coverage" cellspacing="0"><thead><tr><td>Class</td><td>Id</td></tr></thead><tbody><tr><td><span class="el_class">HelloTest</span></td><td><code>9c626c771ff0922f</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.booter.BaseProviderFactory</span></td><td><code>5bdb25554fb3d5df</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.booter.BiProperty</span></td><td><code>9a2074ae999b3c8a</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.booter.Command</span></td><td><code>f31ca5085797c808</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.booter.DumpErrorSingleton</span></td><td><code>e3f1c75f159a9ac5</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.booter.ForkedProcessEventType</span></td><td><code>dc56c5dba14b9d58</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.booter.ForkingReporterFactory</span></td><td><code>bcadcd63978e8dcf</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.booter.ForkingRunListener</span></td><td><code>08c963875a23e517</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.booter.MasterProcessCommand</span></td><td><code>90562129b4defd58</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.booter.Shutdown</span></td><td><code>fab38023c4f1ded4</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.cli.CommandLineOption</span></td><td><code>4401c2efb3702254</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.provider.AbstractProvider</span></td><td><code>cf68f167cf236f7b</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.report.ConsoleOutputCapture</span></td><td><code>b8719a08fbb63e05</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.report.ConsoleOutputCapture.ForwardingPrintStream</span></td><td><code>7c2392ea44674f2d</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.report.ConsoleOutputCapture.NullOutputStream</span></td><td><code>f7132188596462e2</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.report.ReporterConfiguration</span></td><td><code>39591ad2c5816a79</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.report.RunMode</span></td><td><code>f02e60476bce4d8d</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.report.SimpleReportEntry</span></td><td><code>e252cb5986c391cc</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.suite.RunResult</span></td><td><code>8d97f6894fd90ced</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.testset.DirectoryScannerParameters</span></td><td><code>c53ea59aeaf0b80a</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.testset.IncludedExcludedPatterns</span></td><td><code>43b8f8de9b3a1945</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.testset.ResolvedTest</span></td><td><code>7e73a65f1017294e</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.testset.ResolvedTest.ClassMatcher</span></td><td><code>0f9c29dc1562afeb</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.testset.ResolvedTest.MethodMatcher</span></td><td><code>fccae89ce7b4ee31</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.testset.ResolvedTest.Type</span></td><td><code>bf93fc9765a2bd72</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.testset.RunOrderParameters</span></td><td><code>cb70af248c260139</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.testset.TestArtifactInfo</span></td><td><code>c68e923f629df613</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.testset.TestListResolver</span></td><td><code>3dc896f10c8df96c</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.testset.TestRequest</span></td><td><code>976405c051909d71</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.util.CloseableIterator</span></td><td><code>f2c0acf940ec6fbe</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.util.DefaultRunOrderCalculator</span></td><td><code>1f50ae9e4b9717cd</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.util.DefaultScanResult</span></td><td><code>46fdc84739146387</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.util.ReflectionUtils</span></td><td><code>6079e135f863f220</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.util.RunOrder</span></td><td><code>0ea36dbbf05327aa</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.util.TestsToRun</span></td><td><code>cc3376426ef9c01c</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.util.TestsToRun.ClassesIterator</span></td><td><code>cd6601db7bc899db</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.util.internal.AbstractNoninterruptibleReadableChannel</span></td><td><code>6abb59e4c94390af</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.util.internal.AbstractNoninterruptibleWritableChannel</span></td><td><code>989f9bf3c66ab7be</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.util.internal.Channels</span></td><td><code>95e459b596e3b873</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.util.internal.Channels.3</span></td><td><code>9770f03bd51e14f7</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.util.internal.Channels.4</span></td><td><code>a0e3eaa91d355cc2</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.util.internal.DaemonThreadFactory</span></td><td><code>a56bf84543725f3a</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.util.internal.DaemonThreadFactory.NamedThreadFactory</span></td><td><code>cfeefeb0265a8a13</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.util.internal.DumpFileUtils</span></td><td><code>9a7dbfdf3c2027c8</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.util.internal.ImmutableMap</span></td><td><code>ee11b540cdd4034e</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.util.internal.ImmutableMap.Node</span></td><td><code>984f6258c6d6ac9c</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.api.util.internal.ObjectUtils</span></td><td><code>8c788ffcde97fbb4</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.booter.AbstractPathConfiguration</span></td><td><code>4839ca4be6e46906</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.booter.BooterDeserializer</span></td><td><code>02dc12ed0aec9547</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.booter.ClassLoaderConfiguration</span></td><td><code>462fdbd63f8ea8c8</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.booter.Classpath</span></td><td><code>5c18bd381e88bcc8</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.booter.ClasspathConfiguration</span></td><td><code>4c9fc97c565be4cc</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.booter.CommandReader</span></td><td><code>c29c2eca0cd24bfc</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.booter.CommandReader.1</span></td><td><code>727226d97ed192cb</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.booter.CommandReader.CommandRunnable</span></td><td><code>41ac58e8d85ca2bd</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.booter.ForkedBooter</span></td><td><code>708bf5b29b088537</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.booter.ForkedBooter.1</span></td><td><code>7d062229af4458f7</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.booter.ForkedBooter.3</span></td><td><code>093e1d6ec83caf1c</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.booter.ForkedBooter.4</span></td><td><code>88f2f3e42230f38d</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.booter.ForkedBooter.6</span></td><td><code>a150022bee6cbd41</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.booter.ForkedBooter.7</span></td><td><code>7d0ab78a1157bb24</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.booter.ForkedBooter.8</span></td><td><code>01800b3929973273</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.booter.ForkedBooter.PingScheduler</span></td><td><code>fb97687ca93ecbd1</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.booter.PpidChecker</span></td><td><code>cc99aab0e566c991</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.booter.ProcessCheckerType</span></td><td><code>5e6688e4a6a909e6</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.booter.PropertiesWrapper</span></td><td><code>f63d2b2f2fd9087a</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.booter.ProviderConfiguration</span></td><td><code>146800cea9c5f6cc</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.booter.StartupConfiguration</span></td><td><code>1cb50557cb9ebb0b</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.booter.SystemPropertyManager</span></td><td><code>3a0459e270104889</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.booter.TypeEncodedValue</span></td><td><code>25e613e357b4f737</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.booter.spi.LegacyMasterProcessChannelDecoder</span></td><td><code>477264b3887a3b8b</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.booter.spi.LegacyMasterProcessChannelDecoder.FrameCompletion</span></td><td><code>00319e897e4dfd77</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.booter.spi.LegacyMasterProcessChannelEncoder</span></td><td><code>d52ce258d8e88d04</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.booter.spi.LegacyMasterProcessChannelProcessorFactory</span></td><td><code>3e8e80dcadf11ad6</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.booter.spi.SurefireMasterProcessChannelProcessorFactory</span></td><td><code>6bb9533ad5c08a49</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.junitplatform.JUnitPlatformProvider</span></td><td><code>847b42ef97f97d2b</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.junitplatform.RunListenerAdapter</span></td><td><code>d23fd29ada1102cb</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.junitplatform.RunListenerAdapter.1</span></td><td><code>55724259eef83afa</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.junitplatform.TestPlanScannerFilter</span></td><td><code>a3ae2542fd30e874</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.shared.codec.binary.Base64</span></td><td><code>cd6927ec7cf0569e</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.shared.codec.binary.BaseNCodec</span></td><td><code>c8dd8163b58acfc1</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.shared.codec.binary.BaseNCodec.Context</span></td><td><code>84b370e464e7008c</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.shared.lang3.JavaVersion</span></td><td><code>590095a767529b48</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.shared.lang3.StringUtils</span></td><td><code>ae3c2c379ffab6fd</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.shared.lang3.SystemUtils</span></td><td><code>e4faf882077bc6c0</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.shared.lang3.math.NumberUtils</span></td><td><code>505629194db735ed</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.shared.utils.StringUtils</span></td><td><code>5ba1288622b5e22e</code></td></tr><tr><td><span class="el_class">org.apache.maven.surefire.shared.utils.cli.ShutdownHookUtils</span></td><td><code>b7b46c5c1f482bd4</code></td></tr><tr><td><span class="el_class">org.apiguardian.api.API.Status</span></td><td><code>95d0ffea805fc01a</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.api.AssertEquals</span></td><td><code>e7a43ed17afc829d</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.api.AssertionUtils</span></td><td><code>932bf67003486569</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.api.Assertions</span></td><td><code>58a85bf9838e70b7</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.api.DisplayNameGenerator</span></td><td><code>ff38de3576197150</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.api.DisplayNameGenerator.IndicativeSentences</span></td><td><code>d3479e0ffacb9f9f</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.api.DisplayNameGenerator.ReplaceUnderscores</span></td><td><code>9c83688ffdea180b</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.api.DisplayNameGenerator.Simple</span></td><td><code>d01947bfadff13a2</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.api.DisplayNameGenerator.Standard</span></td><td><code>5f69fbdb73dadd83</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.api.TestInstance.Lifecycle</span></td><td><code>963667ad7acf2075</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.api.extension.ConditionEvaluationResult</span></td><td><code>fc311dfabd3a0e23</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.api.extension.ExtensionContext</span></td><td><code>6d743ab9f0c8d392</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.api.extension.ExtensionContext.Namespace</span></td><td><code>cc164c19cc2ec84e</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.api.extension.InvocationInterceptor</span></td><td><code>78636fba04d849bd</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.JupiterTestEngine</span></td><td><code>011031d0b1fe58db</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.config.CachingJupiterConfiguration</span></td><td><code>14c3e96d913ba609</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.config.DefaultJupiterConfiguration</span></td><td><code>150a59979eccb4d7</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.config.EnumConfigurationParameterConverter</span></td><td><code>433eec982a6fabbc</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.config.InstantiatingConfigurationParameterConverter</span></td><td><code>665228d315b7ac04</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.descriptor.AbstractExtensionContext</span></td><td><code>9d93b2a6a01092c9</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor</span></td><td><code>49129651cf7ad1b5</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.descriptor.ClassExtensionContext</span></td><td><code>67d8de68b849441a</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.descriptor.ClassTestDescriptor</span></td><td><code>2f87db51b4485e07</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.descriptor.DisplayNameUtils</span></td><td><code>e1e9919d0d67675d</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.descriptor.ExtensionUtils</span></td><td><code>722183e8696c5137</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.descriptor.JupiterEngineDescriptor</span></td><td><code>6354e569d97134a9</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.descriptor.JupiterEngineExtensionContext</span></td><td><code>25e568b41a4f507e</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.descriptor.JupiterTestDescriptor</span></td><td><code>8af8f2d9d691826c</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.descriptor.LifecycleMethodUtils</span></td><td><code>6249a1cbea332afc</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor</span></td><td><code>27c3365cc0c4e908</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.descriptor.MethodExtensionContext</span></td><td><code>0508b2e2c19f7ac3</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.descriptor.TestInstanceLifecycleUtils</span></td><td><code>a247fc379f47df66</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor</span></td><td><code>72ce602be7bfa92c</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.discovery.AbstractAnnotatedDescriptorWrapper</span></td><td><code>90b10f2d90d7b01b</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.discovery.AbstractOrderingVisitor</span></td><td><code>f8eb297929c247eb</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.discovery.AbstractOrderingVisitor.DescriptorWrapperOrderer</span></td><td><code>c8e1585f8474ed61</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.discovery.ClassOrderingVisitor</span></td><td><code>1f09fc1c6b9779bb</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.discovery.ClassSelectorResolver</span></td><td><code>47bba3d717485ecb</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.discovery.DefaultClassDescriptor</span></td><td><code>9064f3528773a161</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.discovery.DiscoverySelectorResolver</span></td><td><code>5dc6be896f50996f</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.discovery.MethodFinder</span></td><td><code>621c8591e557439a</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.discovery.MethodOrderingVisitor</span></td><td><code>7d9864cebac818e1</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.discovery.MethodSelectorResolver</span></td><td><code>a425905a414a12d5</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.discovery.MethodSelectorResolver.MethodType</span></td><td><code>f4804d6ffc25a580</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.discovery.MethodSelectorResolver.MethodType.1</span></td><td><code>aeaeeb04a7d2c1a3</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.discovery.MethodSelectorResolver.MethodType.2</span></td><td><code>4f06e6c9eef38fa4</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.discovery.MethodSelectorResolver.MethodType.3</span></td><td><code>e3f41424e245bd2a</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.discovery.predicates.IsInnerClass</span></td><td><code>d746bcff9a71ec26</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.discovery.predicates.IsNestedTestClass</span></td><td><code>f75dfd9ee2347890</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.discovery.predicates.IsPotentialTestContainer</span></td><td><code>909f14a1b9fe84dc</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.discovery.predicates.IsTestClassWithTests</span></td><td><code>34690a186bfcf3ac</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.discovery.predicates.IsTestFactoryMethod</span></td><td><code>941a8af0d47a68fd</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.discovery.predicates.IsTestMethod</span></td><td><code>f2039dbd13fce110</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.discovery.predicates.IsTestTemplateMethod</span></td><td><code>c13a4260435c18a8</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.discovery.predicates.IsTestableMethod</span></td><td><code>4be487dee199f633</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.execution.ConditionEvaluator</span></td><td><code>df91d94b180fe511</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.execution.ConstructorInvocation</span></td><td><code>60b80968f2bdedc3</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.execution.DefaultTestInstances</span></td><td><code>0fc6d90567826bc4</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.execution.ExecutableInvoker</span></td><td><code>d2368ccaaa2037b7</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.execution.ExecutableInvoker.ReflectiveInterceptorCall</span></td><td><code>84813aa1a30927b7</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.execution.ExtensionValuesStore</span></td><td><code>e4054d96e0311350</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.execution.ExtensionValuesStore.CompositeKey</span></td><td><code>66813dae6cf686fe</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.execution.ExtensionValuesStore.MemoizingSupplier</span></td><td><code>df3ce2070a75daaf</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.execution.ExtensionValuesStore.StoredValue</span></td><td><code>57cb9ab75faabc0f</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.execution.InvocationInterceptorChain</span></td><td><code>9798b2a812d2015d</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.execution.InvocationInterceptorChain.InterceptedInvocation</span></td><td><code>199eef1acbe0b316</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.execution.InvocationInterceptorChain.ValidatingInvocation</span></td><td><code>f064b1c2c4a4bf86</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.execution.JupiterEngineExecutionContext</span></td><td><code>b48cc2a96dab0116</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.Builder</span></td><td><code>d1557432e23d2776</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.State</span></td><td><code>3926323ef1c7fb03</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.execution.MethodInvocation</span></td><td><code>8b8fd00463d994df</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.execution.NamespaceAwareStore</span></td><td><code>c0df02c5fe61ed0f</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.execution.TestInstancesProvider</span></td><td><code>357bca6226069e7b</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.extension.DisabledCondition</span></td><td><code>1604b4e34c1363e4</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.extension.ExtensionRegistry</span></td><td><code>a610f9723b95715c</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.extension.MutableExtensionRegistry</span></td><td><code>4951101173afa58b</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.extension.RepeatedTestExtension</span></td><td><code>32adc631c7f45534</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.extension.TempDirectory</span></td><td><code>55b0b3b7482f7782</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.extension.TestInfoParameterResolver</span></td><td><code>3c520f8376f91ff7</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.extension.TestReporterParameterResolver</span></td><td><code>7187071bfc76c6ac</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.extension.TimeoutConfiguration</span></td><td><code>e255baf2a634c095</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.extension.TimeoutDurationParser</span></td><td><code>bb6a412c3829dae9</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.extension.TimeoutExtension</span></td><td><code>e90faf479207d574</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.support.JupiterThrowableCollectorFactory</span></td><td><code>46546a446de4c9c0</code></td></tr><tr><td><span class="el_class">org.junit.jupiter.engine.support.OpenTest4JAndJUnit4AwareThrowableCollector</span></td><td><code>e9ee7d4e1adecdd1</code></td></tr><tr><td><span class="el_class">org.junit.platform.commons.function.Try</span></td><td><code>5200e6adc191344c</code></td></tr><tr><td><span class="el_class">org.junit.platform.commons.function.Try.Failure</span></td><td><code>5d1cf7b52cd7a7ea</code></td></tr><tr><td><span class="el_class">org.junit.platform.commons.function.Try.Success</span></td><td><code>98cdc5b539e1abfd</code></td></tr><tr><td><span class="el_class">org.junit.platform.commons.logging.LoggerFactory</span></td><td><code>39fdfe1f67bc0eda</code></td></tr><tr><td><span class="el_class">org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger</span></td><td><code>c71dcf008235901c</code></td></tr><tr><td><span class="el_class">org.junit.platform.commons.support.AnnotationSupport</span></td><td><code>183c2f1d296c27a5</code></td></tr><tr><td><span class="el_class">org.junit.platform.commons.support.ReflectionSupport</span></td><td><code>945bcc92fedf115d</code></td></tr><tr><td><span class="el_class">org.junit.platform.commons.util.AnnotationUtils</span></td><td><code>192a2ed89eaed125</code></td></tr><tr><td><span class="el_class">org.junit.platform.commons.util.ClassLoaderUtils</span></td><td><code>bf70ae4f9e1a53b8</code></td></tr><tr><td><span class="el_class">org.junit.platform.commons.util.ClassNamePatternFilterUtils</span></td><td><code>661df78b93e45465</code></td></tr><tr><td><span class="el_class">org.junit.platform.commons.util.ClassUtils</span></td><td><code>60a2276f3701443f</code></td></tr><tr><td><span class="el_class">org.junit.platform.commons.util.ClasspathScanner</span></td><td><code>54e3df9bb2092b52</code></td></tr><tr><td><span class="el_class">org.junit.platform.commons.util.CollectionUtils</span></td><td><code>8a03a781a6a5c2d1</code></td></tr><tr><td><span class="el_class">org.junit.platform.commons.util.Preconditions</span></td><td><code>c8254e72fb8d44dd</code></td></tr><tr><td><span class="el_class">org.junit.platform.commons.util.ReflectionUtils</span></td><td><code>9ac3110b58c001d0</code></td></tr><tr><td><span class="el_class">org.junit.platform.commons.util.ReflectionUtils.HierarchyTraversalMode</span></td><td><code>3125245fc9d900bc</code></td></tr><tr><td><span class="el_class">org.junit.platform.commons.util.StringUtils</span></td><td><code>237c0cb03ac19254</code></td></tr><tr><td><span class="el_class">org.junit.platform.commons.util.UnrecoverableExceptions</span></td><td><code>e906a774e770e7d4</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.CompositeFilter</span></td><td><code>6a52e5b4f7292f48</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.CompositeFilter.1</span></td><td><code>cc0aadc5880fb4e4</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.EngineDiscoveryListener</span></td><td><code>f7640d771a4374d6</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.EngineDiscoveryListener.1</span></td><td><code>a4cdbe8dd38d8f57</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.EngineExecutionListener</span></td><td><code>693fee5cbd4c2df0</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.EngineExecutionListener.1</span></td><td><code>999902b68f81dd9a</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.ExecutionRequest</span></td><td><code>f80b4e071e194cb8</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.Filter</span></td><td><code>5ffaaa90df97ca04</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.FilterResult</span></td><td><code>a787a89e1f12d534</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.SelectorResolutionResult</span></td><td><code>b0cf35dcc829d3f4</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.SelectorResolutionResult.Status</span></td><td><code>c505c2274f89f01d</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.TestDescriptor</span></td><td><code>aeaac58c9e7df241</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.TestDescriptor.Type</span></td><td><code>20fe3e02963cb4b9</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.TestExecutionResult</span></td><td><code>6b1b512d17bb680e</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.TestExecutionResult.Status</span></td><td><code>ad256e9fb4407e04</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.UniqueId</span></td><td><code>c1bb227cff03c812</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.UniqueId.Segment</span></td><td><code>a9fe30ce7bbf397b</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.UniqueIdFormat</span></td><td><code>3094a6218f16e114</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.discovery.ClassSelector</span></td><td><code>a1cacad45a144508</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.discovery.DiscoverySelectors</span></td><td><code>d9d42aa13a2aea27</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.discovery.MethodSelector</span></td><td><code>69292f007e74298d</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.descriptor.AbstractTestDescriptor</span></td><td><code>b9c965daf4d9a476</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.descriptor.ClassSource</span></td><td><code>37bd92069360f773</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.descriptor.EngineDescriptor</span></td><td><code>8f2f77769ee0e9c9</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.descriptor.MethodSource</span></td><td><code>1d55ac49f5cabc20</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.discovery.ClassContainerSelectorResolver</span></td><td><code>dc6114dc7e983729</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution</span></td><td><code>ea497a81a10c339c</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution.DefaultContext</span></td><td><code>b39f8895aeb78b1e</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver</span></td><td><code>687cbe6b3b72b453</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.Builder</span></td><td><code>21b59a849a1e0107</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.DefaultInitializationContext</span></td><td><code>1904819635770d62</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.discovery.SelectorResolver</span></td><td><code>8853a3b7d6531935</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.discovery.SelectorResolver.Match</span></td><td><code>922481c433789199</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.discovery.SelectorResolver.Match.Type</span></td><td><code>a62615901052f237</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.discovery.SelectorResolver.Resolution</span></td><td><code>c90571b7b64f19a0</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.hierarchical.ExclusiveResource</span></td><td><code>efa2e06c87a351c3</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.hierarchical.ExclusiveResource.LockMode</span></td><td><code>96e95d210b150f97</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine</span></td><td><code>5c686da27ab7f7b0</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor</span></td><td><code>963cba9b029b4b19</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.hierarchical.LockManager</span></td><td><code>5aedd3bd3957b5a6</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.hierarchical.Node</span></td><td><code>d5630bd7243c23ff</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.hierarchical.Node.SkipResult</span></td><td><code>5aca1404ff0f9294</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.hierarchical.NodeExecutionAdvisor</span></td><td><code>7c2670c7a35cfba6</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.hierarchical.NodeTestTask</span></td><td><code>f652d8cc5e11bdc5</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.hierarchical.NodeTestTask.DefaultDynamicTestExecutor</span></td><td><code>abd00dd511d28b2f</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.hierarchical.NodeTestTaskContext</span></td><td><code>bdf88cd3834282a5</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.hierarchical.NodeTreeWalker</span></td><td><code>c689092b060d0b12</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.hierarchical.NodeUtils</span></td><td><code>a7ec8f66d373c169</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.hierarchical.NodeUtils.1</span></td><td><code>5a44a7e2cbf864b4</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService</span></td><td><code>4021fb0b954634b6</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.hierarchical.SingleLock</span></td><td><code>2036ec8b92a38105</code></td></tr><tr><td><span class="el_class">org.junit.platform.engine.support.hierarchical.ThrowableCollector</span></td><td><code>6fd7a27676be3c50</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.EngineDiscoveryResult</span></td><td><code>9f305fb9cafa070a</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.EngineDiscoveryResult.Status</span></td><td><code>c6f73a818e869b3a</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.LauncherDiscoveryListener</span></td><td><code>4c7a9b5f0af6369d</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.LauncherDiscoveryListener.1</span></td><td><code>d946f222ae757dc1</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.LauncherSessionListener</span></td><td><code>e0db832b050d072e</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.LauncherSessionListener.1</span></td><td><code>44b3640faa83f474</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.TestExecutionListener</span></td><td><code>d5f44a91fb9bf46c</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.TestIdentifier</span></td><td><code>2b393a1d76332bc4</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.TestPlan</span></td><td><code>1c1994f8265f5a45</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.CompositeTestExecutionListener</span></td><td><code>2fec5f997b539877</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.DefaultDiscoveryRequest</span></td><td><code>5706e3938a47edbc</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.DefaultLauncher</span></td><td><code>75b262c721c1b524</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.DefaultLauncherConfig</span></td><td><code>6fbfe73d83f861ce</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.DefaultLauncherSession</span></td><td><code>c8ae22f36a4f9c66</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.DefaultLauncherSession.ClosedLauncher</span></td><td><code>33b03a5d32880c72</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.DefaultLauncherSession.DelegatingLauncher</span></td><td><code>62a46fcfba060cd0</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.DelegatingEngineExecutionListener</span></td><td><code>98129d4f91790da1</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.EngineDiscoveryOrchestrator</span></td><td><code>e664ca6c3b9b649f</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.EngineDiscoveryOrchestrator.Phase</span></td><td><code>268c73a2f40672ad</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.EngineDiscoveryResultValidator</span></td><td><code>ae8e824d499c28c0</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.EngineExecutionOrchestrator</span></td><td><code>ef50d34e593c6435</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.EngineIdValidator</span></td><td><code>6ec884e3f1252b64</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.ExecutionListenerAdapter</span></td><td><code>b7c31393576744dc</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.InternalTestPlan</span></td><td><code>69b2dd891a2eff73</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.LauncherConfig</span></td><td><code>33646d7c20caa86c</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.LauncherConfig.Builder</span></td><td><code>1a313fdb0cf517bd</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.LauncherConfigurationParameters</span></td><td><code>3c045d9855c3582c</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.LauncherConfigurationParameters.Builder</span></td><td><code>d4314d11c6458cba</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.LauncherConfigurationParameters.ParameterProvider</span></td><td><code>dbf430fc5972aefc</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.LauncherConfigurationParameters.ParameterProvider.2</span></td><td><code>fa4e3fee03856df9</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.LauncherConfigurationParameters.ParameterProvider.3</span></td><td><code>90f56b20ab147687</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder</span></td><td><code>4ca4682632d3f50a</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.LauncherDiscoveryResult</span></td><td><code>d1da1616bd553127</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.LauncherFactory</span></td><td><code>8e309d53ca525395</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.ListenerRegistry</span></td><td><code>4950f6c47b32949e</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.OutcomeDelayingEngineExecutionListener</span></td><td><code>4c68ad66a29b4dd7</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.OutcomeDelayingEngineExecutionListener.Outcome</span></td><td><code>b6ca0889820c3cca</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.ServiceLoaderRegistry</span></td><td><code>b9cb7c73b65895b8</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.ServiceLoaderTestEngineRegistry</span></td><td><code>f98f04d3db2fcfbb</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.SessionPerRequestLauncher</span></td><td><code>176a2050399cce8f</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.core.StreamInterceptingTestExecutionListener</span></td><td><code>36972afd5e542435</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.listeners.UniqueIdTrackingListener</span></td><td><code>267976e1a69ba0ae</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.listeners.discovery.AbortOnFailureLauncherDiscoveryListener</span></td><td><code>ee6720edc40a9ccf</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.listeners.discovery.LauncherDiscoveryListeners</span></td><td><code>d311082436d55ae9</code></td></tr><tr><td><span class="el_class">org.junit.platform.launcher.listeners.session.LauncherSessionListeners</span></td><td><code>792ecbf10e49d607</code></td></tr></tbody></table><div class="footer"><span class="right">Created with <a href="http://www.jacoco.org/jacoco">JaCoCo</a> 0.8.8.202204050719</span></div></body></html>
    \ No newline at end of file
    diff --git a/WS24_25/SWTD/buch/target/site/jacoco/jacoco.csv b/WS24_25/SWTD/buch/target/site/jacoco/jacoco.csv
    deleted file mode 100644
    index 612bce5..0000000
    --- a/WS24_25/SWTD/buch/target/site/jacoco/jacoco.csv
    +++ /dev/null
    @@ -1,27 +0,0 @@
    -GROUP,PACKAGE,CLASS,INSTRUCTION_MISSED,INSTRUCTION_COVERED,BRANCH_MISSED,BRANCH_COVERED,LINE_MISSED,LINE_COVERED,COMPLEXITY_MISSED,COMPLEXITY_COVERED,METHOD_MISSED,METHOD_COVERED
    -buch,com.buch.datenhaltung,DatenException,4,0,0,0,2,0,1,0,1,0
    -buch,com.buch.datenhaltung,BuchSerializeDAO,72,0,2,0,27,0,4,0,3,0
    -buch,com.buch.datenhaltung,BuchDBDAO,132,0,4,0,47,0,6,0,4,0
    -buch,com.buch,Main,6,0,0,0,3,0,2,0,2,0
    -buch,com.buch.gui,BuchErfassungView.new ActionListener() {...},14,0,0,0,4,0,2,0,2,0
    -buch,com.buch.gui,Controller.ErfassungStrategie,17,0,0,0,3,0,2,0,2,0
    -buch,com.buch.gui,BuchListeView.new ActionListener() {...},30,0,2,0,7,0,3,0,2,0
    -buch,com.buch.gui,BuchErfassungView.new ActionListener() {...},20,0,0,0,5,0,2,0,2,0
    -buch,com.buch.gui,BuchListeView.new ItemListener() {...},14,0,0,0,3,0,2,0,2,0
    -buch,com.buch.gui,Controller.ErfassungNeuStrategie,13,0,0,0,3,0,2,0,2,0
    -buch,com.buch.gui,BuchListeView.new ActionListener() {...},22,0,2,0,5,0,3,0,2,0
    -buch,com.buch.gui,BuchListeView.new ActionListener() {...},10,0,0,0,3,0,2,0,2,0
    -buch,com.buch.gui,Controller.ErfassungAendernStrategie,8,0,0,0,2,0,2,0,2,0
    -buch,com.buch.gui,InfoView,57,0,0,0,14,0,1,0,1,0
    -buch,com.buch.gui,Controller,124,0,0,0,35,0,10,0,10,0
    -buch,com.buch.gui,BuchHauptprogrammView.new ActionListener() {...},11,0,0,0,3,0,2,0,2,0
    -buch,com.buch.gui,BuchHauptprogrammView.new ActionListener() {...},11,0,0,0,3,0,2,0,2,0
    -buch,com.buch.gui,BuchHauptprogrammView.new ActionListener() {...},11,0,0,0,3,0,2,0,2,0
    -buch,com.buch.gui,BuchHauptprogrammView.new ActionListener() {...},11,0,0,0,3,0,2,0,2,0
    -buch,com.buch.gui,BuchHauptprogrammView.new ActionListener() {...},11,0,0,0,3,0,2,0,2,0
    -buch,com.buch.gui,BuchListeView,135,0,4,0,31,0,5,0,3,0
    -buch,com.buch.gui,BuchHauptprogrammView,128,0,0,0,28,0,3,0,3,0
    -buch,com.buch.gui,BuchErfassungView,205,0,2,0,49,0,7,0,6,0
    -buch,com.buch.gui,InfoView.new ActionListener() {...},14,0,0,0,4,0,2,0,2,0
    -buch,com.buch.fachlogik,Buch,58,0,2,0,21,0,9,0,8,0
    -buch,com.buch.fachlogik,BuecherVerwaltung,38,0,0,0,12,0,6,0,6,0
    diff --git a/WS24_25/SWTD/buch/target/site/jacoco/jacoco.xml b/WS24_25/SWTD/buch/target/site/jacoco/jacoco.xml
    deleted file mode 100644
    index 165d527..0000000
    --- a/WS24_25/SWTD/buch/target/site/jacoco/jacoco.xml
    +++ /dev/null
    @@ -1 +0,0 @@
    -<?xml version="1.0" encoding="UTF-8" standalone="yes"?><!DOCTYPE report PUBLIC "-//JACOCO//DTD Report 1.1//EN" "report.dtd"><report name="buch"><sessioninfo id="lachstop-115de4c6" start="1736200889261" dump="1736200889708"/><package name="com/buch/datenhaltung"><class name="com/buch/datenhaltung/DatenException" sourcefilename="DatenException.java"><method name="&lt;init&gt;" desc="(Ljava/lang/String;)V" line="8"><counter type="INSTRUCTION" missed="4" covered="0"/><counter type="LINE" missed="2" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><counter type="INSTRUCTION" missed="4" covered="0"/><counter type="LINE" missed="2" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/><counter type="CLASS" missed="1" covered="0"/></class><class name="com/buch/datenhaltung/IBuchDAO" sourcefilename="IBuchDAO.java"/><class name="com/buch/datenhaltung/BuchSerializeDAO" sourcefilename="BuchSerializeDAO.java"><method name="&lt;init&gt;" desc="(Ljava/io/File;)V" line="17"><counter type="INSTRUCTION" missed="6" covered="0"/><counter type="LINE" missed="3" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="laden" desc="()Ljava/util/List;" line="23"><counter type="INSTRUCTION" missed="39" covered="0"/><counter type="BRANCH" missed="2" covered="0"/><counter type="LINE" missed="14" covered="0"/><counter type="COMPLEXITY" missed="2" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="speichern" desc="(Ljava/util/List;)V" line="45"><counter type="INSTRUCTION" missed="27" covered="0"/><counter type="LINE" missed="10" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><counter type="INSTRUCTION" missed="72" covered="0"/><counter type="BRANCH" missed="2" covered="0"/><counter type="LINE" missed="27" covered="0"/><counter type="COMPLEXITY" missed="4" covered="0"/><counter type="METHOD" missed="3" covered="0"/><counter type="CLASS" missed="1" covered="0"/></class><class name="com/buch/datenhaltung/BuchDBDAO" sourcefilename="BuchDBDAO.java"><method name="&lt;init&gt;" desc="(Ljava/lang/String;)V" line="21"><counter type="INSTRUCTION" missed="13" covered="0"/><counter type="LINE" missed="7" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="open" desc="()V" line="32"><counter type="INSTRUCTION" missed="16" covered="0"/><counter type="LINE" missed="6" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="laden" desc="()Ljava/util/List;" line="41"><counter type="INSTRUCTION" missed="59" covered="0"/><counter type="BRANCH" missed="2" covered="0"/><counter type="LINE" missed="19" covered="0"/><counter type="COMPLEXITY" missed="2" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="speichern" desc="(Ljava/util/List;)V" line="68"><counter type="INSTRUCTION" missed="44" covered="0"/><counter type="BRANCH" missed="2" covered="0"/><counter type="LINE" missed="15" covered="0"/><counter type="COMPLEXITY" missed="2" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><counter type="INSTRUCTION" missed="132" covered="0"/><counter type="BRANCH" missed="4" covered="0"/><counter type="LINE" missed="47" covered="0"/><counter type="COMPLEXITY" missed="6" covered="0"/><counter type="METHOD" missed="4" covered="0"/><counter type="CLASS" missed="1" covered="0"/></class><sourcefile name="DatenException.java"><line nr="8" mi="3" ci="0" mb="0" cb="0"/><line nr="9" mi="1" ci="0" mb="0" cb="0"/><counter type="INSTRUCTION" missed="4" covered="0"/><counter type="LINE" missed="2" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/><counter type="CLASS" missed="1" covered="0"/></sourcefile><sourcefile name="BuchSerializeDAO.java"><line nr="17" mi="2" ci="0" mb="0" cb="0"/><line nr="18" mi="3" ci="0" mb="0" cb="0"/><line nr="19" mi="1" ci="0" mb="0" cb="0"/><line nr="23" mi="2" ci="0" mb="0" cb="0"/><line nr="24" mi="2" ci="0" mb="0" cb="0"/><line nr="26" mi="6" ci="0" mb="0" cb="0"/><line nr="27" mi="5" ci="0" mb="0" cb="0"/><line nr="28" mi="4" ci="0" mb="0" cb="0"/><line nr="29" mi="1" ci="0" mb="0" cb="0"/><line nr="30" mi="2" ci="0" mb="0" cb="0"/><line nr="31" mi="5" ci="0" mb="0" cb="0"/><line nr="34" mi="2" ci="0" mb="0" cb="0"/><line nr="35" mi="1" ci="0" mb="0" cb="0"/><line nr="36" mi="1" ci="0" mb="0" cb="0"/><line nr="38" mi="2" ci="0" mb="2" cb="0"/><line nr="39" mi="4" ci="0" mb="0" cb="0"/><line nr="41" mi="2" ci="0" mb="0" cb="0"/><line nr="45" mi="2" ci="0" mb="0" cb="0"/><line nr="48" mi="6" ci="0" mb="0" cb="0"/><line nr="49" mi="5" ci="0" mb="0" cb="0"/><line nr="50" mi="3" ci="0" mb="0" cb="0"/><line nr="51" mi="1" ci="0" mb="0" cb="0"/><line nr="52" mi="5" ci="0" mb="0" cb="0"/><line nr="55" mi="2" ci="0" mb="0" cb="0"/><line nr="56" mi="1" ci="0" mb="0" cb="0"/><line nr="58" mi="1" ci="0" mb="0" cb="0"/><line nr="60" mi="1" ci="0" mb="0" cb="0"/><counter type="INSTRUCTION" missed="72" covered="0"/><counter type="BRANCH" missed="2" covered="0"/><counter type="LINE" missed="27" covered="0"/><counter type="COMPLEXITY" missed="4" covered="0"/><counter type="METHOD" missed="3" covered="0"/><counter type="CLASS" missed="1" covered="0"/></sourcefile><sourcefile name="BuchDBDAO.java"><line nr="21" mi="2" ci="0" mb="0" cb="0"/><line nr="22" mi="3" ci="0" mb="0" cb="0"/><line nr="24" mi="3" ci="0" mb="0" cb="0"/><line nr="25" mi="1" ci="0" mb="0" cb="0"/><line nr="26" mi="2" ci="0" mb="0" cb="0"/><line nr="27" mi="1" ci="0" mb="0" cb="0"/><line nr="28" mi="1" ci="0" mb="0" cb="0"/><line nr="32" mi="6" ci="0" mb="0" cb="0"/><line nr="33" mi="1" ci="0" mb="0" cb="0"/><line nr="34" mi="2" ci="0" mb="0" cb="0"/><line nr="35" mi="5" ci="0" mb="0" cb="0"/><line nr="36" mi="1" ci="0" mb="0" cb="0"/><line nr="37" mi="1" ci="0" mb="0" cb="0"/><line nr="41" mi="2" ci="0" mb="0" cb="0"/><line nr="42" mi="4" ci="0" mb="0" cb="0"/><line nr="43" mi="2" ci="0" mb="0" cb="0"/><line nr="45" mi="4" ci="0" mb="0" cb="0"/><line nr="46" mi="4" ci="0" mb="0" cb="0"/><line nr="47" mi="3" ci="0" mb="2" cb="0"/><line nr="48" mi="4" ci="0" mb="0" cb="0"/><line nr="49" mi="5" ci="0" mb="0" cb="0"/><line nr="50" mi="4" ci="0" mb="0" cb="0"/><line nr="51" mi="7" ci="0" mb="0" cb="0"/><line nr="52" mi="4" ci="0" mb="0" cb="0"/><line nr="53" mi="1" ci="0" mb="0" cb="0"/><line nr="54" mi="1" ci="0" mb="0" cb="0"/><line nr="55" mi="5" ci="0" mb="0" cb="0"/><line nr="58" mi="2" ci="0" mb="0" cb="0"/><line nr="59" mi="3" ci="0" mb="0" cb="0"/><line nr="60" mi="1" ci="0" mb="0" cb="0"/><line nr="61" mi="1" ci="0" mb="0" cb="0"/><line nr="63" mi="2" ci="0" mb="0" cb="0"/><line nr="68" mi="2" ci="0" mb="0" cb="0"/><line nr="69" mi="2" ci="0" mb="0" cb="0"/><line nr="71" mi="4" ci="0" mb="0" cb="0"/><line nr="72" mi="4" ci="0" mb="0" cb="0"/><line nr="73" mi="10" ci="0" mb="2" cb="0"/><line nr="74" mi="6" ci="0" mb="0" cb="0"/><line nr="75" mi="4" ci="0" mb="0" cb="0"/><line nr="76" mi="1" ci="0" mb="0" cb="0"/><line nr="77" mi="1" ci="0" mb="0" cb="0"/><line nr="78" mi="2" ci="0" mb="0" cb="0"/><line nr="81" mi="2" ci="0" mb="0" cb="0"/><line nr="82" mi="3" ci="0" mb="0" cb="0"/><line nr="83" mi="1" ci="0" mb="0" cb="0"/><line nr="84" mi="1" ci="0" mb="0" cb="0"/><line nr="88" mi="1" ci="0" mb="0" cb="0"/><counter type="INSTRUCTION" missed="132" covered="0"/><counter type="BRANCH" missed="4" covered="0"/><counter type="LINE" missed="47" covered="0"/><counter type="COMPLEXITY" missed="6" covered="0"/><counter type="METHOD" missed="4" covered="0"/><counter type="CLASS" missed="1" covered="0"/></sourcefile><sourcefile name="IBuchDAO.java"/><counter type="INSTRUCTION" missed="208" covered="0"/><counter type="BRANCH" missed="6" covered="0"/><counter type="LINE" missed="76" covered="0"/><counter type="COMPLEXITY" missed="11" covered="0"/><counter type="METHOD" missed="8" covered="0"/><counter type="CLASS" missed="3" covered="0"/></package><package name="com/buch"><class name="com/buch/Main" sourcefilename="Main.java"><method name="&lt;init&gt;" desc="()V" line="4"><counter type="INSTRUCTION" missed="3" covered="0"/><counter type="LINE" missed="1" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="main" desc="([Ljava/lang/String;)V" line="6"><counter type="INSTRUCTION" missed="3" covered="0"/><counter type="LINE" missed="2" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><counter type="INSTRUCTION" missed="6" covered="0"/><counter type="LINE" missed="3" covered="0"/><counter type="COMPLEXITY" missed="2" covered="0"/><counter type="METHOD" missed="2" covered="0"/><counter type="CLASS" missed="1" covered="0"/></class><sourcefile name="Main.java"><line nr="4" mi="3" ci="0" mb="0" cb="0"/><line nr="6" mi="2" ci="0" mb="0" cb="0"/><line nr="7" mi="1" ci="0" mb="0" cb="0"/><counter type="INSTRUCTION" missed="6" covered="0"/><counter type="LINE" missed="3" covered="0"/><counter type="COMPLEXITY" missed="2" covered="0"/><counter type="METHOD" missed="2" covered="0"/><counter type="CLASS" missed="1" covered="0"/></sourcefile><counter type="INSTRUCTION" missed="6" covered="0"/><counter type="LINE" missed="3" covered="0"/><counter type="COMPLEXITY" missed="2" covered="0"/><counter type="METHOD" missed="2" covered="0"/><counter type="CLASS" missed="1" covered="0"/></package><package name="com/buch/gui"><class name="com/buch/gui/BuchErfassungView$2" sourcefilename="BuchErfassungView.java"><method name="&lt;init&gt;" desc="(Lcom/buch/gui/BuchErfassungView;)V" line="65"><counter type="INSTRUCTION" missed="6" covered="0"/><counter type="LINE" missed="1" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="actionPerformed" desc="(Ljava/awt/event/ActionEvent;)V" line="68"><counter type="INSTRUCTION" missed="8" covered="0"/><counter type="LINE" missed="3" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><counter type="INSTRUCTION" missed="14" covered="0"/><counter type="LINE" missed="4" covered="0"/><counter type="COMPLEXITY" missed="2" covered="0"/><counter type="METHOD" missed="2" covered="0"/><counter type="CLASS" missed="1" covered="0"/></class><class name="com/buch/gui/Controller$ErfassungStrategie" sourcefilename="Controller.java"><method name="&lt;init&gt;" desc="(Lcom/buch/gui/Controller;)V" line="20"><counter type="INSTRUCTION" missed="6" covered="0"/><counter type="LINE" missed="1" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="erfassen" desc="(Lcom/buch/fachlogik/Buch;)V" line="22"><counter type="INSTRUCTION" missed="11" covered="0"/><counter type="LINE" missed="2" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><counter type="INSTRUCTION" missed="17" covered="0"/><counter type="LINE" missed="3" covered="0"/><counter type="COMPLEXITY" missed="2" covered="0"/><counter type="METHOD" missed="2" covered="0"/><counter type="CLASS" missed="1" covered="0"/></class><class name="com/buch/gui/BuchListeView$3" sourcefilename="BuchListeView.java"><method name="&lt;init&gt;" desc="(Lcom/buch/gui/BuchListeView;)V" line="56"><counter type="INSTRUCTION" missed="6" covered="0"/><counter type="LINE" missed="1" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="actionPerformed" desc="(Ljava/awt/event/ActionEvent;)V" line="58"><counter type="INSTRUCTION" missed="24" covered="0"/><counter type="BRANCH" missed="2" covered="0"/><counter type="LINE" missed="6" covered="0"/><counter type="COMPLEXITY" missed="2" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><counter type="INSTRUCTION" missed="30" covered="0"/><counter type="BRANCH" missed="2" covered="0"/><counter type="LINE" missed="7" covered="0"/><counter type="COMPLEXITY" missed="3" covered="0"/><counter type="METHOD" missed="2" covered="0"/><counter type="CLASS" missed="1" covered="0"/></class><class name="com/buch/gui/BuchErfassungView$1" sourcefilename="BuchErfassungView.java"><method name="&lt;init&gt;" desc="(Lcom/buch/gui/BuchErfassungView;)V" line="55"><counter type="INSTRUCTION" missed="6" covered="0"/><counter type="LINE" missed="1" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="actionPerformed" desc="(Ljava/awt/event/ActionEvent;)V" line="57"><counter type="INSTRUCTION" missed="14" covered="0"/><counter type="LINE" missed="4" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><counter type="INSTRUCTION" missed="20" covered="0"/><counter type="LINE" missed="5" covered="0"/><counter type="COMPLEXITY" missed="2" covered="0"/><counter type="METHOD" missed="2" covered="0"/><counter type="CLASS" missed="1" covered="0"/></class><class name="com/buch/gui/BuchListeView$4" sourcefilename="BuchListeView.java"><method name="&lt;init&gt;" desc="(Lcom/buch/gui/BuchListeView;)V" line="67"><counter type="INSTRUCTION" missed="6" covered="0"/><counter type="LINE" missed="1" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="itemStateChanged" desc="(Ljava/awt/event/ItemEvent;)V" line="69"><counter type="INSTRUCTION" missed="8" covered="0"/><counter type="LINE" missed="2" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><counter type="INSTRUCTION" missed="14" covered="0"/><counter type="LINE" missed="3" covered="0"/><counter type="COMPLEXITY" missed="2" covered="0"/><counter type="METHOD" missed="2" covered="0"/><counter type="CLASS" missed="1" covered="0"/></class><class name="com/buch/gui/Controller$ErfassungNeuStrategie" sourcefilename="Controller.java"><method name="&lt;init&gt;" desc="(Lcom/buch/gui/Controller;)V" line="28"><counter type="INSTRUCTION" missed="7" covered="0"/><counter type="LINE" missed="1" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="erfassenPerformed" desc="(Lcom/buch/fachlogik/Buch;)V" line="31"><counter type="INSTRUCTION" missed="6" covered="0"/><counter type="LINE" missed="2" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><counter type="INSTRUCTION" missed="13" covered="0"/><counter type="LINE" missed="3" covered="0"/><counter type="COMPLEXITY" missed="2" covered="0"/><counter type="METHOD" missed="2" covered="0"/><counter type="CLASS" missed="1" covered="0"/></class><class name="com/buch/gui/BuchListeView$1" sourcefilename="BuchListeView.java"><method name="&lt;init&gt;" desc="(Lcom/buch/gui/BuchListeView;)V" line="37"><counter type="INSTRUCTION" missed="6" covered="0"/><counter type="LINE" missed="1" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="actionPerformed" desc="(Ljava/awt/event/ActionEvent;)V" line="39"><counter type="INSTRUCTION" missed="16" covered="0"/><counter type="BRANCH" missed="2" covered="0"/><counter type="LINE" missed="4" covered="0"/><counter type="COMPLEXITY" missed="2" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><counter type="INSTRUCTION" missed="22" covered="0"/><counter type="BRANCH" missed="2" covered="0"/><counter type="LINE" missed="5" covered="0"/><counter type="COMPLEXITY" missed="3" covered="0"/><counter type="METHOD" missed="2" covered="0"/><counter type="CLASS" missed="1" covered="0"/></class><class name="com/buch/gui/BuchListeView$2" sourcefilename="BuchListeView.java"><method name="&lt;init&gt;" desc="(Lcom/buch/gui/BuchListeView;)V" line="47"><counter type="INSTRUCTION" missed="6" covered="0"/><counter type="LINE" missed="1" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="actionPerformed" desc="(Ljava/awt/event/ActionEvent;)V" line="49"><counter type="INSTRUCTION" missed="4" covered="0"/><counter type="LINE" missed="2" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><counter type="INSTRUCTION" missed="10" covered="0"/><counter type="LINE" missed="3" covered="0"/><counter type="COMPLEXITY" missed="2" covered="0"/><counter type="METHOD" missed="2" covered="0"/><counter type="CLASS" missed="1" covered="0"/></class><class name="com/buch/gui/Controller$ErfassungAendernStrategie" sourcefilename="Controller.java"><method name="&lt;init&gt;" desc="(Lcom/buch/gui/Controller;)V" line="35"><counter type="INSTRUCTION" missed="7" covered="0"/><counter type="LINE" missed="1" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="erfassenPerformed" desc="(Lcom/buch/fachlogik/Buch;)V" line="39"><counter type="INSTRUCTION" missed="1" covered="0"/><counter type="LINE" missed="1" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><counter type="INSTRUCTION" missed="8" covered="0"/><counter type="LINE" missed="2" covered="0"/><counter type="COMPLEXITY" missed="2" covered="0"/><counter type="METHOD" missed="2" covered="0"/><counter type="CLASS" missed="1" covered="0"/></class><class name="com/buch/gui/InfoView" sourcefilename="InfoView.java"><method name="&lt;init&gt;" desc="(Ljava/awt/Frame;Ljava/lang/String;)V" line="16"><counter type="INSTRUCTION" missed="57" covered="0"/><counter type="LINE" missed="14" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><counter type="INSTRUCTION" missed="57" covered="0"/><counter type="LINE" missed="14" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/><counter type="CLASS" missed="1" covered="0"/></class><class name="com/buch/gui/Controller" sourcefilename="Controller.java"><method name="&lt;init&gt;" desc="(Lcom/buch/fachlogik/BuecherVerwaltung;)V" line="12"><counter type="INSTRUCTION" missed="6" covered="0"/><counter type="LINE" missed="3" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="start" desc="()V" line="17"><counter type="INSTRUCTION" missed="7" covered="0"/><counter type="LINE" missed="2" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="neu" desc="()V" line="43"><counter type="INSTRUCTION" missed="13" covered="0"/><counter type="LINE" missed="3" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="aendern" desc="(I)V" line="48"><counter type="INSTRUCTION" missed="14" covered="0"/><counter type="LINE" missed="3" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="erfassenPerformed" desc="(Lcom/buch/fachlogik/Buch;)V" line="53"><counter type="INSTRUCTION" missed="5" covered="0"/><counter type="LINE" missed="2" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="erfassenFehler" desc="(Lcom/buch/fachlogik/Buch;)V" line="57"><counter type="INSTRUCTION" missed="12" covered="0"/><counter type="LINE" missed="3" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="laden" desc="()V" line="63"><counter type="INSTRUCTION" missed="20" covered="0"/><counter type="LINE" missed="6" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="liste" desc="()V" line="71"><counter type="INSTRUCTION" missed="17" covered="0"/><counter type="LINE" missed="3" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="speichern" desc="()V" line="78"><counter type="INSTRUCTION" missed="20" covered="0"/><counter type="LINE" missed="6" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="fertig" desc="()V" line="86"><counter type="INSTRUCTION" missed="10" covered="0"/><counter type="LINE" missed="4" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><counter type="INSTRUCTION" missed="124" covered="0"/><counter type="LINE" missed="35" covered="0"/><counter type="COMPLEXITY" missed="10" covered="0"/><counter type="METHOD" missed="10" covered="0"/><counter type="CLASS" missed="1" covered="0"/></class><class name="com/buch/gui/BuchHauptprogrammView$5" sourcefilename="BuchHauptprogrammView.java"><method name="&lt;init&gt;" desc="(Lcom/buch/gui/BuchHauptprogrammView;)V" line="55"><counter type="INSTRUCTION" missed="6" covered="0"/><counter type="LINE" missed="1" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="actionPerformed" desc="(Ljava/awt/event/ActionEvent;)V" line="57"><counter type="INSTRUCTION" missed="5" covered="0"/><counter type="LINE" missed="2" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><counter type="INSTRUCTION" missed="11" covered="0"/><counter type="LINE" missed="3" covered="0"/><counter type="COMPLEXITY" missed="2" covered="0"/><counter type="METHOD" missed="2" covered="0"/><counter type="CLASS" missed="1" covered="0"/></class><class name="com/buch/gui/BuchHauptprogrammView$3" sourcefilename="BuchHauptprogrammView.java"><method name="&lt;init&gt;" desc="(Lcom/buch/gui/BuchHauptprogrammView;)V" line="42"><counter type="INSTRUCTION" missed="6" covered="0"/><counter type="LINE" missed="1" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="actionPerformed" desc="(Ljava/awt/event/ActionEvent;)V" line="44"><counter type="INSTRUCTION" missed="5" covered="0"/><counter type="LINE" missed="2" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><counter type="INSTRUCTION" missed="11" covered="0"/><counter type="LINE" missed="3" covered="0"/><counter type="COMPLEXITY" missed="2" covered="0"/><counter type="METHOD" missed="2" covered="0"/><counter type="CLASS" missed="1" covered="0"/></class><class name="com/buch/gui/BuchHauptprogrammView$4" sourcefilename="BuchHauptprogrammView.java"><method name="&lt;init&gt;" desc="(Lcom/buch/gui/BuchHauptprogrammView;)V" line="48"><counter type="INSTRUCTION" missed="6" covered="0"/><counter type="LINE" missed="1" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="actionPerformed" desc="(Ljava/awt/event/ActionEvent;)V" line="50"><counter type="INSTRUCTION" missed="5" covered="0"/><counter type="LINE" missed="2" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><counter type="INSTRUCTION" missed="11" covered="0"/><counter type="LINE" missed="3" covered="0"/><counter type="COMPLEXITY" missed="2" covered="0"/><counter type="METHOD" missed="2" covered="0"/><counter type="CLASS" missed="1" covered="0"/></class><class name="com/buch/gui/BuchHauptprogrammView$1" sourcefilename="BuchHauptprogrammView.java"><method name="&lt;init&gt;" desc="(Lcom/buch/gui/BuchHauptprogrammView;)V" line="29"><counter type="INSTRUCTION" missed="6" covered="0"/><counter type="LINE" missed="1" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="actionPerformed" desc="(Ljava/awt/event/ActionEvent;)V" line="31"><counter type="INSTRUCTION" missed="5" covered="0"/><counter type="LINE" missed="2" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><counter type="INSTRUCTION" missed="11" covered="0"/><counter type="LINE" missed="3" covered="0"/><counter type="COMPLEXITY" missed="2" covered="0"/><counter type="METHOD" missed="2" covered="0"/><counter type="CLASS" missed="1" covered="0"/></class><class name="com/buch/gui/BuchHauptprogrammView$2" sourcefilename="BuchHauptprogrammView.java"><method name="&lt;init&gt;" desc="(Lcom/buch/gui/BuchHauptprogrammView;)V" line="35"><counter type="INSTRUCTION" missed="6" covered="0"/><counter type="LINE" missed="1" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="actionPerformed" desc="(Ljava/awt/event/ActionEvent;)V" line="37"><counter type="INSTRUCTION" missed="5" covered="0"/><counter type="LINE" missed="2" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><counter type="INSTRUCTION" missed="11" covered="0"/><counter type="LINE" missed="3" covered="0"/><counter type="COMPLEXITY" missed="2" covered="0"/><counter type="METHOD" missed="2" covered="0"/><counter type="CLASS" missed="1" covered="0"/></class><class name="com/buch/gui/BuchListeView" sourcefilename="BuchListeView.java"><method name="&lt;init&gt;" desc="(Ljava/awt/Frame;Lcom/buch/gui/Controller;Ljava/util/List;)V" line="21"><counter type="INSTRUCTION" missed="31" covered="0"/><counter type="LINE" missed="9" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="createListenPanel" desc="()Ljava/awt/Panel;" line="32"><counter type="INSTRUCTION" missed="98" covered="0"/><counter type="BRANCH" missed="4" covered="0"/><counter type="LINE" missed="19" covered="0"/><counter type="COMPLEXITY" missed="3" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="close" desc="()V" line="84"><counter type="INSTRUCTION" missed="6" covered="0"/><counter type="LINE" missed="3" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><counter type="INSTRUCTION" missed="135" covered="0"/><counter type="BRANCH" missed="4" covered="0"/><counter type="LINE" missed="31" covered="0"/><counter type="COMPLEXITY" missed="5" covered="0"/><counter type="METHOD" missed="3" covered="0"/><counter type="CLASS" missed="1" covered="0"/></class><class name="com/buch/gui/BuchHauptprogrammView" sourcefilename="BuchHauptprogrammView.java"><method name="&lt;init&gt;" desc="(Lcom/buch/gui/Controller;)V" line="18"><counter type="INSTRUCTION" missed="23" covered="0"/><counter type="LINE" missed="7" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="createButtonPanel" desc="()Ljava/awt/Panel;" line="27"><counter type="INSTRUCTION" missed="86" covered="0"/><counter type="LINE" missed="17" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="main" desc="([Ljava/lang/String;)V" line="69"><counter type="INSTRUCTION" missed="19" covered="0"/><counter type="LINE" missed="4" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><counter type="INSTRUCTION" missed="128" covered="0"/><counter type="LINE" missed="28" covered="0"/><counter type="COMPLEXITY" missed="3" covered="0"/><counter type="METHOD" missed="3" covered="0"/><counter type="CLASS" missed="1" covered="0"/></class><class name="com/buch/gui/BuchErfassungView" sourcefilename="BuchErfassungView.java"><method name="&lt;init&gt;" desc="(Ljava/awt/Frame;Lcom/buch/gui/Controller;Lcom/buch/fachlogik/Buch;)V" line="17"><counter type="INSTRUCTION" missed="44" covered="0"/><counter type="LINE" missed="11" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="createPanel" desc="()Ljava/awt/Panel;" line="30"><counter type="INSTRUCTION" missed="78" covered="0"/><counter type="BRANCH" missed="2" covered="0"/><counter type="LINE" missed="15" covered="0"/><counter type="COMPLEXITY" missed="2" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="createButtonPanel" desc="()Ljava/awt/Panel;" line="53"><counter type="INSTRUCTION" missed="36" covered="0"/><counter type="LINE" missed="8" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="update" desc="()V" line="77"><counter type="INSTRUCTION" missed="14" covered="0"/><counter type="LINE" missed="3" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="save" desc="()V" line="83"><counter type="INSTRUCTION" missed="27" covered="0"/><counter type="LINE" missed="9" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="close" desc="()V" line="94"><counter type="INSTRUCTION" missed="6" covered="0"/><counter type="LINE" missed="3" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><counter type="INSTRUCTION" missed="205" covered="0"/><counter type="BRANCH" missed="2" covered="0"/><counter type="LINE" missed="49" covered="0"/><counter type="COMPLEXITY" missed="7" covered="0"/><counter type="METHOD" missed="6" covered="0"/><counter type="CLASS" missed="1" covered="0"/></class><class name="com/buch/gui/InfoView$1" sourcefilename="InfoView.java"><method name="&lt;init&gt;" desc="(Lcom/buch/gui/InfoView;)V" line="24"><counter type="INSTRUCTION" missed="6" covered="0"/><counter type="LINE" missed="1" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="actionPerformed" desc="(Ljava/awt/event/ActionEvent;)V" line="27"><counter type="INSTRUCTION" missed="8" covered="0"/><counter type="LINE" missed="3" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><counter type="INSTRUCTION" missed="14" covered="0"/><counter type="LINE" missed="4" covered="0"/><counter type="COMPLEXITY" missed="2" covered="0"/><counter type="METHOD" missed="2" covered="0"/><counter type="CLASS" missed="1" covered="0"/></class><sourcefile name="BuchErfassungView.java"><line nr="17" mi="5" ci="0" mb="0" cb="0"/><line nr="18" mi="3" ci="0" mb="0" cb="0"/><line nr="19" mi="3" ci="0" mb="0" cb="0"/><line nr="20" mi="4" ci="0" mb="0" cb="0"/><line nr="21" mi="4" ci="0" mb="0" cb="0"/><line nr="22" mi="7" ci="0" mb="0" cb="0"/><line nr="23" mi="5" ci="0" mb="0" cb="0"/><line nr="24" mi="4" ci="0" mb="0" cb="0"/><line nr="25" mi="5" ci="0" mb="0" cb="0"/><line nr="26" mi="3" ci="0" mb="0" cb="0"/><line nr="27" mi="1" ci="0" mb="0" cb="0"/><line nr="30" mi="4" ci="0" mb="0" cb="0"/><line nr="31" mi="7" ci="0" mb="0" cb="0"/><line nr="33" mi="8" ci="0" mb="0" cb="0"/><line nr="34" mi="7" ci="0" mb="0" cb="0"/><line nr="35" mi="6" ci="0" mb="0" cb="0"/><line nr="36" mi="5" ci="0" mb="0" cb="0"/><line nr="38" mi="8" ci="0" mb="0" cb="0"/><line nr="39" mi="6" ci="0" mb="0" cb="0"/><line nr="40" mi="7" ci="0" mb="0" cb="0"/><line nr="41" mi="5" ci="0" mb="0" cb="0"/><line nr="43" mi="3" ci="0" mb="2" cb="0"/><line nr="44" mi="2" ci="0" mb="0" cb="0"/><line nr="47" mi="4" ci="0" mb="0" cb="0"/><line nr="48" mi="4" ci="0" mb="0" cb="0"/><line nr="49" mi="2" ci="0" mb="0" cb="0"/><line nr="53" mi="4" ci="0" mb="0" cb="0"/><line nr="54" mi="5" ci="0" mb="0" cb="0"/><line nr="55" mi="12" ci="0" mb="0" cb="0"/><line nr="57" mi="3" ci="0" mb="0" cb="0"/><line nr="58" mi="3" ci="0" mb="0" cb="0"/><line nr="59" mi="7" ci="0" mb="0" cb="0"/><line nr="60" mi="1" ci="0" mb="0" cb="0"/><line nr="62" mi="4" ci="0" mb="0" cb="0"/><line nr="64" mi="5" ci="0" mb="0" cb="0"/><line nr="65" mi="12" ci="0" mb="0" cb="0"/><line nr="68" mi="4" ci="0" mb="0" cb="0"/><line nr="69" mi="3" ci="0" mb="0" cb="0"/><line nr="70" mi="1" ci="0" mb="0" cb="0"/><line nr="72" mi="4" ci="0" mb="0" cb="0"/><line nr="73" mi="2" ci="0" mb="0" cb="0"/><line nr="77" mi="6" ci="0" mb="0" cb="0"/><line nr="78" mi="7" ci="0" mb="0" cb="0"/><line nr="79" mi="1" ci="0" mb="0" cb="0"/><line nr="83" mi="4" ci="0" mb="0" cb="0"/><line nr="84" mi="4" ci="0" mb="0" cb="0"/><line nr="85" mi="5" ci="0" mb="0" cb="0"/><line nr="86" mi="4" ci="0" mb="0" cb="0"/><line nr="87" mi="1" ci="0" mb="0" cb="0"/><line nr="88" mi="2" ci="0" mb="0" cb="0"/><line nr="89" mi="5" ci="0" mb="0" cb="0"/><line nr="90" mi="1" ci="0" mb="0" cb="0"/><line nr="91" mi="1" ci="0" mb="0" cb="0"/><line nr="94" mi="3" ci="0" mb="0" cb="0"/><line nr="95" mi="2" ci="0" mb="0" cb="0"/><line nr="96" mi="1" ci="0" mb="0" cb="0"/><counter type="INSTRUCTION" missed="239" covered="0"/><counter type="BRANCH" missed="2" covered="0"/><counter type="LINE" missed="56" covered="0"/><counter type="COMPLEXITY" missed="11" covered="0"/><counter type="METHOD" missed="10" covered="0"/><counter type="CLASS" missed="3" covered="0"/></sourcefile><sourcefile name="BuchHauptprogrammView.java"><line nr="18" mi="3" ci="0" mb="0" cb="0"/><line nr="19" mi="3" ci="0" mb="0" cb="0"/><line nr="20" mi="4" ci="0" mb="0" cb="0"/><line nr="21" mi="4" ci="0" mb="0" cb="0"/><line nr="22" mi="5" ci="0" mb="0" cb="0"/><line nr="23" mi="3" ci="0" mb="0" cb="0"/><line nr="24" mi="1" ci="0" mb="0" cb="0"/><line nr="27" mi="9" ci="0" mb="0" cb="0"/><line nr="28" mi="5" ci="0" mb="0" cb="0"/><line nr="29" mi="12" ci="0" mb="0" cb="0"/><line nr="31" mi="4" ci="0" mb="0" cb="0"/><line nr="32" mi="1" ci="0" mb="0" cb="0"/><line nr="34" mi="5" ci="0" mb="0" cb="0"/><line nr="35" mi="12" ci="0" mb="0" cb="0"/><line nr="37" mi="4" ci="0" mb="0" cb="0"/><line nr="38" mi="1" ci="0" mb="0" cb="0"/><line nr="41" mi="5" ci="0" mb="0" cb="0"/><line nr="42" mi="12" ci="0" mb="0" cb="0"/><line nr="44" mi="4" ci="0" mb="0" cb="0"/><line nr="45" mi="1" ci="0" mb="0" cb="0"/><line nr="47" mi="5" ci="0" mb="0" cb="0"/><line nr="48" mi="12" ci="0" mb="0" cb="0"/><line nr="50" mi="4" ci="0" mb="0" cb="0"/><line nr="51" mi="1" ci="0" mb="0" cb="0"/><line nr="54" mi="5" ci="0" mb="0" cb="0"/><line nr="55" mi="12" ci="0" mb="0" cb="0"/><line nr="57" mi="4" ci="0" mb="0" cb="0"/><line nr="58" mi="1" ci="0" mb="0" cb="0"/><line nr="60" mi="4" ci="0" mb="0" cb="0"/><line nr="61" mi="4" ci="0" mb="0" cb="0"/><line nr="62" mi="4" ci="0" mb="0" cb="0"/><line nr="63" mi="4" ci="0" mb="0" cb="0"/><line nr="64" mi="4" ci="0" mb="0" cb="0"/><line nr="65" mi="2" ci="0" mb="0" cb="0"/><line nr="69" mi="11" ci="0" mb="0" cb="0"/><line nr="71" mi="5" ci="0" mb="0" cb="0"/><line nr="72" mi="2" ci="0" mb="0" cb="0"/><line nr="74" mi="1" ci="0" mb="0" cb="0"/><counter type="INSTRUCTION" missed="183" covered="0"/><counter type="LINE" missed="38" covered="0"/><counter type="COMPLEXITY" missed="13" covered="0"/><counter type="METHOD" missed="13" covered="0"/><counter type="CLASS" missed="6" covered="0"/></sourcefile><sourcefile name="BuchListeView.java"><line nr="21" mi="5" ci="0" mb="0" cb="0"/><line nr="22" mi="3" ci="0" mb="0" cb="0"/><line nr="23" mi="3" ci="0" mb="0" cb="0"/><line nr="24" mi="3" ci="0" mb="0" cb="0"/><line nr="25" mi="5" ci="0" mb="0" cb="0"/><line nr="26" mi="4" ci="0" mb="0" cb="0"/><line nr="27" mi="4" ci="0" mb="0" cb="0"/><line nr="28" mi="3" ci="0" mb="0" cb="0"/><line nr="29" mi="1" ci="0" mb="0" cb="0"/><line nr="32" mi="4" ci="0" mb="0" cb="0"/><line nr="33" mi="5" ci="0" mb="0" cb="0"/><line nr="34" mi="4" ci="0" mb="0" cb="0"/><line nr="36" mi="5" ci="0" mb="0" cb="0"/><line nr="37" mi="12" ci="0" mb="0" cb="0"/><line nr="39" mi="5" ci="0" mb="2" cb="0"/><line nr="40" mi="3" ci="0" mb="0" cb="0"/><line nr="41" mi="7" ci="0" mb="0" cb="0"/><line nr="43" mi="1" ci="0" mb="0" cb="0"/><line nr="46" mi="5" ci="0" mb="0" cb="0"/><line nr="47" mi="12" ci="0" mb="0" cb="0"/><line nr="49" mi="3" ci="0" mb="0" cb="0"/><line nr="50" mi="1" ci="0" mb="0" cb="0"/><line nr="53" mi="4" ci="0" mb="0" cb="0"/><line nr="54" mi="4" ci="0" mb="0" cb="0"/><line nr="55" mi="7" ci="0" mb="0" cb="0"/><line nr="56" mi="13" ci="0" mb="0" cb="0"/><line nr="58" mi="3" ci="0" mb="0" cb="0"/><line nr="59" mi="3" ci="0" mb="2" cb="0"/><line nr="60" mi="7" ci="0" mb="0" cb="0"/><line nr="61" mi="3" ci="0" mb="0" cb="0"/><line nr="62" mi="7" ci="0" mb="0" cb="0"/><line nr="65" mi="1" ci="0" mb="0" cb="0"/><line nr="67" mi="13" ci="0" mb="0" cb="0"/><line nr="69" mi="7" ci="0" mb="0" cb="0"/><line nr="70" mi="1" ci="0" mb="0" cb="0"/><line nr="73" mi="3" ci="0" mb="2" cb="0"/><line nr="74" mi="11" ci="0" mb="2" cb="0"/><line nr="75" mi="8" ci="0" mb="0" cb="0"/><line nr="76" mi="1" ci="0" mb="0" cb="0"/><line nr="78" mi="5" ci="0" mb="0" cb="0"/><line nr="79" mi="4" ci="0" mb="0" cb="0"/><line nr="80" mi="2" ci="0" mb="0" cb="0"/><line nr="84" mi="3" ci="0" mb="0" cb="0"/><line nr="85" mi="2" ci="0" mb="0" cb="0"/><line nr="86" mi="1" ci="0" mb="0" cb="0"/><counter type="INSTRUCTION" missed="211" covered="0"/><counter type="BRANCH" missed="8" covered="0"/><counter type="LINE" missed="45" covered="0"/><counter type="COMPLEXITY" missed="15" covered="0"/><counter type="METHOD" missed="11" covered="0"/><counter type="CLASS" missed="5" covered="0"/></sourcefile><sourcefile name="Controller.java"><line nr="12" mi="2" ci="0" mb="0" cb="0"/><line nr="13" mi="3" ci="0" mb="0" cb="0"/><line nr="14" mi="1" ci="0" mb="0" cb="0"/><line nr="17" mi="6" ci="0" mb="0" cb="0"/><line nr="18" mi="1" ci="0" mb="0" cb="0"/><line nr="20" mi="6" ci="0" mb="0" cb="0"/><line nr="22" mi="10" ci="0" mb="0" cb="0"/><line nr="23" mi="1" ci="0" mb="0" cb="0"/><line nr="28" mi="7" ci="0" mb="0" cb="0"/><line nr="31" mi="5" ci="0" mb="0" cb="0"/><line nr="32" mi="1" ci="0" mb="0" cb="0"/><line nr="35" mi="7" ci="0" mb="0" cb="0"/><line nr="39" mi="1" ci="0" mb="0" cb="0"/><line nr="43" mi="6" ci="0" mb="0" cb="0"/><line nr="44" mi="6" ci="0" mb="0" cb="0"/><line nr="45" mi="1" ci="0" mb="0" cb="0"/><line nr="48" mi="6" ci="0" mb="0" cb="0"/><line nr="49" mi="7" ci="0" mb="0" cb="0"/><line nr="50" mi="1" ci="0" mb="0" cb="0"/><line nr="53" mi="4" ci="0" mb="0" cb="0"/><line nr="54" mi="1" ci="0" mb="0" cb="0"/><line nr="57" mi="7" ci="0" mb="0" cb="0"/><line nr="58" mi="4" ci="0" mb="0" cb="0"/><line nr="59" mi="1" ci="0" mb="0" cb="0"/><line nr="63" mi="3" ci="0" mb="0" cb="0"/><line nr="64" mi="7" ci="0" mb="0" cb="0"/><line nr="65" mi="1" ci="0" mb="0" cb="0"/><line nr="66" mi="7" ci="0" mb="0" cb="0"/><line nr="67" mi="1" ci="0" mb="0" cb="0"/><line nr="68" mi="1" ci="0" mb="0" cb="0"/><line nr="71" mi="6" ci="0" mb="0" cb="0"/><line nr="72" mi="10" ci="0" mb="0" cb="0"/><line nr="73" mi="1" ci="0" mb="0" cb="0"/><line nr="78" mi="3" ci="0" mb="0" cb="0"/><line nr="79" mi="7" ci="0" mb="0" cb="0"/><line nr="80" mi="1" ci="0" mb="0" cb="0"/><line nr="81" mi="7" ci="0" mb="0" cb="0"/><line nr="82" mi="1" ci="0" mb="0" cb="0"/><line nr="83" mi="1" ci="0" mb="0" cb="0"/><line nr="86" mi="4" ci="0" mb="0" cb="0"/><line nr="87" mi="3" ci="0" mb="0" cb="0"/><line nr="88" mi="2" ci="0" mb="0" cb="0"/><line nr="89" mi="1" ci="0" mb="0" cb="0"/><counter type="INSTRUCTION" missed="162" covered="0"/><counter type="LINE" missed="43" covered="0"/><counter type="COMPLEXITY" missed="16" covered="0"/><counter type="METHOD" missed="16" covered="0"/><counter type="CLASS" missed="4" covered="0"/></sourcefile><sourcefile name="InfoView.java"><line nr="16" mi="5" ci="0" mb="0" cb="0"/><line nr="17" mi="4" ci="0" mb="0" cb="0"/><line nr="18" mi="4" ci="0" mb="0" cb="0"/><line nr="19" mi="5" ci="0" mb="0" cb="0"/><line nr="20" mi="4" ci="0" mb="0" cb="0"/><line nr="21" mi="4" ci="0" mb="0" cb="0"/><line nr="23" mi="5" ci="0" mb="0" cb="0"/><line nr="24" mi="12" ci="0" mb="0" cb="0"/><line nr="27" mi="4" ci="0" mb="0" cb="0"/><line nr="28" mi="3" ci="0" mb="0" cb="0"/><line nr="29" mi="1" ci="0" mb="0" cb="0"/><line nr="31" mi="4" ci="0" mb="0" cb="0"/><line nr="32" mi="4" ci="0" mb="0" cb="0"/><line nr="34" mi="4" ci="0" mb="0" cb="0"/><line nr="35" mi="4" ci="0" mb="0" cb="0"/><line nr="36" mi="3" ci="0" mb="0" cb="0"/><line nr="37" mi="1" ci="0" mb="0" cb="0"/><counter type="INSTRUCTION" missed="71" covered="0"/><counter type="LINE" missed="17" covered="0"/><counter type="COMPLEXITY" missed="3" covered="0"/><counter type="METHOD" missed="3" covered="0"/><counter type="CLASS" missed="2" covered="0"/></sourcefile><counter type="INSTRUCTION" missed="866" covered="0"/><counter type="BRANCH" missed="10" covered="0"/><counter type="LINE" missed="199" covered="0"/><counter type="COMPLEXITY" missed="58" covered="0"/><counter type="METHOD" missed="53" covered="0"/><counter type="CLASS" missed="20" covered="0"/></package><package name="com/buch/fachlogik"><class name="com/buch/fachlogik/Buch" sourcefilename="Buch.java"><method name="&lt;init&gt;" desc="()V" line="14"><counter type="INSTRUCTION" missed="10" covered="0"/><counter type="LINE" missed="3" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="&lt;init&gt;" desc="(Ljava/lang/String;F)V" line="19"><counter type="INSTRUCTION" missed="9" covered="0"/><counter type="LINE" missed="4" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="&lt;init&gt;" desc="(JLjava/lang/String;F)V" line="24"><counter type="INSTRUCTION" missed="22" covered="0"/><counter type="BRANCH" missed="2" covered="0"/><counter type="LINE" missed="7" covered="0"/><counter type="COMPLEXITY" missed="2" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="getID" desc="()J" line="35"><counter type="INSTRUCTION" missed="3" covered="0"/><counter type="LINE" missed="1" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="getTitel" desc="()Ljava/lang/String;" line="39"><counter type="INSTRUCTION" missed="3" covered="0"/><counter type="LINE" missed="1" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="setTitel" desc="(Ljava/lang/String;)V" line="43"><counter type="INSTRUCTION" missed="4" covered="0"/><counter type="LINE" missed="2" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="getPreis" desc="()F" line="47"><counter type="INSTRUCTION" missed="3" covered="0"/><counter type="LINE" missed="1" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="setPreis" desc="(F)V" line="51"><counter type="INSTRUCTION" missed="4" covered="0"/><counter type="LINE" missed="2" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><counter type="INSTRUCTION" missed="58" covered="0"/><counter type="BRANCH" missed="2" covered="0"/><counter type="LINE" missed="21" covered="0"/><counter type="COMPLEXITY" missed="9" covered="0"/><counter type="METHOD" missed="8" covered="0"/><counter type="CLASS" missed="1" covered="0"/></class><class name="com/buch/fachlogik/BuecherVerwaltung" sourcefilename="BuecherVerwaltung.java"><method name="&lt;init&gt;" desc="(Lcom/buch/datenhaltung/IBuchDAO;)V" line="13"><counter type="INSTRUCTION" missed="11" covered="0"/><counter type="LINE" missed="4" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="add" desc="(Lcom/buch/fachlogik/Buch;)V" line="19"><counter type="INSTRUCTION" missed="6" covered="0"/><counter type="LINE" missed="2" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="getBuch" desc="(I)Lcom/buch/fachlogik/Buch;" line="23"><counter type="INSTRUCTION" missed="6" covered="0"/><counter type="LINE" missed="1" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="getBuchliste" desc="()Ljava/util/List;" line="27"><counter type="INSTRUCTION" missed="3" covered="0"/><counter type="LINE" missed="1" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="laden" desc="()V" line="31"><counter type="INSTRUCTION" missed="6" covered="0"/><counter type="LINE" missed="2" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><method name="speichern" desc="()V" line="35"><counter type="INSTRUCTION" missed="6" covered="0"/><counter type="LINE" missed="2" covered="0"/><counter type="COMPLEXITY" missed="1" covered="0"/><counter type="METHOD" missed="1" covered="0"/></method><counter type="INSTRUCTION" missed="38" covered="0"/><counter type="LINE" missed="12" covered="0"/><counter type="COMPLEXITY" missed="6" covered="0"/><counter type="METHOD" missed="6" covered="0"/><counter type="CLASS" missed="1" covered="0"/></class><sourcefile name="BuecherVerwaltung.java"><line nr="13" mi="2" ci="0" mb="0" cb="0"/><line nr="14" mi="5" ci="0" mb="0" cb="0"/><line nr="15" mi="3" ci="0" mb="0" cb="0"/><line nr="16" mi="1" ci="0" mb="0" cb="0"/><line nr="19" mi="5" ci="0" mb="0" cb="0"/><line nr="20" mi="1" ci="0" mb="0" cb="0"/><line nr="23" mi="6" ci="0" mb="0" cb="0"/><line nr="27" mi="3" ci="0" mb="0" cb="0"/><line nr="31" mi="5" ci="0" mb="0" cb="0"/><line nr="32" mi="1" ci="0" mb="0" cb="0"/><line nr="35" mi="5" ci="0" mb="0" cb="0"/><line nr="36" mi="1" ci="0" mb="0" cb="0"/><counter type="INSTRUCTION" missed="38" covered="0"/><counter type="LINE" missed="12" covered="0"/><counter type="COMPLEXITY" missed="6" covered="0"/><counter type="METHOD" missed="6" covered="0"/><counter type="CLASS" missed="1" covered="0"/></sourcefile><sourcefile name="Buch.java"><line nr="14" mi="2" ci="0" mb="0" cb="0"/><line nr="15" mi="7" ci="0" mb="0" cb="0"/><line nr="16" mi="1" ci="0" mb="0" cb="0"/><line nr="19" mi="2" ci="0" mb="0" cb="0"/><line nr="20" mi="3" ci="0" mb="0" cb="0"/><line nr="21" mi="3" ci="0" mb="0" cb="0"/><line nr="22" mi="1" ci="0" mb="0" cb="0"/><line nr="24" mi="2" ci="0" mb="0" cb="0"/><line nr="25" mi="3" ci="0" mb="0" cb="0"/><line nr="26" mi="5" ci="0" mb="2" cb="0"/><line nr="27" mi="5" ci="0" mb="0" cb="0"/><line nr="29" mi="3" ci="0" mb="0" cb="0"/><line nr="30" mi="3" ci="0" mb="0" cb="0"/><line nr="31" mi="1" ci="0" mb="0" cb="0"/><line nr="35" mi="3" ci="0" mb="0" cb="0"/><line nr="39" mi="3" ci="0" mb="0" cb="0"/><line nr="43" mi="3" ci="0" mb="0" cb="0"/><line nr="44" mi="1" ci="0" mb="0" cb="0"/><line nr="47" mi="3" ci="0" mb="0" cb="0"/><line nr="51" mi="3" ci="0" mb="0" cb="0"/><line nr="52" mi="1" ci="0" mb="0" cb="0"/><counter type="INSTRUCTION" missed="58" covered="0"/><counter type="BRANCH" missed="2" covered="0"/><counter type="LINE" missed="21" covered="0"/><counter type="COMPLEXITY" missed="9" covered="0"/><counter type="METHOD" missed="8" covered="0"/><counter type="CLASS" missed="1" covered="0"/></sourcefile><counter type="INSTRUCTION" missed="96" covered="0"/><counter type="BRANCH" missed="2" covered="0"/><counter type="LINE" missed="33" covered="0"/><counter type="COMPLEXITY" missed="15" covered="0"/><counter type="METHOD" missed="14" covered="0"/><counter type="CLASS" missed="2" covered="0"/></package><counter type="INSTRUCTION" missed="1176" covered="0"/><counter type="BRANCH" missed="18" covered="0"/><counter type="LINE" missed="311" covered="0"/><counter type="COMPLEXITY" missed="86" covered="0"/><counter type="METHOD" missed="77" covered="0"/><counter type="CLASS" missed="26" covered="0"/></report>
    \ No newline at end of file
    diff --git a/WS24_25/SWTD/buch/target/surefire-reports/HelloTest.txt b/WS24_25/SWTD/buch/target/surefire-reports/HelloTest.txt
    deleted file mode 100644
    index 045a85d..0000000
    --- a/WS24_25/SWTD/buch/target/surefire-reports/HelloTest.txt
    +++ /dev/null
    @@ -1,4 +0,0 @@
    --------------------------------------------------------------------------------
    -Test set: HelloTest
    --------------------------------------------------------------------------------
    -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in HelloTest
    diff --git a/WS24_25/SWTD/buch/target/surefire-reports/TEST-HelloTest.xml b/WS24_25/SWTD/buch/target/surefire-reports/TEST-HelloTest.xml
    deleted file mode 100644
    index 2bb6a97..0000000
    --- a/WS24_25/SWTD/buch/target/surefire-reports/TEST-HelloTest.xml
    +++ /dev/null
    @@ -1,56 +0,0 @@
    -<?xml version="1.0" encoding="UTF-8"?>
    -<testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report-3.0.xsd" version="3.0" name="HelloTest" time="0.04" tests="1" errors="0" skipped="0" failures="0">
    -  <properties>
    -    <property name="java.specification.version" value="17"/>
    -    <property name="sun.jnu.encoding" value="UTF-8"/>
    -    <property name="java.class.path" value="/home/jordi/FH/WS24_25/SWTD/buch/target/test-classes:/home/jordi/FH/WS24_25/SWTD/buch/target/classes:/home/jordi/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar:/home/jordi/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar:/home/jordi/.m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.jar:/home/jordi/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar:/home/jordi/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar:/home/jordi/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar:/home/jordi/.m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar:/home/jordi/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar:/home/jordi/.m2/repository/org/apache/maven/maven-core/3.0/maven-core-3.0.jar:/home/jordi/.m2/repository/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar:/home/jordi/.m2/repository/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar:/home/jordi/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar:/home/jordi/.m2/repository/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar:/home/jordi/.m2/repository/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar:/home/jordi/.m2/repository/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar:/home/jordi/.m2/repository/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar:/home/jordi/.m2/repository/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar:/home/jordi/.m2/repository/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar:/home/jordi/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar:/home/jordi/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar:/home/jordi/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar:/home/jordi/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/jordi/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar:/home/jordi/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar:/home/jordi/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.jar:/home/jordi/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar:/home/jordi/.m2/repository/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar:/home/jordi/.m2/repository/org/ow2/asm/asm/6.2/asm-6.2.jar:/home/jordi/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar:/home/jordi/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar:/home/jordi/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar:/home/jordi/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar:/home/jordi/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.jar:/home/jordi/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar:/home/jordi/.m2/repository/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.jar:/home/jordi/.m2/repository/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar:/home/jordi/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1.jar:/home/jordi/.m2/repository/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1.jar:"/>
    -    <property name="java.vm.vendor" value="Arch Linux"/>
    -    <property name="sun.arch.data.model" value="64"/>
    -    <property name="java.vendor.url" value="https://openjdk.java.net/"/>
    -    <property name="os.name" value="Linux"/>
    -    <property name="java.vm.specification.version" value="17"/>
    -    <property name="sun.java.launcher" value="SUN_STANDARD"/>
    -    <property name="user.country" value="US"/>
    -    <property name="sun.boot.library.path" value="/usr/lib/jvm/java-17-openjdk/lib"/>
    -    <property name="sun.java.command" value="/home/jordi/FH/WS24_25/SWTD/buch/target/surefire/surefirebooter7499435589127736534.jar /home/jordi/FH/WS24_25/SWTD/buch/target/surefire 2025-01-06T23-01-28_934-jvmRun1 surefire11623701150256323205tmp surefire_014012276641559938930tmp"/>
    -    <property name="jdk.debug" value="release"/>
    -    <property name="surefire.test.class.path" value="/home/jordi/FH/WS24_25/SWTD/buch/target/test-classes:/home/jordi/FH/WS24_25/SWTD/buch/target/classes:/home/jordi/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar:/home/jordi/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar:/home/jordi/.m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.jar:/home/jordi/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar:/home/jordi/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar:/home/jordi/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar:/home/jordi/.m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar:/home/jordi/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar:/home/jordi/.m2/repository/org/apache/maven/maven-core/3.0/maven-core-3.0.jar:/home/jordi/.m2/repository/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar:/home/jordi/.m2/repository/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar:/home/jordi/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar:/home/jordi/.m2/repository/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar:/home/jordi/.m2/repository/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar:/home/jordi/.m2/repository/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar:/home/jordi/.m2/repository/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar:/home/jordi/.m2/repository/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar:/home/jordi/.m2/repository/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar:/home/jordi/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar:/home/jordi/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar:/home/jordi/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar:/home/jordi/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/jordi/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar:/home/jordi/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar:/home/jordi/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.jar:/home/jordi/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar:/home/jordi/.m2/repository/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar:/home/jordi/.m2/repository/org/ow2/asm/asm/6.2/asm-6.2.jar:/home/jordi/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar:/home/jordi/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar:/home/jordi/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar:/home/jordi/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar:/home/jordi/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.jar:/home/jordi/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar:/home/jordi/.m2/repository/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.jar:/home/jordi/.m2/repository/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar:/home/jordi/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1.jar:/home/jordi/.m2/repository/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1.jar:"/>
    -    <property name="sun.cpu.endian" value="little"/>
    -    <property name="user.home" value="/home/jordi"/>
    -    <property name="user.language" value="en"/>
    -    <property name="java.specification.vendor" value="Oracle Corporation"/>
    -    <property name="java.version.date" value="2024-10-15"/>
    -    <property name="java.home" value="/usr/lib/jvm/java-17-openjdk"/>
    -    <property name="file.separator" value="/"/>
    -    <property name="basedir" value="/home/jordi/FH/WS24_25/SWTD/buch"/>
    -    <property name="java.vm.compressedOopsMode" value="Zero based"/>
    -    <property name="line.separator" value="&#10;"/>
    -    <property name="java.specification.name" value="Java Platform API Specification"/>
    -    <property name="java.vm.specification.vendor" value="Oracle Corporation"/>
    -    <property name="surefire.real.class.path" value="/home/jordi/FH/WS24_25/SWTD/buch/target/surefire/surefirebooter7499435589127736534.jar"/>
    -    <property name="sun.management.compiler" value="HotSpot 64-Bit Tiered Compilers"/>
    -    <property name="java.runtime.version" value="17.0.13+11"/>
    -    <property name="user.name" value="jordi"/>
    -    <property name="path.separator" value=":"/>
    -    <property name="os.version" value="6.12.7-arch1-1"/>
    -    <property name="java.runtime.name" value="OpenJDK Runtime Environment"/>
    -    <property name="file.encoding" value="UTF-8"/>
    -    <property name="java.vm.name" value="OpenJDK 64-Bit Server VM"/>
    -    <property name="localRepository" value="/home/jordi/.m2/repository"/>
    -    <property name="java.vendor.url.bug" value="https://bugreport.java.com/bugreport/"/>
    -    <property name="java.io.tmpdir" value="/tmp"/>
    -    <property name="java.version" value="17.0.13"/>
    -    <property name="user.dir" value="/home/jordi/FH/WS24_25/SWTD/buch"/>
    -    <property name="os.arch" value="amd64"/>
    -    <property name="java.vm.specification.name" value="Java Virtual Machine Specification"/>
    -    <property name="native.encoding" value="UTF-8"/>
    -    <property name="java.library.path" value="/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib"/>
    -    <property name="java.vm.info" value="mixed mode, sharing"/>
    -    <property name="java.vendor" value="Arch Linux"/>
    -    <property name="java.vm.version" value="17.0.13+11"/>
    -    <property name="java.specification.maintenance.version" value="1"/>
    -    <property name="sun.io.unicode.encoding" value="UnicodeLittle"/>
    -    <property name="java.class.version" value="61.0"/>
    -  </properties>
    -  <testcase name="testHelloWorld" classname="HelloTest" time="0.028"/>
    -</testsuite>
    \ No newline at end of file
    diff --git a/WS24_25/SWTD/buch/target/test-classes/HelloTest.class b/WS24_25/SWTD/buch/target/test-classes/HelloTest.class
    deleted file mode 100644
    index 98660d6aabed94997616ee7a1ef62b7f27fc0d20..0000000000000000000000000000000000000000
    GIT binary patch
    literal 0
    HcmV?d00001
    
    literal 579
    zcmZvZ+fKqj5QhIPheA1{q9`VCB_3iQ05u^-;zgs05WHSsgG)+_?bi45O5=qO;6oXw
    z3xPyUlbO!xo85oEzCS(zT;kA#!H~TbuImp(s7xdo$}|4LZI^pf`+hVNW5tlZke*am
    z42kyfkRf^PPlSa8vU#MCW+*w*6L-;kB!U4Sxq_kU_+#!4c_8C>l}xH988YOY^}-HA
    zQPE<Zc=Q8z!cc#RJSFF1C__oJUC;9sSJL-rwBh){)Sg9j8nO$iL}2rUwBy5fGN>{X
    zH0rFWVJ!>WsF~PdX#PLg4MP!VcpkghW5{!zxp|JbOAC+M&Tlz7e>1Tt=3Im!pX$4B
    zM*1p{-juFs_5COqi=K?tDXs-Lk6Y0KNlPyR81zSyk~Jx^$ush)lQ(2ub=e{tmw_a5
    zWb?}g@&$?rO;rP>RacpO4C+zNAa7MGPPKCSj;#%?s8?s==cLcl)Y`IpMNJT+j(wst
    J91z7o;|CQ8eRlu=
    
    diff --git a/WS24_25/SWTD/buchv1 b/WS24_25/SWTD/buchv1
    deleted file mode 160000
    index 3353f56..0000000
    --- a/WS24_25/SWTD/buchv1
    +++ /dev/null
    @@ -1 +0,0 @@
    -Subproject commit 3353f56cb0f4ceef962a3c372970e3615f5f35e5