Brian de Alwis

Results 65 issues of Brian de Alwis

Seen on Photon ([link to log](https://api.travis-ci.org/v3/job/425301761/log.txt)) Haven't seen this error logged before. The full code in [m2e's `ProjectRegistryManager`](http://git.eclipse.org/c/m2e/m2e-core.git/tree/org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/project/registry/ProjectRegistryManager.java?h=master#n372) is: ```java if(newState.isStale() || (syncRefreshThread != null && syncRefreshThread != Thread.currentThread())) {...

testing
priority: p4

I was hitting puzzling errors running the `ImportNativeAppEngineStandardProjectTest` integration tests locally where our classpath container had no entries. It was really puzzling! I discovered that our `LibraryClasspathContainerResolverService` wasn't logging a...

cla: yes
blocked

I just hit the issue described in #2699, where the server runtime classpath container couldn't be resolved. It was difficult to figure out as there were no real indications of...

cleanup
priority: p4

As a follow-on to #3180, I noticed the following exception being logged. ``` Jun 26, 2018 1:32:02 PM com.google.cloud.tools.eclipse.appengine.libraries.repository.LibraryClasspathContainerResolverService resolveContainer SEVERE: Could not resolve container: com.google.cloud.tools.eclipse.appengine.libraries/appengine-api org.eclipse.core.internal.resources.ResourceException: The resource tree...

type: bug
priority: p4

The docs note that [the user may choose to rename their `app.yaml` files](https://cloud.google.com/appengine/docs/flexible/java/configuring-your-app-with-app-yaml): > You can specify a unique name for your app.yaml files, but then you must specify the...

enhancement
priority: p4

We do our logging via java.util.logging, which isn't captured by the Eclipse logs. It would be useful to introduce a logging bridge to (somehow) also log to the Eclipse `.metadata/.log`...

enhancement
priority: p4

I added the Google Cloud Vision library and wasn't sure what to do next. I navigated to the _Google Cloud Platform Libraries_ classpath container, thinking to open the Javadoc URL...

enhancement
priority: p4

The progress remains locked at 33% when the managed Cloud SDK is installed, even though we have separate steps for the Cloud SDK and the App Engine Java components. ![screen...

p4
priority: p4

JDT supports using JSR305-like annotations for indicating whether methods and field can return or hold `null` values. - [Eclipse Help: Using Null Annotations](http://help.eclipse.org/neon/topic/org.eclipse.jdt.doc.user/tasks/task-using_null_annotations.htm?cp=1_3_9_0) We can use FindBugs/JSR305-style `javax.annotation.Nullable` and `Nonnull`...

cleanup
priority: p4

We currently link to the Developer Console (`console.cloud.google.com`) to create new GCP projects, but the linked to pages are sometimes difficult to interpret (#2023). Perhaps we should offer a way...

enhancement