You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class ModifiedBerghelRoachEditDistanceTest has a public static inner class named Basic which contains four basic Levenshtein tests. These tests never execute via ANT because the constructor isn't public. IDEs on the other hand (IntelliJ in my case) detects the test and complains that it does not have a public constructor.
Ctor of ModifiedBerghelRoachEditDistanceTest$Basic should be public.
The text was updated successfully, but these errors were encountered:
Description
Class
ModifiedBerghelRoachEditDistanceTest
has a public static inner class namedBasic
which contains four basic Levenshtein tests. These tests never execute via ANT because the constructor isn't public. IDEs on the other hand (IntelliJ in my case) detects the test and complains that it does not have a public constructor.Ctor of
ModifiedBerghelRoachEditDistanceTest$Basic
should bepublic
.The text was updated successfully, but these errors were encountered: