bazel-eclipse
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...
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...
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...
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...
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...
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,...
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...
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...
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*....
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...
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...