GoogleCloudPlatform / GoogleCloudPlatform/google-cloud-eclipse
Quickfix the APIs
Open
enhancement
priority: p4
- Dominant language
- Java
- Stars
- 90
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
Suppose I paste in the following imports into a Java file in a project that doesn't already have the App Engine APIs jar attached:
import com.google.appengine.api.users.User;
import com.google.appengine.api.users.UserService;
import com.google.appengine.api.users.UserServiceFactory
Is there someway we could offer the user a quick fix that would attach the relevant jar to WEB-INF/lib? of course, we could do this for any packages we chose to support.
Contributor guide
Assessment
This issue has not been assessed yet.