GoogleCloudPlatform / GoogleCloudPlatform/google-cloud-eclipse

Quickfix the APIs

Open
#1,299 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.