This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See https://gitlab.nuiton.org/chorem/lima.git commit cb13e3305b06b81f320e39448bf3f2747866c8e6 Author: David Cossé <cosse@codelutin.com> Date: Wed Oct 25 23:06:49 2017 +0200 refs #1394 modification Copyright --- .../src/main/java/org/chorem/lima/LimaXAResource.java | 2 +- .../business/ejb/FinancialTransactionServiceImpl.java | 2 +- .../chorem/lima/business/ejb/ReportServiceImpl.java | 2 +- .../lima/business/ejb/VatStatementServiceImpl.java | 2 +- .../org/chorem/lima/business/ejb/csv/AccountModel.java | 2 +- .../chorem/lima/business/ejb/csv/EntryBookModel.java | 2 +- .../org/chorem/lima/business/ejb/csv/EntryModel.java | 2 +- .../business/ejb/csv/FinancialTransactionModel.java | 2 +- .../business/ejb/csv/FiscalControlExportModel.java | 2 +- .../lima/business/ejb/csv/FiscalPeriodModel.java | 2 +- .../business/ejb/report/BalanceReportServiceImpl.java | 2 +- .../java/org/chorem/lima/entity/GeneratorHQuery.java | 2 +- .../org/chorem/lima/business/AbstractLimaTest.java | 2 +- .../business/FinancialTransactionServiceImplTest.java | 2 +- .../chorem/lima/business/ReportServiceImplTest.java | 2 +- .../Filter/AccountCondition/AccountConditionView.jaxx | 2 +- .../main/java/org/chorem/lima/ui/MainViewHandler.java | 4 +--- .../org/chorem/lima/ui/account/AccountViewHandler.java | 2 +- .../lima/ui/celleditor/AccountTableCellEditor.java | 2 +- .../ui/celleditor/AutoCompleteTableCellEditor.java | 2 +- .../org/chorem/lima/ui/combobox/AccountComboBox.java | 2 +- .../lima/ui/combobox/LeafAccountComboBoxModel.java | 2 +- .../org/chorem/lima/ui/common/AbstractLimaTable.java | 18 ++++++------------ .../chorem/lima/ui/common/AbstractLimaTableModel.java | 2 +- .../lima/ui/common/FinancialTransactionTableModel.java | 2 +- .../ui/financialperiod/FinancialPeriodViewHandler.java | 5 ++--- .../org/chorem/lima/ui/lettering/LetteringView.jaxx | 2 +- .../chorem/lima/ui/lettering/LetteringViewHandler.java | 2 +- .../chorem/lima/ui/vatchart/VatChartViewHandler.java | 3 +-- 29 files changed, 35 insertions(+), 45 deletions(-) diff --git a/lima-business/src/main/java/org/chorem/lima/LimaXAResource.java b/lima-business/src/main/java/org/chorem/lima/LimaXAResource.java index b0eaac42..d50f7b39 100644 --- a/lima-business/src/main/java/org/chorem/lima/LimaXAResource.java +++ b/lima-business/src/main/java/org/chorem/lima/LimaXAResource.java @@ -2,7 +2,7 @@ * #%L * Lima :: business * %% - * Copyright (C) 2012 Codelutin, Chatellier Eric + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lima-business/src/main/java/org/chorem/lima/business/ejb/FinancialTransactionServiceImpl.java b/lima-business/src/main/java/org/chorem/lima/business/ejb/FinancialTransactionServiceImpl.java index 7cbb05e9..bbc22596 100644 --- a/lima-business/src/main/java/org/chorem/lima/business/ejb/FinancialTransactionServiceImpl.java +++ b/lima-business/src/main/java/org/chorem/lima/business/ejb/FinancialTransactionServiceImpl.java @@ -2,7 +2,7 @@ * #%L * Lima :: business * %% - * Copyright (C) 2008 - 2012 CodeLutin, Chatellier Eric + * Copyright (C) 2008 - 2017 CodeLutin, Chatellier Eric * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lima-business/src/main/java/org/chorem/lima/business/ejb/ReportServiceImpl.java b/lima-business/src/main/java/org/chorem/lima/business/ejb/ReportServiceImpl.java index fc1a6a56..1c41ecde 100644 --- a/lima-business/src/main/java/org/chorem/lima/business/ejb/ReportServiceImpl.java +++ b/lima-business/src/main/java/org/chorem/lima/business/ejb/ReportServiceImpl.java @@ -2,7 +2,7 @@ * #%L * Lima :: business * %% - * Copyright (C) 2008 - 2012 CodeLutin, Chatellier Eric + * Copyright (C) 2008 - 2017 CodeLutin, Chatellier Eric * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lima-business/src/main/java/org/chorem/lima/business/ejb/VatStatementServiceImpl.java b/lima-business/src/main/java/org/chorem/lima/business/ejb/VatStatementServiceImpl.java index c11a689a..ca575cbb 100644 --- a/lima-business/src/main/java/org/chorem/lima/business/ejb/VatStatementServiceImpl.java +++ b/lima-business/src/main/java/org/chorem/lima/business/ejb/VatStatementServiceImpl.java @@ -2,7 +2,7 @@ * #%L * Lima :: business * %% - * Copyright (C) 2008 - 2012 CodeLutin, Chatellier Eric + * Copyright (C) 2008 - 2017 CodeLutin, Chatellier Eric * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lima-business/src/main/java/org/chorem/lima/business/ejb/csv/AccountModel.java b/lima-business/src/main/java/org/chorem/lima/business/ejb/csv/AccountModel.java index 9e0f837c..8cfe399a 100644 --- a/lima-business/src/main/java/org/chorem/lima/business/ejb/csv/AccountModel.java +++ b/lima-business/src/main/java/org/chorem/lima/business/ejb/csv/AccountModel.java @@ -4,7 +4,7 @@ package org.chorem.lima.business.ejb.csv; * #%L * Lima :: business * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lima-business/src/main/java/org/chorem/lima/business/ejb/csv/EntryBookModel.java b/lima-business/src/main/java/org/chorem/lima/business/ejb/csv/EntryBookModel.java index 4d081368..aee9525f 100644 --- a/lima-business/src/main/java/org/chorem/lima/business/ejb/csv/EntryBookModel.java +++ b/lima-business/src/main/java/org/chorem/lima/business/ejb/csv/EntryBookModel.java @@ -4,7 +4,7 @@ package org.chorem.lima.business.ejb.csv; * #%L * Lima :: business * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lima-business/src/main/java/org/chorem/lima/business/ejb/csv/EntryModel.java b/lima-business/src/main/java/org/chorem/lima/business/ejb/csv/EntryModel.java index 4b061907..57197bac 100644 --- a/lima-business/src/main/java/org/chorem/lima/business/ejb/csv/EntryModel.java +++ b/lima-business/src/main/java/org/chorem/lima/business/ejb/csv/EntryModel.java @@ -4,7 +4,7 @@ package org.chorem.lima.business.ejb.csv; * #%L * Lima :: business * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lima-business/src/main/java/org/chorem/lima/business/ejb/csv/FinancialTransactionModel.java b/lima-business/src/main/java/org/chorem/lima/business/ejb/csv/FinancialTransactionModel.java index a234f47c..27bd6831 100644 --- a/lima-business/src/main/java/org/chorem/lima/business/ejb/csv/FinancialTransactionModel.java +++ b/lima-business/src/main/java/org/chorem/lima/business/ejb/csv/FinancialTransactionModel.java @@ -4,7 +4,7 @@ package org.chorem.lima.business.ejb.csv; * #%L * Lima :: business * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lima-business/src/main/java/org/chorem/lima/business/ejb/csv/FiscalControlExportModel.java b/lima-business/src/main/java/org/chorem/lima/business/ejb/csv/FiscalControlExportModel.java index 8390e0d3..5a35e5f3 100644 --- a/lima-business/src/main/java/org/chorem/lima/business/ejb/csv/FiscalControlExportModel.java +++ b/lima-business/src/main/java/org/chorem/lima/business/ejb/csv/FiscalControlExportModel.java @@ -4,7 +4,7 @@ package org.chorem.lima.business.ejb.csv; * #%L * Lima :: business * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lima-business/src/main/java/org/chorem/lima/business/ejb/csv/FiscalPeriodModel.java b/lima-business/src/main/java/org/chorem/lima/business/ejb/csv/FiscalPeriodModel.java index 66dd7303..a7301a6f 100644 --- a/lima-business/src/main/java/org/chorem/lima/business/ejb/csv/FiscalPeriodModel.java +++ b/lima-business/src/main/java/org/chorem/lima/business/ejb/csv/FiscalPeriodModel.java @@ -4,7 +4,7 @@ package org.chorem.lima.business.ejb.csv; * #%L * Lima :: business * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lima-business/src/main/java/org/chorem/lima/business/ejb/report/BalanceReportServiceImpl.java b/lima-business/src/main/java/org/chorem/lima/business/ejb/report/BalanceReportServiceImpl.java index 3cd5506c..c98d2a7a 100644 --- a/lima-business/src/main/java/org/chorem/lima/business/ejb/report/BalanceReportServiceImpl.java +++ b/lima-business/src/main/java/org/chorem/lima/business/ejb/report/BalanceReportServiceImpl.java @@ -4,7 +4,7 @@ package org.chorem.lima.business.ejb.report; * #%L * Lima :: business * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lima-business/src/main/java/org/chorem/lima/entity/GeneratorHQuery.java b/lima-business/src/main/java/org/chorem/lima/entity/GeneratorHQuery.java index c060724d..99608d33 100644 --- a/lima-business/src/main/java/org/chorem/lima/entity/GeneratorHQuery.java +++ b/lima-business/src/main/java/org/chorem/lima/entity/GeneratorHQuery.java @@ -4,7 +4,7 @@ package org.chorem.lima.entity; * #%L * Lima :: callao * %% - * Copyright (C) 2008 - 2013 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lima-business/src/test/java/org/chorem/lima/business/AbstractLimaTest.java b/lima-business/src/test/java/org/chorem/lima/business/AbstractLimaTest.java index ae268673..26b0b684 100644 --- a/lima-business/src/test/java/org/chorem/lima/business/AbstractLimaTest.java +++ b/lima-business/src/test/java/org/chorem/lima/business/AbstractLimaTest.java @@ -2,7 +2,7 @@ * #%L * Lima :: business * %% - * Copyright (C) 2011 - 2012 Codelutin, Chatellier Eric + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lima-business/src/test/java/org/chorem/lima/business/FinancialTransactionServiceImplTest.java b/lima-business/src/test/java/org/chorem/lima/business/FinancialTransactionServiceImplTest.java index d2f08074..087caaec 100644 --- a/lima-business/src/test/java/org/chorem/lima/business/FinancialTransactionServiceImplTest.java +++ b/lima-business/src/test/java/org/chorem/lima/business/FinancialTransactionServiceImplTest.java @@ -2,7 +2,7 @@ * #%L * Lima :: business * %% - * Copyright (C) 2012 Codelutin, Chatellier Eric + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lima-business/src/test/java/org/chorem/lima/business/ReportServiceImplTest.java b/lima-business/src/test/java/org/chorem/lima/business/ReportServiceImplTest.java index fab4b0a1..5a57e163 100644 --- a/lima-business/src/test/java/org/chorem/lima/business/ReportServiceImplTest.java +++ b/lima-business/src/test/java/org/chorem/lima/business/ReportServiceImplTest.java @@ -2,7 +2,7 @@ * #%L * Lima :: business * %% - * Copyright (C) 2012 CodeLutin, Chatellier Eric + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/Filter/AccountCondition/AccountConditionView.jaxx b/lima-swing/src/main/java/org/chorem/lima/ui/Filter/AccountCondition/AccountConditionView.jaxx index 6abd6aa2..3cd487c1 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/Filter/AccountCondition/AccountConditionView.jaxx +++ b/lima-swing/src/main/java/org/chorem/lima/ui/Filter/AccountCondition/AccountConditionView.jaxx @@ -2,7 +2,7 @@ #%L Lima :: Swing %% - Copyright (C) 2008 - 2010 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/MainViewHandler.java b/lima-swing/src/main/java/org/chorem/lima/ui/MainViewHandler.java index 0ae0c559..97123a23 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/MainViewHandler.java +++ b/lima-swing/src/main/java/org/chorem/lima/ui/MainViewHandler.java @@ -2,7 +2,7 @@ * #%L * Lima :: Swing * %% - * Copyright (C) 2008 - 2012 CodeLutin, Chatellier Eric + * Copyright (C) 2008 - 2017 CodeLutin, Chatellier Eric * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as @@ -60,8 +60,6 @@ import javax.swing.event.ChangeEvent; import javax.swing.event.ChangeListener; import javax.swing.plaf.BorderUIResource; import java.awt.*; -import java.awt.event.ActionEvent; -import java.awt.event.ActionListener; import java.io.File; import java.net.URI; import java.net.URL; diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountViewHandler.java b/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountViewHandler.java index 8143b581..9c2a2a01 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountViewHandler.java +++ b/lima-swing/src/main/java/org/chorem/lima/ui/account/AccountViewHandler.java @@ -2,7 +2,7 @@ * #%L * Lima :: Swing * %% - * Copyright (C) 2008 - 2012 CodeLutin, Chatellier Eric + * Copyright (C) 2008 - 2017 CodeLutin, Chatellier Eric * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/celleditor/AccountTableCellEditor.java b/lima-swing/src/main/java/org/chorem/lima/ui/celleditor/AccountTableCellEditor.java index 487075e3..e8c6abc1 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/celleditor/AccountTableCellEditor.java +++ b/lima-swing/src/main/java/org/chorem/lima/ui/celleditor/AccountTableCellEditor.java @@ -2,7 +2,7 @@ * #%L * Lima :: Swing * %% - * Copyright (C) 2008 - 2012 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/celleditor/AutoCompleteTableCellEditor.java b/lima-swing/src/main/java/org/chorem/lima/ui/celleditor/AutoCompleteTableCellEditor.java index 8c39a877..a6ed70c2 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/celleditor/AutoCompleteTableCellEditor.java +++ b/lima-swing/src/main/java/org/chorem/lima/ui/celleditor/AutoCompleteTableCellEditor.java @@ -4,7 +4,7 @@ package org.chorem.lima.ui.celleditor; * #%L * Lima :: Swing * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/combobox/AccountComboBox.java b/lima-swing/src/main/java/org/chorem/lima/ui/combobox/AccountComboBox.java index 23b6896a..3bed772c 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/combobox/AccountComboBox.java +++ b/lima-swing/src/main/java/org/chorem/lima/ui/combobox/AccountComboBox.java @@ -4,7 +4,7 @@ package org.chorem.lima.ui.combobox; * #%L * Lima :: Swing * %% - * Copyright (C) 2008 - 2015 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/combobox/LeafAccountComboBoxModel.java b/lima-swing/src/main/java/org/chorem/lima/ui/combobox/LeafAccountComboBoxModel.java index 2c98e042..62ee2734 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/combobox/LeafAccountComboBoxModel.java +++ b/lima-swing/src/main/java/org/chorem/lima/ui/combobox/LeafAccountComboBoxModel.java @@ -2,7 +2,7 @@ * #%L * Lima :: Swing * %% - * Copyright (C) 2008 - 2012 CodeLutin, Chatellier Eric + * Copyright (C) 2008 - 2017 CodeLutin, Chatellier Eric * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/common/AbstractLimaTable.java b/lima-swing/src/main/java/org/chorem/lima/ui/common/AbstractLimaTable.java index ad9a46b7..2bb1ef2f 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/common/AbstractLimaTable.java +++ b/lima-swing/src/main/java/org/chorem/lima/ui/common/AbstractLimaTable.java @@ -4,7 +4,7 @@ package org.chorem.lima.ui.common; * #%L * Lima :: Swing * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as @@ -24,22 +24,16 @@ package org.chorem.lima.ui.common; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; -import org.chorem.lima.entity.Account; -import org.chorem.lima.entity.EntryBook; -import org.chorem.lima.ui.celleditor.AccountTableCellEditor; -import org.chorem.lima.ui.celleditor.AccountTableCellRenderer; import org.chorem.lima.ui.celleditor.BigDecimalTableCellEditor; import org.chorem.lima.ui.celleditor.BigDecimalTableCellRenderer; import org.chorem.lima.ui.celleditor.DateLimaTableCellRenderer; import org.chorem.lima.ui.celleditor.DefaultLimaTableCellRenderer; -import org.chorem.lima.ui.celleditor.EntryBookTableCellEditor; -import org.chorem.lima.ui.celleditor.EntryBookTableCellRender; import org.chorem.lima.ui.celleditor.StringTableCellEditor; import org.jdesktop.swingx.JXTable; import javax.swing.table.TableCellEditor; import javax.swing.table.TableModel; -import java.awt.Color; +import java.awt.*; import java.math.BigDecimal; import java.util.Date; @@ -67,13 +61,13 @@ public abstract class AbstractLimaTable<H> extends JXTable { setDefaultRenderer(Object.class, new DefaultLimaTableCellRenderer()); setDefaultRenderer(Date.class, new DateLimaTableCellRenderer()); setDefaultRenderer(BigDecimal.class, new BigDecimalTableCellRenderer()); - setDefaultRenderer(Account.class, new AccountTableCellRenderer()); - setDefaultRenderer(EntryBook.class, new EntryBookTableCellRender()); +// setDefaultRenderer(Account.class, new AccountTableCellRenderer()); +// setDefaultRenderer(EntryBook.class, new EntryBookTableCellRender()); // editor setDefaultEditor(BigDecimal.class, new BigDecimalTableCellEditor()); - setDefaultEditor(Account.class, new AccountTableCellEditor()); - setDefaultEditor(EntryBook.class, new EntryBookTableCellEditor()); +// setDefaultEditor(Account.class, new AccountTableCellEditor()); +// setDefaultEditor(EntryBook.class, new EntryBookTableCellEditor()); setDefaultEditor(String.class, new StringTableCellEditor()); setShowHorizontalLines(false); diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/common/AbstractLimaTableModel.java b/lima-swing/src/main/java/org/chorem/lima/ui/common/AbstractLimaTableModel.java index a05b0fb4..18152a93 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/common/AbstractLimaTableModel.java +++ b/lima-swing/src/main/java/org/chorem/lima/ui/common/AbstractLimaTableModel.java @@ -4,7 +4,7 @@ package org.chorem.lima.ui.common; * #%L * Lima :: Swing * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/common/FinancialTransactionTableModel.java b/lima-swing/src/main/java/org/chorem/lima/ui/common/FinancialTransactionTableModel.java index 4b50b800..ecbfd933 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/common/FinancialTransactionTableModel.java +++ b/lima-swing/src/main/java/org/chorem/lima/ui/common/FinancialTransactionTableModel.java @@ -4,7 +4,7 @@ package org.chorem.lima.ui.common; * #%L * Lima :: Swing * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/financialperiod/FinancialPeriodViewHandler.java b/lima-swing/src/main/java/org/chorem/lima/ui/financialperiod/FinancialPeriodViewHandler.java index d17ced77..537df39b 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/financialperiod/FinancialPeriodViewHandler.java +++ b/lima-swing/src/main/java/org/chorem/lima/ui/financialperiod/FinancialPeriodViewHandler.java @@ -2,7 +2,7 @@ * #%L * Lima :: Swing * %% - * Copyright (C) 2008 - 2012 CodeLutin, Chatellier Eric + * Copyright (C) 2008 - 2017 CodeLutin, Chatellier Eric * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as @@ -26,6 +26,7 @@ import org.apache.commons.lang3.StringUtils; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.chorem.lima.LimaSwingConfig; +import org.chorem.lima.business.LimaServiceFactory; import org.chorem.lima.business.ServiceListener; import org.chorem.lima.business.api.FinancialPeriodService; import org.chorem.lima.business.api.FiscalPeriodService; @@ -38,7 +39,6 @@ import org.chorem.lima.business.utils.FinancialPeriodComparator; import org.chorem.lima.entity.ClosedPeriodicEntryBook; import org.chorem.lima.entity.Entry; import org.chorem.lima.entity.FinancialTransaction; -import org.chorem.lima.business.LimaServiceFactory; import org.chorem.lima.util.BigDecimalToString; import org.chorem.lima.util.ErrorHelper; import org.jdesktop.swingx.JXTable; @@ -46,7 +46,6 @@ import org.jdesktop.swingx.JXTable; import javax.swing.*; import java.awt.event.ActionEvent; import java.awt.event.KeyEvent; -import java.util.Collections; import java.util.List; import static org.nuiton.i18n.I18n.t; diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/lettering/LetteringView.jaxx b/lima-swing/src/main/java/org/chorem/lima/ui/lettering/LetteringView.jaxx index a7796633..15cfc1dc 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/lettering/LetteringView.jaxx +++ b/lima-swing/src/main/java/org/chorem/lima/ui/lettering/LetteringView.jaxx @@ -2,7 +2,7 @@ #%L Lima :: Swing %% - Copyright (C) 2008 - 2010 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/lettering/LetteringViewHandler.java b/lima-swing/src/main/java/org/chorem/lima/ui/lettering/LetteringViewHandler.java index 13c41389..fb7073ca 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/lettering/LetteringViewHandler.java +++ b/lima-swing/src/main/java/org/chorem/lima/ui/lettering/LetteringViewHandler.java @@ -2,7 +2,7 @@ * #%L * Lima :: Swing * %% - * Copyright (C) 2008 - 2012 CodeLutin, Chatellier Eric + * Copyright (C) 2008 - 2017 CodeLutin, Chatellier Eric * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/vatchart/VatChartViewHandler.java b/lima-swing/src/main/java/org/chorem/lima/ui/vatchart/VatChartViewHandler.java index 0ca0dfed..b5b0ec46 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/vatchart/VatChartViewHandler.java +++ b/lima-swing/src/main/java/org/chorem/lima/ui/vatchart/VatChartViewHandler.java @@ -2,7 +2,7 @@ * #%L * Lima :: Swing * %% - * Copyright (C) 2008 - 2012 CodeLutin, Chatellier Eric + * Copyright (C) 2008 - 2017 CodeLutin, Chatellier Eric * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as @@ -36,7 +36,6 @@ import org.chorem.lima.ui.importexport.ImportExport; import org.chorem.lima.util.ErrorHelper; import org.jdesktop.swingx.JXTreeTable; import org.jdesktop.swingx.decorator.ColorHighlighter; -import org.jdesktop.swingx.decorator.ComponentAdapter; import org.jdesktop.swingx.decorator.HighlightPredicate; import org.jdesktop.swingx.decorator.Highlighter; import org.jdesktop.swingx.treetable.DefaultMutableTreeTableNode; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.