3
Neo-
7y

Reading code and getting that face palm moment

String code = customer.getCode();

customer.setAccount("foo");
customer.setGroup("bar");
customer.setCode("new code");

Ok this is preparing the customer obj makes sence.
Some 20 lines later

customer.setCode(code);...... Wtf

Comments
Add Comment