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 76652 - Commit action "add as binary" throws NullpointerException
Summary: Commit action "add as binary" throws NullpointerException
Status: RESOLVED DUPLICATE of bug 76254
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-22 00:12 UTC by dpociu
Modified: 2006-05-22 07:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Step 1 - attempting to commit a gif file (27.33 KB, image/gif)
2006-05-22 00:14 UTC, dpociu
Details
Step-2: after pressing "Commit" exception is ALWAYS thrown (42.67 KB, image/gif)
2006-05-22 00:15 UTC, dpociu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dpociu 2006-05-22 00:12:27 UTC
Any time either one file or a package containing binary-type files (pictures,
etc) are committed the following exception is thrown:


*********** Exception occurred ************ at 7:09 PM on May 21, 2006
java.lang.NullPointerException
	at
org.netbeans.modules.subversion.ui.commit.CommitAction.performCommit(CommitAction.java:180)
	at
org.netbeans.modules.subversion.ui.commit.CommitAction$1.perform(CommitAction.java:124)
	at
org.netbeans.modules.subversion.client.SvnProgressSupport.performIntern(SvnProgressSupport.java:54)
	at
org.netbeans.modules.subversion.client.SvnProgressSupport.run(SvnProgressSupport.java:47)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:493)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:926)
Comment 1 dpociu 2006-05-22 00:14:03 UTC
Created attachment 30537 [details]
Step 1 - attempting to commit a gif file
Comment 2 dpociu 2006-05-22 00:15:25 UTC
Created attachment 30538 [details]
Step-2: after pressing "Commit" exception is ALWAYS thrown
Comment 3 dpociu 2006-05-22 00:15:47 UTC
NB 5.5 beta.
Comment 4 Peter Pis 2006-05-22 07:56:00 UTC

*** This issue has been marked as a duplicate of 76254 ***