Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
I get the same error. Has anyone solved this kata recently? EDIT: it is still solvable.
Ah, good point. Tests never caught it.
Hi Guys, There are about 4 kata's with java that require us to use reflection/javassist. Since im studying the subject recently I tried all of them (Unlocked one solution to be sure). So I have solutions that compile and pass the tests from codewars in my local eclipse IDE with no problems, yet each one of them fail with very similar (if not exactly the same) problem (I think katas are Hack-22, Bagel, and Psychic). I tried the unlocked solutions (that already passed) and most of them are failing the tests. I've opened an issue (https://github.com/Codewars/codewars.com/issues/1533) but basically got f.off response from them (maybe I wasn't clear enough about underlying issue, hoped for them to look into it). So in conclusion they must have changed the way java is being handled on the codewars (rendering them 4 kata's kinda useless, though I think reflection solutions might work for them ,still working on it in my free time. If any of ye guys would like to open a new issue or comment on the one I posted (I'll follow up then) maybe someone there will exercise a little bit will to fix it, as in the moment it prevents us from completing them ang getting the points, also renders plenty of solutions unusable :/ It might be worth mentioning that this error is thrown even on a "plain" default kata's setup.
I'm getting the same warning while preparing the sample-tests, i.e. without running any of my code. Is this Kata currently broken?
The warning vanishes if I manually load
tools.jar
at the very beginning ofprepare()
.