Dear Open Hub Users,
We’re excited to announce that we will be moving the Open Hub Forum to
https://community.blackduck.com/s/black-duck-open-hub.
Beginning immediately, users can head over,
register,
get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.
On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at
[email protected]
Hi
JQuantLib was analysed mostly XML whilst it is mostly Java. It's true that most .java files have XML embedded in javadocs but the line count associated to XML is certainly wrong.
Please let me know if there's something we can do on our end.
Kind Regards
Richard Gomes
Well, I hate to be contrary, but I think our report is correct.
Check out file src/main/config/project/project.pod.xml
-- it has 17,409 lines of XML, which is nearly as big as all of the Java in this project combined.
It's true that there's about 68K total lines of Java in this project, but the majority of this is comments and blank lines. Looking purely at code lines, there's only about 18K lines of Java code.
If you want to play around with exploring line counts, you can download the source code for our line counter here.