skydoves / skydoves/compose-stability-analyzer

Incorrect displaying of top level properties

Open
#67 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug intelliJ plugin
Dominant language
Kotlin
Stars
1.7k
Forks
42
Avg merge
13h 5m
Merged PRs (30d)
6

Description

Please complete the following information:

  • Library Version: 0.5.3
  • Affected Device(s): Android Studio 2025.2.1 Patch 1

Describe the Bug:

Top level properties has incorrect rendering of name and containing file in the stability explorer.

Expected Behavior:

contentInsets property has Unknown.kt file instead of BaseScaffold.kt, and named <get-contentInsets> instead of contentInsets or WindowInsets.Companion.contentInsets.

Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue in the Stability Explorer using the top-level contentInsets property from the report. Trace how its displayed name and containing file are determined, then verify that the explorer shows contentInsets or WindowInsets.Companion.contentInsets and BaseScaffold.kt instead of the getter name and Unknown.kt.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, kotlin
Domain
tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.