Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Fix importer order when sorting by ASCII #149

Merged
merged 1 commit into from
Jan 13, 2021
Merged

Conversation

liancheng
Copy link
Owner

This PR fixes issue #148.

@liancheng liancheng linked an issue Jan 13, 2021 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Jan 13, 2021

Codecov Report

Merging #149 (1484b8f) into master (2b071cf) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #149   +/-   ##
=======================================
  Coverage   91.20%   91.20%           
=======================================
  Files           4        4           
  Lines         250      250           
  Branches        8        9    +1     
=======================================
  Hits          228      228           
  Misses         22       22           
Impacted Files Coverage Δ
rules/src/main/scala/fix/OrganizeImports.scala 96.34% <100.00%> (ø)

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 2b071cf...1484b8f. Read the comment docs.

@liancheng liancheng merged commit 7e8f5c3 into master Jan 13, 2021
@liancheng liancheng deleted the fix-importer-ascii-order branch January 17, 2021 06:40
@liancheng liancheng added this to the v0.5.0 milestone Jan 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong import order when sorting by ASCII when renames are involved
1 participant