Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 356198

Summary: Win32ProcessEx.c throws nonexistent Java exception
Product: [Tools] CDT Reporter: Andras Varga <andras>
Component: cdt-coreAssignee: Project Inbox <cdt-core-inbox>
Status: NEW --- QA Contact: Jonah Graham <jonah>
Severity: normal    
Priority: P3 CC: malaperle, yevshif
Version: 8.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Andras Varga CLA 2011-08-30 09:46:51 EDT
Build Identifier: 8.0.0.201106081058

While browsing library/Win32ProcessEx.c in org.eclipse.cdt.core.win32.source_5.2.0.201106081058.jar (part of CDT 8.0), I found the following code:

  ThrowByName(env, "java/io/Exception", "Command line too long");

and later:

  ThrowByName(env, "java/io/Exception", "Not enough memory");

There is no class java.io.Exception. It should probably be java.io.IOException or java.lang.RuntimeException.


Reproducible: Always