why major
y did u remove bells ??????????
Off the top of my head, x >>> y would cause you to lose data you can't get back, so not without applying a left-shift to it first (which may also cause you to lose data - x << y). See Bitwise and Bit Shift Operators (The Java™ Tutorials > Learning the Java Language > Language Basics)
Hmm, Is there any way to undo a bit shift operation ? like 2 >> 14 & 6 (I typed that random.)
I use eclipse, I just format it differently (or used to). I sincerely doubt eclipse is causing the problem here.
By seeing your code format, I can tell you aren't using eclipse. so what IDE do you use ? because I'm facing some problems with apollo in eclipse, some packets aren't received/sent successfully.