Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate JsfClientEjblitejsfTest.java for input JsfClient.java instead of ClientEjblitejsfTest.java which conflicts with input Client.java #78

Closed
scottmarlow opened this issue Aug 1, 2024 · 0 comments
Assignees

Comments

@scottmarlow
Copy link
Member

To address WARNING: TODO: src/main/java/com/sun/ts/tests/ejb30/lite/tx/cm/stateful/webrw/ClientEjbliteservletTest.java was already previously generated which means we aren't handling something correctly. warnings from the OpenRewrite recipe that happens for test packages that have more than one Client*.java file, we should instead use the original test class name when building the new EE test name.

With JPA, I saw ^ for test folders that have more than one Client*.java source file (e.g. Client1.java + Client2.java were both written to the same output Client.java with some residual output it seems from mixing the two input sources).

I'll close this issue soon and open a new one for ^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant