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

Summary: Commit action "add as binary" throws NullpointerException
Product: versioncontrol Reporter: dpociu <dpociu>
Component: SubversionAssignee: issues@versioncontrol <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Step 1 - attempting to commit a gif file
Step-2: after pressing "Commit" exception is ALWAYS thrown

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 ***