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 210317 - NullPointerException at org.netbeans.modules.subversion.ui.commit.CommitAction$5.getCopiedFromFile
Summary: NullPointerException at org.netbeans.modules.subversion.ui.commit.CommitActio...
Status: RESOLVED DUPLICATE of bug 210058
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-28 19:11 UTC by mago_ebon
Modified: 2012-03-28 19:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186153


Attachments
stacktrace (2.28 KB, text/plain)
2012-03-28 19:12 UTC, mago_ebon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mago_ebon 2012-03-28 19:11:55 UTC
Build: NetBeans IDE Dev (Build 201203210400)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

User Comments:
GUEST: Want to commit via subversion, suddenly this error raises up.

mago_ebon: I was about to commit changes with Subversion. The changes were mainly some brand new .htaccess files for a php project.

GUEST: Commit 2 Files




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.subversion.ui.commit.CommitAction$5.getCopiedFromFile(CommitAction.java:496)
   at org.netbeans.modules.subversion.ui.commit.CommitAction$5.addDeletedFiles(CommitAction.java:476)
   at org.netbeans.modules.subversion.ui.commit.CommitAction$5.perform(CommitAction.java:447)
   at org.netbeans.modules.subversion.client.SvnProgressSupport.performIntern(SvnProgressSupport.java:109)
   at org.netbeans.modules.subversion.client.SvnProgressSupport.run(SvnProgressSupport.java:102)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1452)
Comment 1 mago_ebon 2012-03-28 19:12:01 UTC
Created attachment 117434 [details]
stacktrace
Comment 2 Ondrej Vrabec 2012-03-28 19:15:04 UTC

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