McMaster-Baja-Racing / McMaster-Baja-Racing/Better-Data-Viewer
[BUG] Merge SmoothStrictSecAnalyzer and SmoothStrictPrimAnalyzer
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
SmoothStrictSecAnalyzer.java and SmoothStrictPrimAnalyzer.java hardcode the column names instead of using those passed in. Maybe remove one and generalize for any column. Will break if someone passes wrong column.
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
Start by comparing SmoothStrictSecAnalyzer.java and SmoothStrictPrimAnalyzer.java, then trace their callers to see how column names are passed. Confirm which analyzer behavior is duplicated and verify that the resulting implementation uses the supplied column rather than a hardcoded name.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100