Replace all occurrences of WITH_RUNTIME with WITH_STDLIB

We are going to deprecate `WITH_RUNTIME` directive. The main reason
behind this change is that `WITH_STDLIB` directive better describes
its meaning, specifically it will add kotlin stdlib to test's classpath.
This commit is contained in:
Ivan Kylchik
2021-11-15 17:30:42 +03:00
committed by TeamCityServer
parent 960ba3ffde
commit c7435ba760
4318 changed files with 4328 additions and 4326 deletions
@@ -1,6 +1,6 @@
// "Add empty primary constructor" "true"
// ERROR: 'Parcelable' should have a primary constructor
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,6 +1,6 @@
// "Add empty primary constructor" "true"
// ERROR: 'Parcelable' should have a primary constructor
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,6 +1,6 @@
// "Add empty primary constructor" "false"
// IGNORE_IRRELEVANT_ACTIONS
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,6 +1,6 @@
// "Add empty primary constructor" "true"
// ERROR: 'Parcelable' should have a primary constructor
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,6 +1,6 @@
// "Add empty primary constructor" "true"
// ERROR: 'Parcelable' should have a primary constructor
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,6 +1,6 @@
// "Remove 'inner' modifier" "true"
// ERROR: 'Parcelable' can't be an inner class
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,6 +1,6 @@
// "Remove 'inner' modifier" "true"
// ERROR: 'Parcelable' can't be an inner class
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,6 +1,6 @@
// "Annotate containing class with ''@Parcelize''" "true"
// ERROR: Class 'Foo' should be annotated with '@Parcelize'
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,6 +1,6 @@
// "Annotate containing class with ''@Parcelize''" "true"
// ERROR: Class 'Foo' should be annotated with '@Parcelize'
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,7 +1,7 @@
// "Remove custom ''CREATOR'' property" "true"
// ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead
// ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,7 +1,7 @@
// "Remove custom ''CREATOR'' property" "true"
// ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead
// ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,7 +1,7 @@
// "Remove custom ''writeToParcel()'' function" "true"
// ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead
// ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,7 +1,7 @@
// "Remove custom ''writeToParcel()'' function" "true"
// ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead
// ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,7 +1,7 @@
// "Migrate to ''Parceler'' companion object" "true"
// ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead
// ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,7 +1,7 @@
// "Migrate to ''Parceler'' companion object" "true"
// ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead
// ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,7 +1,7 @@
// "Migrate to ''Parceler'' companion object" "true"
// ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead
// ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,7 +1,7 @@
// "Migrate to ''Parceler'' companion object" "true"
// ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead
// ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,7 +1,7 @@
// "Migrate to ''Parceler'' companion object" "true"
// ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead
// ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,7 +1,7 @@
// "Migrate to ''Parceler'' companion object" "true"
// ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead
// ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,7 +1,7 @@
// "Migrate to ''Parceler'' companion object" "true"
// ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead
// ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,7 +1,7 @@
// "Migrate to ''Parceler'' companion object" "true"
// ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead
// ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,7 +1,7 @@
// "Migrate to ''Parceler'' companion object" "true"
// ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead
// ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,7 +1,7 @@
// "Migrate to ''Parceler'' companion object" "true"
// ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead
// ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,7 +1,7 @@
// "Migrate to ''Parceler'' companion object" "true"
// ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead
// ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,7 +1,7 @@
// "Migrate to ''Parceler'' companion object" "true"
// ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead
// ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,6 +1,6 @@
// "Migrate to ''Parceler'' companion object" "true"
// ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,6 +1,6 @@
// "Migrate to ''Parceler'' companion object" "true"
// ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,7 +1,7 @@
// "Migrate to ''Parceler'' companion object" "true"
// ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead
// ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,7 +1,7 @@
// "Migrate to ''Parceler'' companion object" "true"
// ERROR: 'CREATOR' definition is not allowed. Use 'Parceler' companion object instead
// ERROR: Overriding 'writeToParcel' is not allowed. Use 'Parceler' companion object instead
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,6 +1,6 @@
// "Add ''Parcelable'' supertype" "false"
// IGNORE_IRRELEVANT_ACTIONS
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,6 +1,6 @@
// "Add ''Parcelable'' supertype" "true"
// ERROR: No 'Parcelable' supertype
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,6 +1,6 @@
// "Add ''Parcelable'' supertype" "true"
// ERROR: No 'Parcelable' supertype
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,5 +1,5 @@
// "Add ''@IgnoredOnParcel'' annotation" "true"
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,5 +1,5 @@
// "Add ''@IgnoredOnParcel'' annotation" "true"
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,6 +1,6 @@
// "Remove redundant ''@TypeParceler'' annotation" "true"
// WARNING: This annotation duplicates the one for Class 'Foo'
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity
@@ -1,6 +1,6 @@
// "Remove redundant ''@TypeParceler'' annotation" "true"
// WARNING: This annotation duplicates the one for Class 'Foo'
// WITH_RUNTIME
// WITH_STDLIB
package com.myapp.activity