[jira] [Updated] (OAK-3486) Wrong evaluation of NOT NOT clause (see OAK-3371)

2016-03-02 Thread Davide Giannella (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-3486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Davide Giannella updated OAK-3486:
--
Fix Version/s: 1.4

> Wrong evaluation of NOT NOT clause (see OAK-3371)
> -
>
> Key: OAK-3486
> URL: https://issues.apache.org/jira/browse/OAK-3486
> Project: Jackrabbit Oak
>  Issue Type: Improvement
>  Components: query
>Affects Versions: 1.2.7
>Reporter: Thomas Mueller
>Assignee: Thomas Mueller
> Fix For: 1.4, 1.3.9, 1.2.8
>
>
> For OAK-3371, I made an improved patch, but that was not used. My patch fixes 
> some problems with the code, for example:
> OAK-3371 uses "instanceof" where it is not needed (AstElementFactory for 
> example). The current code is problematic.
> One regression that OAK-3371 introduced is that "not not contains" is 
> converted to "not contains" instead of "contains"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OAK-3486) Wrong evaluation of NOT NOT clause (see OAK-3371)

2015-10-12 Thread Davide Giannella (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-3486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Davide Giannella updated OAK-3486:
--
Fix Version/s: (was: 1.3.8)
   1.3.9

> Wrong evaluation of NOT NOT clause (see OAK-3371)
> -
>
> Key: OAK-3486
> URL: https://issues.apache.org/jira/browse/OAK-3486
> Project: Jackrabbit Oak
>  Issue Type: Improvement
>  Components: query
>Affects Versions: 1.2.7
>Reporter: Thomas Mueller
>Assignee: Thomas Mueller
> Fix For: 1.3.9, 1.2.8
>
>
> For OAK-3371, I made an improved patch, but that was not used. My patch fixes 
> some problems with the code, for example:
> OAK-3371 uses "instanceof" where it is not needed (AstElementFactory for 
> example). The current code is problematic.
> One regression that OAK-3371 introduced is that "not not contains" is 
> converted to "not contains" instead of "contains"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OAK-3486) Wrong evaluation of NOT NOT clause (see OAK-3371)

2015-10-09 Thread Thomas Mueller (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-3486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Mueller updated OAK-3486:

Component/s: query

> Wrong evaluation of NOT NOT clause (see OAK-3371)
> -
>
> Key: OAK-3486
> URL: https://issues.apache.org/jira/browse/OAK-3486
> Project: Jackrabbit Oak
>  Issue Type: Improvement
>  Components: query
>Affects Versions: 1.2.7
>Reporter: Thomas Mueller
>Assignee: Thomas Mueller
> Fix For: 1.3.8, 1.2.8
>
>
> For OAK-3371, I made an improved patch, but that was not used. My patch fixes 
> some problems with the code, for example:
> OAK-3371 uses "instanceof" where it is not needed (AstElementFactory for 
> example). The current code is problematic.
> One regression that OAK-3371 introduced is that "not not contains" is 
> converted to "not contains" instead of "contains"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OAK-3486) Wrong evaluation of NOT NOT clause (see OAK-3371)

2015-10-09 Thread Thomas Mueller (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-3486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Mueller updated OAK-3486:

Affects Version/s: 1.2.7

> Wrong evaluation of NOT NOT clause (see OAK-3371)
> -
>
> Key: OAK-3486
> URL: https://issues.apache.org/jira/browse/OAK-3486
> Project: Jackrabbit Oak
>  Issue Type: Improvement
>  Components: query
>Affects Versions: 1.2.7
>Reporter: Thomas Mueller
>Assignee: Thomas Mueller
> Fix For: 1.3.8, 1.2.8
>
>
> For OAK-3371, I made an improved patch, but that was not used. My patch fixes 
> some problems with the code, for example:
> OAK-3371 uses "instanceof" where it is not needed (AstElementFactory for 
> example). The current code is problematic.
> One regression that OAK-3371 introduced is that "not not contains" is 
> converted to "not contains" instead of "contains"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OAK-3486) Wrong evaluation of NOT NOT clause (see OAK-3371)

2015-10-09 Thread Thomas Mueller (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-3486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Mueller updated OAK-3486:

Description: 
For OAK-3371, I made an improved patch, but that was not used. My patch fixes 
some problems with the code, for example:

OAK-3371 uses "instanceof" where it is not needed (AstElementFactory for 
example). The current code is problematic.

One regression that OAK-3371 introduced is that "not not contains" is converted 
to "not contains" instead of "contains"



  was:
For OAK-3371, I made an improved patch, but that was not used. My patch fixes 
some problems with the code, for example:

OAK-3371 uses "instanceof" where it is not needed (AstElementFactory for 
example). The current code is problematic.




> Wrong evaluation of NOT NOT clause (see OAK-3371)
> -
>
> Key: OAK-3486
> URL: https://issues.apache.org/jira/browse/OAK-3486
> Project: Jackrabbit Oak
>  Issue Type: Improvement
>Reporter: Thomas Mueller
>Assignee: Thomas Mueller
> Fix For: 1.3.8, 1.2.8
>
>
> For OAK-3371, I made an improved patch, but that was not used. My patch fixes 
> some problems with the code, for example:
> OAK-3371 uses "instanceof" where it is not needed (AstElementFactory for 
> example). The current code is problematic.
> One regression that OAK-3371 introduced is that "not not contains" is 
> converted to "not contains" instead of "contains"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OAK-3486) Wrong evaluation of NOT NOT clause (see OAK-3371)

2015-10-09 Thread Thomas Mueller (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-3486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Mueller updated OAK-3486:

Summary: Wrong evaluation of NOT NOT clause (see OAK-3371)  (was: Code 
cleanup for OAK-3371)

> Wrong evaluation of NOT NOT clause (see OAK-3371)
> -
>
> Key: OAK-3486
> URL: https://issues.apache.org/jira/browse/OAK-3486
> Project: Jackrabbit Oak
>  Issue Type: Improvement
>Reporter: Thomas Mueller
>Assignee: Thomas Mueller
> Fix For: 1.3.8, 1.2.8
>
>
> For OAK-3371, I made an improved patch, but that was not used. My patch fixes 
> some problems with the code, for example:
> OAK-3371 uses "instanceof" where it is not needed (AstElementFactory for 
> example). The current code is problematic.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)