bazel-eclipse icon indicating copy to clipboard operation
bazel-eclipse copied to clipboard

This repo holds two IDE projects. One is the Eclipse Feature for developing Bazel projects in Eclipse. The Bazel Eclipse Feature supports importing, building, and testing Java projects that are built...

Results 78 bazel-eclipse issues
Sort by recently updated
recently updated
newest added

We have some error handling in place for failed project imports, but it doesn't work very well and it seems brittle. We need to re-visit how we can better handle...

bug
EPIC: BEF import redesign
BEF

We have talked internally about having a feature to automatically track API modules and offer to add the api target to compile_deps, and impl target to runtime_deps. This ticket will...

major user feature
BEF

As a BEF user I would like to have smart editor support for BUILD files **Background:** Given resource constraints on BEF, BEF is mostly just trying to integrate Bazel into...

major user feature
BEF

As a BEF user I would like to configure my launcher (java_binary, junit) with more configuration than what is possible today **Details** Look at the IntelliJ Bazel launch config UI...

user feature
BEF

The default namespace for the *maven_install* rule is 'maven'. The namespace appears in the label when used, like: ```starlark "@maven//:org_slf4j_slf4j_api" ``` But it is possible to have multiple *maven_install* rules,...

bug
BEF

In BEF 1.5.0 we eliminated the requirement that Java packages follow Maven conventions. But one final restriction that we didn't have time to lift was that test source code must...

user feature

I think this is isolated to a small set of uncommon use cases, but filing since it would be reassuring to understand what is going on. During import, we write...

bug
BEF

Currently the global search classpath feature only works for *maven_install* rules. Implement the same feature for workspaces that use *jvm_maven_import_external*. See *MavenInstallExternalJarRuleType.java*, we need a similar class for the *jvm_maven_import_external*....

bug

jdtls + lsp bug (not waiting for jobs to complete) “initialize” request, which is sent from the client, triggers build process against the current workspace asynchronously without waiting for the...

BJLS

We have some functional tests in plugin-core, but not enough to protect against regressions. - figure out what big areas lack coverage - implement tests to plug the holes Code...

tech debt
BEF