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

ClassName validaition regex fails on Windows #33

Closed ayld closed 11 years ago

ayld commented 11 years ago

For instance it considers java.io.Serializable to be invalid.

This is the current regex ([a-zA-Z_$][a-zA-Z\\d_$]*\\.)*[a-zA-Z_$][a-zA-Z\\d_$]*.