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...
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...
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...
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:...
Will need to update GitHub actions, primarily.
Investigate support for packages that have rules that use this code generator framework: https://github.com/salesforce/bazel-java-builder-template
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...
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...
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...
Is there any installation doc for BJLS? How can I make BJLS working in Emacs with lsp-java enabled?
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?)...