Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 356198 - Win32ProcessEx.c throws nonexistent Java exception
Summary: Win32ProcessEx.c throws nonexistent Java exception
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 8.0   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-30 09:46 EDT by Andras Varga CLA
Modified: 2020-09-04 15:19 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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