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

Currently in BEF we have to recompute all the classpaths when Eclipse is restarted with an existing Bazel workspace. It would be better to persist the current model of each...

user feature
performance
BEF
BJLS

See #190 where we will make ShellCommand timeouts configurable. The current default is to not timeout the ShellCommand process in BEF. Although, some commands (like rules_docker) will timeout the Bazel...

bug

I am going to Ignore the BazelProjectImporterTest methods, because they are failing in CI and on my local machine. ```sh Running com.salesforce.b2eclipse.managers.BazelProjectImporterTest Tests run: 3, Failures: 0, Errors: 3, Skipped:...

bug
BJLS

Will need to update GitHub actions, primarily.

tech debt
BEF
BJLS
1.5.1

Investigate support for packages that have rules that use this code generator framework: https://github.com/salesforce/bazel-java-builder-template

user feature

Investigate and implement code coverage support in BEF. This may include: - Integration with EclEmma code coverage plugin (or, others?) - Updating our [test launcher](https://github.com/salesforce/bazel-eclipse/blob/master/bundles/com.salesforce.bazel-java-sdk/src/main/java/com/salesforce/bazel/sdk/command/BazelLauncherBuilder.java#L183) to use _coverage_ instead of...

user feature
BEF

It is a known issue that mixing IDE builds with CLI/shell builds can lead to Bazel throwing away a lot of cached work. This is due to the fact that...

performance
BEF
BJLS

A user of BEF reported that they had a confusing experience with their test launcher in Run Configurations. They accidentally used the JUnit 3 launcher. Miraculously a handful of tests...

BEF

Is there any installation doc for BJLS? How can I make BJLS working in Emacs with lsp-java enabled?

documentation
BJLS

Last week I was working in a Java package in a Bazel workspace in BEF. I saved a file (I don't remember what file type, was it a BUILD file?)...

bug
performance
BEF