More .class files generated than existing .java files after compilation -


this question has answer here:

i trying compile huge open source java project, , after building maven saw folders contain classes didn't exist before in corresponding folder. in other words, after building java project, more .class files generated in folders .java files existed before compiling.

can explain reason? normal? practices lead such results , change structure of project?

all nested classes have own .class file, resulting in more .class file .java files.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -