ASSERT-KTH / ASSERT-KTH/pankti
naming of generated objects
Open
- Dominant language
- Java
- Stars
- 18
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
today they are called `receivingObject`, they can be better named, after the type, for example
```
Line -> line
OrderImpl -> order
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the repository for `receivingObject` and trace where generated object names are assigned. Check the generation-related tests or output examples, then verify that names are derived from the type as shown: `Line` becomes `line` and `OrderImpl` becomes `order`.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100