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 245271

Summary: NullPointerException at org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement.parseInheritedProperties
Product: versioncontrol Reporter: albertstclair
Component: SubversionAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED WORKSFORME    
Severity: normal CC: exceptions_reporter
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 210459
Attachments: stacktrace

Description albertstclair 2014-06-26 16:03:28 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 7

User Comments:
albertstclair: Trying to commit with svn




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:127)
   at org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbProperties.readInheritedProperties(SvnWcDbProperties.java:484)
   at org.tmatesoft.svn.core.internal.wc17.SVNStatusEditor17.collectIgnorePatterns(SVNStatusEditor17.java:543)
Comment 1 albertstclair 2014-06-26 16:03:31 UTC
Created attachment 147792 [details]
stacktrace
Comment 2 Ondrej Vrabec 2014-07-07 10:40:00 UTC
Is it reproducible? Can you please attach (or probably send me over email) the .svn/wc.db file in that case?
Comment 3 Ondrej Vrabec 2016-06-01 10:18:08 UTC
*** Bug 262271 has been marked as a duplicate of this bug. ***