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 257993 - NullPointerException at org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement.parseProperties
Summary: NullPointerException at org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement...
Status: NEW
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-02-15 15:20 UTC by carlos.gonzalez.netex
Modified: 2016-03-18 15:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222534


Attachments
stacktrace (4.24 KB, text/plain)
2016-02-15 15:20 UTC, carlos.gonzalez.netex
Details

Note You need to log in before you can comment on or make changes to this bug.
Description carlos.gonzalez.netex 2016-02-15 15:20:06 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 7

User Comments:
carlos.gonzalez.netex: Trying to refresh Diff info on a svn repo.




Stacktrace: 
java.lang.NullPointerException
   at org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement.parseProperties(SVNSqlJetStatement.java:399)
   at org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement.getColumnProperties(SVNSqlJetStatement.java:366)
   at org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement.getColumnProperties(SVNSqlJetStatement.java:346)
   at org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbStatementUtil.getColumnProperties(SvnWcDbStatementUtil.java:124)
   at org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbProperties.readPristineProperties(SvnWcDbProperties.java:107)
   at org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbProperties.readProperties(SvnWcDbProperties.java:69)
Comment 1 carlos.gonzalez.netex 2016-02-15 15:20:08 UTC
Created attachment 158508 [details]
stacktrace
Comment 2 Ondrej Vrabec 2016-03-18 15:23:28 UTC
Do you have a 1.9 subversion working copy?