OK, I'll do so next time
"Jacques Le Roux (JIRA)" a écrit le 09/11/2006 22:20 :
[ http://issues.apache.org/jira/browse/OFBIZ-439?page=all ]
Jacques Le Roux closed OFBIZ-439.
---------------------------------
Fix Version/s: SVN trunk
Resolution: Fixed
Assignee: Jacques Le Roux
Jean-Sébastien, your patches are in OFBiz revision 473074.
Please in the future use relative pathes in your patches
(ie
framework/webapp/src/org/ofbiz/webapp/control/ConfigXMLReader.java
and not
D:/projets/workspace/ofbiz_trunk/framework/webapp/src/org/ofbiz/webapp/control/ConfigXMLReader.java)
and in a case like this (trivial changes) don't hesitate to create only one
patch. Patch or diff extension is appreciated too, specialy by me because I use
sometimes Tortoise merge.
Thanks for your time.
variable allocation without effect
----------------------------------
Key: OFBIZ-439
URL: http://issues.apache.org/jira/browse/OFBIZ-439
Project: OFBiz (The Open for Business Project)
Issue Type: Improvement
Components: framework
Affects Versions: SVN trunk
Reporter: Hederer Jean-Sébastien
Assigned To: Jacques Le Roux
Priority: Trivial
Fix For: SVN trunk
Attachments: ofbiz_patch.txt, ofbiz_patch.txt, ofbiz_patch2.txt,
ofbiz_patch3.txt
In ConfigXMLReader.java (ofbiz_patch.txt), BlowFishCrypt.java, UtilHttp.java
(ofbiz_patch2.txt), ShipmentServices.java and ProductionRunServices.java
(ofbiz_patch3.txt), there are some allocation that are without effect.
These are really trivial corrections, it only removes some potential warnings.