Cleveroad / Cleveroad/AdaptiveTableLayout
Refactoring
Open
- Dominant language
- Java
- Stars
- 1.9k
- Forks
- 238
- PR merge metrics
- No merged PRs in 30d
Description
In class BaseDataAdaptiveTableLayoutAdapter in switchTwoRows method on line 72 please change `for (int i = 0; i < getItems().length; i++)` to `for (int i = 0; i < getColumnCount() - 1; i++)`
Thanks
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate class BaseDataAdaptiveTableLayoutAdapter and its switchTwoRows method around line 72. Verify the requested loop-bound change there, then run the repository's relevant tests or checks to confirm the row-switching behavior remains correct.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100