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

Fix Automatic-Module-Names to use dots instead of dashes (not allowed… #296

Closed
wants to merge 1 commit into from

Conversation

brcolow
Copy link
Contributor

@brcolow brcolow commented Aug 4, 2021

… by JPMS).

Issue #, if available:

Description of changes:
I made a mistake in #295 - dashes are not allowed in module names. This PR uses dots instead. I also opened #297 which uses underscores - I'll leave the choice up to the maintainers :).

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@codecov-commenter
Copy link

Codecov Report

Merging #296 (bb8822c) into master (297a0bf) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #296      +/-   ##
============================================
- Coverage     58.86%   58.84%   -0.02%     
+ Complexity     1202     1201       -1     
============================================
  Files           131      131              
  Lines          5061     5061              
  Branches        590      590              
============================================
- Hits           2979     2978       -1     
  Misses         1807     1807              
- Partials        275      276       +1     
Impacted Files Coverage Δ
...ava/com/amazonaws/xray/AWSXRayRecorderBuilder.java 68.42% <0.00%> (-0.88%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 297a0bf...bb8822c. Read the comment docs.

@willarmiros
Copy link
Contributor

Closing in favor of #297

@willarmiros willarmiros closed this Aug 5, 2021
@brcolow brcolow deleted the automatic-module-name-take-2 branch August 5, 2021 18:39
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

Successfully merging this pull request may close these issues.

3 participants