This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 262271 - NullPointerException at org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement.parseInheritedProperties
Summary: NullPointerException at org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement...
Status: RESOLVED DUPLICATE of bug 245271
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-30 12:13 UTC by Exceptions Reporter
Modified: 2016-06-01 10:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224277


Attachments
stacktrace (4.75 KB, text/plain)
2016-05-30 12:13 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-05-30 12:13:12 UTC
This bug was originally marked as duplicate of bug 245271, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.75-b04, Java(TM) SE Runtime Environment, 1.7.0_75-b13
OS: Windows 7

User Comments:
GUEST: Trying to see and commit changes.




Stacktrace: 
java.lang.NullPointerException
   at org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement.parseInheritedProperties(SVNSqlJetStatement.java:411)
   at org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement.getColumnInheritedProperties(SVNSqlJetStatement.java:383)
   at org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement.getColumnInheritedProperties(SVNSqlJetStatement.java:354)
   at org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbStatementUtil.getColumnInheritedProperties(SvnWcDbStatementUtil.java:128)
   at org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbProperties.readInheritedProperties(SvnWcDbProperties.java:484)
   at org.tmatesoft.svn.core.internal.wc17.SVNStatusEditor17.collectIgnorePatterns(SVNStatusEditor17.java:546)
Comment 1 Exceptions Reporter 2016-05-30 12:13:14 UTC
Created attachment 159915 [details]
stacktrace
Comment 2 Ondrej Vrabec 2016-06-01 10:18:08 UTC

*** This bug has been marked as a duplicate of bug 245271 ***