apache / apache/maven-jdeprscan-plugin
ITs are not locale acnostic
- Dominant language
- Java
- Stars
- 9
- Forks
- 11
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 1
Description
### Affected version
3.6.2-SNAPSHOT (current master)
### Bug description
Some ITs are failing when the locale is not set to English, e.g. with German locale the IT **jdeprscan-release8** fails
```
assert buildLog.text.contains( "class o/a/m/p/j/its/Deprecations uses deprecated class java/rmi/RMISecurityManager" )
but contains
class o/a/m/p/j/its/Deprecations verwendet die veraltete Klasse java/rmi/RMISecurityManager
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the jdeprscan-release8 integration test and its assertion on buildLog.text. Reproduce the failure under a non-English locale, then make the test locale-independent; done means the integration test passes with German and English locale settings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system, testing-qa
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100