skydoves / skydoves/compose-stability-analyzer
Incorrect displaying of top level properties
Nobody has claimed this yet.
- 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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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