icgc-argo / icgc-argo/program-service
Remove useless JPA Column annotation arguments
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 3
- Forks
- 0
- Avg merge
- 14h 34m
- Merged PRs (30d)
- 2
Description
cleanup task
remove useless @Column(updateble=false, nullable=false) annotaiton parameters. Given that we use an already defined schema, this is useless.
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
Search the Java sources for JPA @Column annotations using the specified updateble=false and nullable=false arguments, then inspect each occurrence in the context of the existing schema. Remove only those useless arguments and verify that the project still builds and its tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- database
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100