8000 bug in object delAt · Issue #34 · bolerio/mjson · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
bug in object delAt #34
Open
Open
@bolerio

Description

@bolerio
		public Json delAt(String property) 
		{
			Json el = object.remove(property);
			removeParent(el, this);
			return this;
		}

when there is no value for the property being deleted, the removeParent call leads to an NPE

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0