You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This produces a generated class for the following:
package ;
classAutoBazelRepository_ExampleTest {
/** * The canonical name of the repository containing the Bazel target that * compiled {@link TestContainerExampleTest}. */staticfinalStringNAME = "";
privateAutoBazelRepository_ExampleTest () {}
}
Add support for when the AutoBazelRepository annotation is placed
on a file in a root package (ie. one where there is no package)
fixesbazelbuild#24150
Add support for when the AutoBazelRepository annotation is placed on a file in a root package (ie. one where there is no package)
fixesbazelbuild#24150Closesbazelbuild#24161.
PiperOrigin-RevId: 692888334
Change-Id: Idd85e79250f64cf50ca709cf6ad8d025a0db032c
Add support for when the AutoBazelRepository annotation is placed on a
file in a root package (ie. one where there is no package)
fixes#24150Closes#24161.
PiperOrigin-RevId: 692888334
Change-Id: Idd85e79250f64cf50ca709cf6ad8d025a0db032c
Commit
1560047
Co-authored-by: Farid Zakaria <[email protected]>
bazel/tools/java/runfiles/AutoBazelRepositoryProcessor.java
Line 99 in 652f83e
Here is a sample:
This produces a generated class for the following:
Please notice the
package ;
this fails to compileThe text was updated successfully, but these errors were encountered: