-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Description
I'm using the semanticdb-javac plugin to index my java code. We're using the buck build system, and have our own custom integration of the plugin, resulting in fairly complex compile commands, so it's hard for me to produce a repro, but wondering if the following error (or lack thereof) evokes any hunch to anyone:
com/facebook/ultralight/UL.java:6: error: semanticdb-javac:
package com.facebook.ultralight;
^
com/oculus/common/socialtablet/util/DC.java:6: error: semanticdb-javac:
package com.oculus.common.socialtablet.util;
^
com/oculus/common/socialtablet/util/GeneratedUtilModule_5daba762.java:1: error: semanticdb-javac:
package com.oculus.common.socialtablet.util;
^
Errors: 3. Warnings: 0.
So just 3 errors without any error message all pointing to the package keyword. I get that error with various targets, but not all, and couldn't yet figure out what the faulty targets have in common.