Commit Graph

3 Commits

Author SHA1 Message Date
Ilyas Selimov 5fbb440207 IDEA-228553 - fix a positive test on Paths.get
GitOrigin-RevId: 261c5649b2890b4a690a5ac916bc02c555af551e
2020-05-29 16:26:25 +03:00
Ilyas Selimov 3d8460f557 IDEA-228553 - separated two intention actions between different language levels not to prevent users confusing what to choose
GitOrigin-RevId: 76677d371b01ba501716756d9ea1dafa61c85404
2020-05-28 15:01:30 +03:00
Tagir Valeev 661388f0c2 WrapWithAdapterMethodCallFix replaces individual cases
WrapArrayToArraysAsListFix, WrapLongWithMathToIntExactFix, WrapStringWithFileFix are united into WrapWithAdapterMethodCallFix. Also Paths.get(), Collections.singleton(), Collections.singletonList(), Arrays.stream() wrappers added

Fixes IDEA-175129 Suggest to wrap a value with `Collections.singleton*()`
2017-08-25 14:33:41 +07:00