Skip to content

Conversation

timtebeek
Copy link
Member

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some suggestions could not be made:

  • rewrite-kotlin/src/main/kotlin/org/openrewrite/kotlin/KotlinTypeMapping.kt
    • lines 1304-1304

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some suggestions could not be made:

  • rewrite-kotlin/src/main/kotlin/org/openrewrite/kotlin/KotlinTypeMapping.kt
    • lines 1304-1304

Comment on lines +77 to +78
J replacement = KotlinTemplate.builder(template.getString())
.imports(values.getImports().toArray(new String[0]))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
J replacement = KotlinTemplate.builder(template.getString())
.imports(values.getImports().toArray(new String[0]))
return KotlinTemplate.builder(template.getString())

String string;
Object[] parameters;
}
} No newline at end of file
Copy link
Contributor

@github-actions github-actions bot Aug 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
}
}

}
}
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

}
else -> null
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

Comment on lines +1279 to +1280

@OptIn(SymbolInternals::class)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
@OptIn(SymbolInternals::class)

)
);
}
} No newline at end of file
Copy link
Contributor

@github-actions github-actions bot Aug 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

Recipe to apply Kotlin's @Deprecated(replaceWith=...) suggestions

1 participant