-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
comp-codegenIssue is related to code generatorIssue is related to code generatorctg-bugIssue is a bugIssue is a bug
Description
Description
If we generate tests using the contest estimator for com.google.common.base.CaseFormat
, we will see that the resulting file does not compile because of absent class name in static constant usage: expectedFinalCaseFormat = .UPPER_CAMEL
.
To Reproduce
Steps to reproduce the behavior:
- Run the contest estimator for
com.google.common.base.CaseFormat
with 300s time limit - Open generated file
Expected behaviour
Compilable file.
Actual behaviour
Generated file does not compile.
Visual proofs (screenshots, logs, images)
Environment
The default environment for the contest estimator.
Additional context
There is no additional context.
Metadata
Metadata
Assignees
Labels
comp-codegenIssue is related to code generatorIssue is related to code generatorctg-bugIssue is a bugIssue is a bug
Type
Projects
Status
Done