Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

autovalue.shaded.* are visible in IDEA when using AutoValue with gradle-processors #16

Open
CRogers opened this issue Dec 7, 2015 · 3 comments

Comments

@CRogers
Copy link

CRogers commented Dec 7, 2015

By default, using AutoValue with gradle-processors will expose a load of autovalue.shaded.* packages, which if you use will result in ultimate sadness. People manually have to modify Editor > General > Auto Import > Exclude from import and completion in IDEA to stop them being suggested.

@alicederyn
Copy link
Contributor

Automatically adding *.shaded.* to the exclude list would catch most packages without needing to scan the JAR.

@j-baker
Copy link
Contributor

j-baker commented Jan 2, 2016

@alicederyn
Copy link
Contributor

JAR scanning it is then...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants