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 251288 - NullPointerException at org.tmatesoft.svn.core.internal.wc17.SVNWCContext.getKeyWords
Summary: NullPointerException at org.tmatesoft.svn.core.internal.wc17.SVNWCContext.get...
Status: RESOLVED DUPLICATE of bug 251287
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:
Depends on:
Blocks:
 
Reported: 2015-03-19 11:12 UTC by jiai
Modified: 2015-03-22 13:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216087


Attachments
stacktrace (2.40 KB, text/plain)
2015-03-19 11:12 UTC, jiai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jiai 2015-03-19 11:12:55 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b25
OS: Windows 7

User Comments:
GUEST: Add SVN keywords to new php file

jiai: Trying to commit some files.




Stacktrace: 
java.lang.NullPointerException
   at org.tmatesoft.svn.core.internal.wc17.SVNWCContext.getKeyWords(SVNWCContext.java:1016)
   at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgPropertiesManager.setProperty(SvnNgPropertiesManager.java:332)
   at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgPropertiesManager.setProperty(SvnNgPropertiesManager.java:229)
   at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgSetProperty.run(SvnNgSetProperty.java:41)
   at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgSetProperty.run(SvnNgSetProperty.java:17)
   at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
Comment 1 jiai 2015-03-19 11:12:57 UTC
Created attachment 152714 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-03-22 13:15:00 UTC

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