Changes

Summary

  1. PARTIAL: API upgraded to TheseFoolishThings 3.2-ALPHA-15. (details)
  2. Fixed test consistency. (details)
  3. Refactored. (details)
Commit 499cef98fbac69ff303a92fa7b31dd82a675220a by Fabrizio Giudici
PARTIAL: API upgraded to TheseFoolishThings 3.2-ALPHA-15.
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/test/util/Dumper.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEvent.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProjectRegistry.java
The file was removedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/spi/util/FinderWithIdSupport.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProject.java
The file was modified modules/XmlMarshalling/src/test/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlUnmarshallableTest.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoiceFinderFromMap.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryCustomer.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventFinder.java
The file was modified modules/pom.xml
The file was removedmodules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/spi/util/FinderWithIdMapSupport.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventFinderFromList.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryCustomerRegistry.java
The file was removedmodules/Model/src/main/java/it/tidalwave/util/F8.java
The file was modified modules/XmlMarshalling/src/test/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlMarshallableTest.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoice.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventFinderSupport.java
Commit 3e2a9960d929ff5aeec4a7c500604d422acec3ee by Fabrizio Giudici
Fixed test consistency.
The file was modified modules/XmlMarshalling/src/test/resources/expected-results/Scenario1.xml
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/AccountingXml.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/InvoiceXml.java
Commit 8e26cefdb73ff000823561f7b74d0aa620d7378c by Fabrizio Giudici
Refactored.
The file was modified modules/UIHourlyReport/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/DefaultHourlyReportPresentationControl.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/Invoice.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlUnmarshallable.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/accounting/commons/AccountingOpenRequest.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/AccountingXml.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/Customer.java
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/model/impl/DefaultHourlyReportGeneratorTest.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/spi/util/MoneyFormat.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProjectRegistry.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/accounting/role/Loadable.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryCustomerRegistry.java
The file was modified modules/iBizImporter/src/test/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizImporterTest.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/impl/DefaultHourlyReportGenerator.java
The file was modified modules/UIiBizImporter/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/DefaultIBizImporterPresentationControl.java
The file was modified .idea/inspectionProfiles/Project_Default.xml
The file was modified modules/XmlMarshalling/src/test/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlMarshallableTest.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/IdAdapter.java
The file was modified modules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/JobEventTest.java
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/model/types/AddressTest.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizProjectImporter.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/types/Money.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/ProjectStatusAdapter.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryObjectFactory.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/Project.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/InvoiceXml.java
The file was modified modules/XmlMarshalling/src/test/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlUnmarshallableTest.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoiceFinderFromMap.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizCustomerImporter.java
The file was modified modules/JavaFXApplication/src/main/java/it/tidalwave/application/javafx/JavaFXToolBarModel.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/spi/util/DurationFormat.java
The file was modified modules/UICustomerExplorer/src/main/java/it/tidalwave/accounting/ui/customerexplorer/CustomerExplorerPresentation.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoice.java
The file was modified modules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/ProjectTest.java
The file was modified modules/JavaFXApplication/src/main/java/it/tidalwave/accounting/ui/impl/javafx/Main.java
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/test/util/Dumper.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizInvoiceImporter.java
The file was modified modules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/CustomerTest.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/JobEventXml.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/IBizUtils.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlMarshallable.java
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/model/types/MoneyTest.java
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/test/util/ScenarioFactory.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventGroup.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/accounting/role/LoadableSaveableAccounting.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/CustomerXml.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/ProjectXml.java
The file was modified modules/UIProjectExplorer/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/ProjectPresentable.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/EventTypeAdapter.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEvent.java