You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Andrey Somov (JIRA)" <ji...@apache.org> on 2011/04/29 10:54:03 UTC

[jira] [Created] (COUCHDB-1148) Remove unused single backslash from a regular expression in couch_config_writer.erl

Remove unused single backslash from a regular expression in couch_config_writer.erl
-----------------------------------------------------------------------------------

                 Key: COUCHDB-1148
                 URL: https://issues.apache.org/jira/browse/COUCHDB-1148
             Project: CouchDB
          Issue Type: Improvement
          Components: Database Core
    Affects Versions: 1.1
            Reporter: Andrey Somov
            Priority: Minor


The pattern re:compile(["^(", Key, "\\s*=)|\\[[a-zA-Z0-9\_-]*\\]"]) contains a single backslash '\_' which can be removed.

http://comments.gmane.org/gmane.comp.db.couchdb.devel/14534


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (COUCHDB-1148) Remove unused single backslash from a regular expression in couch_config_writer.erl

Posted by "Andrey Somov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Somov updated COUCHDB-1148:
----------------------------------

    Attachment: patch-1148.txt

> Remove unused single backslash from a regular expression in couch_config_writer.erl
> -----------------------------------------------------------------------------------
>
>                 Key: COUCHDB-1148
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1148
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Database Core
>    Affects Versions: 1.1
>            Reporter: Andrey Somov
>            Priority: Minor
>         Attachments: patch-1148.txt
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The pattern re:compile(["^(", Key, "\\s*=)|\\[[a-zA-Z0-9\_-]*\\]"]) contains a single backslash '\_' which can be removed.
> http://comments.gmane.org/gmane.comp.db.couchdb.devel/14534

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira