Warning on upper-case "Sugar" namespace in Java

@mh I’m getting this warning while using the SharedProject in the Android Class Library. Any ideas?

Curious. namespaces in Java are lowercase (sugar, not Sugar), but elements should not emit warnings about case mismatches for them, so this sound like a bug. Do you still get a warning if you use “import Sugar” at the top, instead?

I still get the error. It disappears when I go to the Shared Project and Build. But when I build from the Android class Library, it fails

Curious. very curious. Can you send me the full project? I’m not sewing this (just created a new Java app, added sugar.jar and import Sugar, and i get no warnings)