Refactoring: "package matching directory" is now an inspection
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
package foo.bar
|
||||
|
||||
class Foo {
|
||||
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
|
||||
}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
pack<caret>age foo.bar
|
||||
|
||||
class Foo {
|
||||
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"inspectionClass": "org.jetbrains.kotlin.idea.refactoring.move.changePackage.PackageDirectoryMismatchInspection",
|
||||
"problem": "none",
|
||||
"mainFile": "foo/bar/test.kt"
|
||||
}
|
||||
Reference in New Issue
Block a user