ayld / Facade

Facade significantly minimizes the space used by your project's /lib
ayld.github.io/Facade
GNU General Public License v2.0
3 stars 3 forks source link

The jar maker creates invalid entries for nested classes #38

Closed ayld closed 11 years ago

ayld commented 11 years ago

For the class commons-lang3-3.1.jar/org/apache/commons/lang3/CharRange$1.class the jar maker creates

org/apache/commons/lang3/CharRange$1/
org/apache/commons/lang3/CharRange$1/CharRange$1.class
org/apache/commons/lang3/CharRange.class

in the output jar which is incorrect.

It should only create

org/apache/commons/lang3/CharRange$1.class