Naroa Iriarte <naroa.iriarte@openbravo.com> [Wed, 11 May 2016 12:35:07 +0200] rev 29498
[pi-code-cleaning] Name shadowing and conflicts warnings fixed
The name shadowing and conflicts warnings have been fixed.
Naroa Iriarte <naroa.iriarte@openbravo.com> [Tue, 10 May 2016 17:26:00 +0200] rev 29497
[pi-code-cleaning] Fixed some warns of variables that should't be assigned
There where some variables that where assigned and it was not correct, some
local variables have been created to handle these situations. Third round.
Naroa Iriarte <naroa.iriarte@openbravo.com> [Tue, 10 May 2016 16:36:43 +0200] rev 29496
[pi-code-cleaning] Fixed some warns of variables that should't be assigned
There where some variables that where assigned and it was not correct, some
local variables have been created to handle these situations. Second round.
Naroa Iriarte <naroa.iriarte@openbravo.com> [Mon, 09 May 2016 17:49:21 +0200] rev 29495
[pi-code-cleaning] Fixed some warns of variables which should't be assigned
There where some variables that where assigned and it was not correct, some
local variables have been created to handle these situations.
Naroa Iriarte <naroa.iriarte@openbravo.com> [Mon, 09 May 2016 13:21:50 +0200] rev 29494
[pi-code-cleaning] The for loop has been removed.
There was a for loop which was not neccessary at all and it has been removed.
Naroa Iriarte <naroa.iriarte@openbravo.com> [Mon, 09 May 2016 13:19:24 +0200] rev 29493
[pi-code-cleaning] Some name shadowing warnings fixed
Some name shadowing warnings have been fixed in the code.
Naroa Iriarte <naroa.iriarte@openbravo.com> [Mon, 09 May 2016 13:05:13 +0200] rev 29492
[pi-code-cleaning] Code review: The sql selectcopies method has been deleted
The selectCopies method has been deleted from the RptM_INOUT_data.xsql.
Naroa Iriarte <naroa.iriarte@openbravo.com> [Mon, 09 May 2016 11:02:58 +0200] rev 29491
[pi-code-cleaning] Code review: Some comments deleted
Some comments have been deleted.
Naroa Iriarte <naroa.iriarte@openbravo.com> [Mon, 09 May 2016 10:52:11 +0200] rev 29490
[pi-code-cleaning] Code review ResetAccounting.java sql update fixed.
The updateBalanced.executeUpdate() was deleted, this caused a regression
because the command doing the sql update was being deleted.
This has been catched in the code review and fixed.
Naroa Iriarte <naroa.iriarte@openbravo.com> [Mon, 09 May 2016 09:57:27 +0200] rev 29489
[pi-code-cleaning] Merge with latest pi