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 252527

Summary: IllegalArgumentException: Empty command
Product: utilities Reporter: boutros55
Component: DiffAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 217439
Attachments: stacktrace

Description boutros55 2015-05-21 10:33:49 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Windows 7

User Comments:
boutros55: I was attempting to set Beyond Compare as the tool for External Diff, as per instructions at http://www.scootersoftware.com/support.php?zz=kb_vcs




Stacktrace: 
java.lang.IllegalArgumentException: Empty command
   at java.lang.Runtime.exec(Runtime.java:444)
   at java.lang.Runtime.exec(Runtime.java:347)
   at org.netbeans.modules.diff.options.DiffOptionsPanel$CheckCommand.run(DiffOptionsPanel.java:342)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 boutros55 2015-05-21 10:33:51 UTC
Created attachment 153785 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-07-08 15:46:49 UTC
Fix: core-main #e8c31d61b70e
Changeset: e8c31d61b70e
Message:
Comment 3 Quality Engineering 2015-07-17 01:18:55 UTC
Integrated into 'main-silver', will be available in build *201507170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e8c31d61b70e
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #252527 - IllegalArgumentException: Empty command