I just downloaded jregex1.2_01-src.jar. I notice that there are a number of class files which do not have corresponding java files, such as BackReference.class. What is the status of such files in an "open source" distribution?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There are no such files(at least shouldn't be).
The BackReference class is defined (among a dozen of other small classes) inside the Term.java, because it's used only here.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just downloaded jregex1.2_01-src.jar. I notice that there are a number of class files which do not have corresponding java files, such as BackReference.class. What is the status of such files in an "open source" distribution?
There are no such files(at least shouldn't be).
The BackReference class is defined (among a dozen of other small classes) inside the Term.java, because it's used only here.