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 - NullPointerException at org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement.parseInheritedProperties
Summary: NullPointerException at org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement...
Status: RESOLVED WORKSFORME
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
: 262271 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-06-26 16:03 UTC by albertstclair
Modified: 2016-06-01 10:18 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 210459


Attachments
stacktrace (6.43 KB, text/plain)
2014-06-26 16:03 UTC, albertstclair
Details

Note You need to log in before you can comment on or make changes to this bug.
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. ***