java
java copied to clipboard
Can't run Pythagorean Triplet tests (compilation error)
PythagoreanTripletTest.java fails to compile due to duplicate method declarations:
[ERROR] COMPILATION ERROR : [ERROR] /tmp/solution/src/test/java/PythagoreanTripletTest.java:[100,17] method tripletsWhoseSumIs840() is already defined in class PythagoreanTripletTest [ERROR] /tmp/solution/src/test/java/PythagoreanTripletTest.java:[137,17] method tripletsWhoseSumIs30000() is already defined in class PythagoreanTripletTest
Hi @Garfax, is the issue still available. I would like to work on it.
Hi @Garfax, is the issue still available. I would like to work on it.
It's not fixed yet. However, there is a mention just above your comment - someone has already created a pull request that is waiting for approval.
The PR mentioned (#2160) was merged now. This issue should now be solved.