On 22 July 2012 14:08, Stevo Slavić <[email protected]> wrote: > Hello Apache Commons community, > > Is there any special reason for FileSystemUtils constructor to be public? > Shouldn't it be private instead? > > What do you think about refactoring FileSystemUtils, to move OS stuff into > separate OperatingSystemUtils class exposing isWindows, isUnix, > isPosixUnix, isSolaris, isMac, getOs API? > > Here's the link to current FileSystemUtils revision: > http://svn.apache.org/viewvc/commons/proper/io/trunk/src/main/java/org/apache/commons/io/FileSystemUtils.java?revision=1304052&view=markup
Sounds like this will break binary and/or source compatibiliy. > Kind regards, > Stevo Slavić. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
