I just remember now that it's a JUnit test class (StringSerializerTest.java) so maybe could be save even with that change, ok ? I run it and seems to work.
Bye 2017-04-24 17:32 GMT+02:00 Sandro Martini <sandro.mart...@gmail.com>: > Uh sorry, I did some tests and all seems to work the same ... anyway I > revert this, no problem :-) . > > > 2017-04-24 17:29 GMT+02:00 Roger and Beth Whitcomb > <rogerandb...@rbwhitcomb.com>: >> I actually think that "((int)b[i]) & 0xFF" part was necessary in there, even >> though Eclipse may not like it ..... The issue has to do with sign extension >> from byte that I don't want for values > 127..... >> >> >> ~Roger