Skip to content

DATACMNS-1197 - Resolve Kotlin interface properties for nullability inspection. #254

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented Oct 13, 2017

We now resolve Kotlin interface properties to inspect these for nullability. Kotlin-reflect does not resolve interface property accessors yet so we need to handle this aspect ourselves.


Related tickets: DATACMNS-1197, Kotlin KT-20768.

…nspection.

We now resolve Kotlin interface properties to inspect these for nullability. Kotlin-reflect does not resolve interface property accessors yet so we need to handle this aspect ourselves.

Related ticket: https://youtrack.jetbrains.com/issue/KT-20768.
@mp911de mp911de force-pushed the issue/DATACMNS-1197 branch from c2ad6b1 to ca1298f Compare October 13, 2017 14:57
odrotbohm pushed a commit that referenced this pull request Oct 13, 2017
…nspection.

We now resolve Kotlin interface properties to inspect these for nullability. Kotlin-reflect does not resolve interface property accessors yet so we need to handle this aspect ourselves.

Related ticket: https://youtrack.jetbrains.com/issue/KT-20768.
Original pull request: #254.
odrotbohm added a commit that referenced this pull request Oct 13, 2017
Some cleanups in KorlinReflectionUtils. Removed compiler warnings about nullability and raw types.

Original pull request: #254.
odrotbohm pushed a commit that referenced this pull request Oct 13, 2017
…nspection.

We now resolve Kotlin interface properties to inspect these for nullability. Kotlin-reflect does not resolve interface property accessors yet so we need to handle this aspect ourselves.

Related ticket: https://youtrack.jetbrains.com/issue/KT-20768.
Original pull request: #254.
odrotbohm added a commit that referenced this pull request Oct 13, 2017
Some cleanups in KorlinReflectionUtils. Removed compiler warnings about nullability and raw types.

Original pull request: #254.
@odrotbohm odrotbohm closed this Oct 13, 2017
@odrotbohm odrotbohm deleted the issue/DATACMNS-1197 branch October 13, 2017 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants