You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "James Hang (JIRA)" <ji...@apache.org> on 2007/04/25 19:31:15 UTC

[jira] Created: (JCR-887) DateField class should be public

DateField class should be public
--------------------------------

                 Key: JCR-887
                 URL: https://issues.apache.org/jira/browse/JCR-887
             Project: Jackrabbit
          Issue Type: Wish
          Components: query
    Affects Versions: 1.3
            Reporter: James Hang
            Priority: Minor
             Fix For: 1.3


The class org.apache.jackrabbit.core.query.lucene.DateField should be made public.  It has several public methods which are useful but are currently not accessible because the class itself is not accessible outside of its package.  All of the other Field classes in that package are public and accessible (LongField, DoubleField, etc.)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JCR-887) DateField class should be public

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

Jukka Zitting updated JCR-887:
------------------------------

          Component/s: jackrabbit-core
           Issue Type: Improvement  (was: Wish)
    Affects Version/s:     (was: 1.3)

> DateField class should be public
> --------------------------------
>
>                 Key: JCR-887
>                 URL: https://issues.apache.org/jira/browse/JCR-887
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-core, query
>            Reporter: James Hang
>            Priority: Minor
>             Fix For: 1.4
>
>
> The class org.apache.jackrabbit.core.query.lucene.DateField should be made public.  It has several public methods which are useful but are currently not accessible because the class itself is not accessible outside of its package.  All of the other Field classes in that package are public and accessible (LongField, DoubleField, etc.)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JCR-887) DateField class should be public

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

Marcel Reutegger resolved JCR-887.
----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.3)
                   1.4

DateField is now public.

Fixed in revision: 532464

> DateField class should be public
> --------------------------------
>
>                 Key: JCR-887
>                 URL: https://issues.apache.org/jira/browse/JCR-887
>             Project: Jackrabbit
>          Issue Type: Wish
>          Components: query
>    Affects Versions: 1.3
>            Reporter: James Hang
>            Priority: Minor
>             Fix For: 1.4
>
>
> The class org.apache.jackrabbit.core.query.lucene.DateField should be made public.  It has several public methods which are useful but are currently not accessible because the class itself is not accessible outside of its package.  All of the other Field classes in that package are public and accessible (LongField, DoubleField, etc.)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.