jakartaee / jakartaee/persistence
[3.1 TCK Challange] entity classes used by testcase does not conform to java bean standard
- Dominant language
- Java
- Stars
- 267
- Forks
- 78
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 13
Description
in files [jpa/core/entityManager/Order.java](https://github.com/jakartaee/platform-tck/blob/10.0.x/src/com/sun/ts/tests/jpa/core/entityManager/Order.java) and [jpa/core/entityManager2/Order.java](src/com/sun/ts/tests/jpa/core/entityManager2/Order.java) have methods getdescription and setdescription which doesn't conform to java been specification.
Contributor guide
Research direction
Start with src/com/sun/ts/tests/jpa/core/entityManager/Order.java and src/com/sun/ts/tests/jpa/core/entityManager2/Order.java. Inspect the getdescription and setdescription methods against the JavaBeans naming convention, then run the relevant JPA TCK tests to confirm the entity classes conform.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 78/100