[opencms-dev] INFO: C_FOLDER_SEPERATOR hardly used!!!
Jeroen Habets
Jeroen.Habets at framfab.nl
Thu Jan 4 13:09:05 CET 2001
Howdy,
In com.opencms.core.I_CmsConstants.java a folder sepArator attribute is
declared:
static final String C_FOLDER_SEPERATOR = "/";
Perhaps the typo could be removed (it should be SEPARATOR, from to
separate).
But this constant is hardly used:
$ grep -r C_FOLDER_SEPERATOR * | wc
3 16 227
instead the / is used the whole time:
$ grep -r \"/ * | wc
223 1143 21108
Time for a Perl script to do something about this?
Jeroen
P.S. Is there a bug repository to send bugs/remarks to?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20010104/1d17c375/attachment.htm>
More information about the opencms-dev
mailing list