Changes

Summary

  1. Upgraded to TheseFoolishThings 3.2-ALPHA-23, SteelBlue 1.1-ALPHA-3 and code clean up. (details)
Commit 85854f0bc7b588ffa2cf094ded1e19388478a38d by Fabrizio Giudici
Upgraded to TheseFoolishThings 3.2-ALPHA-23, SteelBlue 1.1-ALPHA-3 and code clean up.
The file was modified modules/pom.xml
The file was modified modules/JavaFXApplication/src/main/java/it/tidalwave/accounting/ui/impl/javafx/JavaFXApplicationPresentationDelegate.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryTimedJobEvent.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/impl/DefaultHourlyReportGenerator.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/AccountingXml.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProjectRegistry.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/CustomerRegistry.java
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/test/util/ScenarioFactory.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/javafx/JavaFxCustomerExplorerPresentation.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/javafx/JavaFxProjectExplorerPresentationDelegate.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/role/ui/spi/MessageSendingUserAction.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlUnmarshallable.java
The file was modified modules/UICustomerExplorer/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/CustomerPresentable.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/spi/ObjectFactory.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/ProjectXml.java
The file was modified modules/UIHourlyReport/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/DefaultHourlyReportPresentationControl.java
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/RedStyleForNegativeMoney.java
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/xml/JobEventXml.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/IBizImporter.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventGroup.java
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/test/util/Dumper.java
The file was modified modules/JavaFXUI/src/main/resources/it/tidalwave/accounting/ui/hourlyreport/impl/javafx/HourlyReport.fxml
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoice.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/Accounting.java
The file was modified modules/UIHourlyReport/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/ProjectReportUserActionProvider.java
The file was modified modules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/JobEventTest.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/Project.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoiceRegistry.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/javafx/JavaFxIBizImporterPresentationDelegate.java
The file was modified modules/UI/src/main/java/it/tidalwave/accounting/impl/DefaultAccountingController.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizProjectImporter.java
The file was modified modules/UICommons/src/main/java/it/tidalwave/accounting/role/LoadableSaveableAccounting.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryCustomerRegistry.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryFlatJobEvent.java
The file was modified modules/JavaFXApplication/src/main/java/it/tidalwave/accounting/ui/impl/javafx/Main.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/LocalDateTimeAdapter.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/ConfigurationDecorator.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/javafx/JavaFxJobEventExplorerPresentationDelegate.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryCustomer.java
The file was modified pom.xml
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/JobEventGroupPresentable.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/InvoiceRegistry.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/xml/CustomerXml.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/javafx/JavaFxJobEventExplorerPresentation.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/Customer.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/javafx/JavaFxProjectExplorerPresentation.java
The file was modified modules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/CustomerTest.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProject.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/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoiceFinderFromMap.java
The file was modified modules/JavaFXUI/src/main/resources/it/tidalwave/accounting/ui/jobeventexplorer/impl/javafx/JobEventExplorer.fxml
The file was modified modules/UIiBizImporter/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/DefaultIBizImporterPresentationControl.java
The file was modified modules/UIiBizImporter/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/IBizImporterActionProvider.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/javafx/JavaFxHourlyReportPresentationDelegate.java
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/JobEventPresentable.java
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizImporter.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryAccounting.java
The file was modified modules/JavaFXApplication/src/main/java/it/tidalwave/accounting/ui/impl/javafx/BlueHourApplicationAssembler.java
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEvent.java
The file was modified modules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/ProjectTest.java
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/javafx/JavaFxCustomerExplorerPresentationDelegate.java
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/model/types/AddressTest.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/Invoice.java
The file was modified modules/JavaFXApplication/src/main/resources/it/tidalwave/accounting/ui/impl/javafx/Application.fxml
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/LocalDateAdapter.java
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/FlatJobEventPresentable.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/types/Money.java
The file was modified modules/UIProjectExplorer/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/DefaultProjectExplorerPresentationControl.java
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/TimedJobEventPresentable.java
The file was modified modules/UICustomerExplorer/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/DefaultCustomerExplorerPresentationControl.java
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/InvoiceXml.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/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventFinderSupport.java
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/JobEvent.java
The file was modified modules/XmlMarshalling/src/test/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlUnmarshallableTest.java
The file was modified modules/iBizImporter/src/test/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizImporterTest.java
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/DefaultJobEventExplorerPresentationControl.java