You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Alexander Klimetschek (JIRA)" <ji...@apache.org> on 2009/04/09 15:23:12 UTC

[jira] Commented: (JCR-2068) null value could be set into propertyDefinition

    [ https://issues.apache.org/jira/browse/JCR-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12697504#action_12697504 ] 

Alexander Klimetschek commented on JCR-2068:
--------------------------------------------

Do you mean line 36 in JackRabbitTest.java where you set the property to a null value? IMHO this is ok, since the property does not exist yet and setting a null value there gives you a nullpointerexception, which is perfectly fine. Maybe the NPE could be thrown directly in the setProperty() method to improve diagnostics on the stack trace.

> null value could be set into propertyDefinition
> -----------------------------------------------
>
>                 Key: JCR-2068
>                 URL: https://issues.apache.org/jira/browse/JCR-2068
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core
>    Affects Versions: 1.5.3
>         Environment: Windows XP, Tomcat 6.0, JRE6
>            Reporter: Sergey Sachkov 
>         Attachments: JackRabbitTest.java, test.xml
>
>
> It is possible to set null value into propertyDefinition and NullPointer is thrown inside JackRabbit in EffectiveNodeType class, checkSetPropertyValueConstraintsmethod  line 615. So it would be good to check those values for null, as null pointer inside framwork is not a good practice

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