Bug 3418 - JCK 1.4 - EXPR - a NullPointerException is raised in run time (1GK7WHA)
Summary: JCK 1.4 - EXPR - a NullPointerException is raised in run time (1GK7WHA)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 2000
: P1 normal (vote)
Target Milestone: 2.0 M2   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:54 EDT by Olivier Thomann CLA
Modified: 2002-01-17 14:07 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Thomann CLA 2001-10-10 22:54:47 EDT
http://www.ott.oti.com/uvm/OTIIBM/numbat/Testing/JCK-
14/tests/lang/EXPR/expr622/expr62201/expr62201.html - POSITIVE TEST
Test case:
	javac 1.4:
		compilation: OK
		runtime: 95

	javac 1.3:
		compilation: OK
		runtime: 97

	Eclipse compiler:
		compilation: OK
		runtime: 97

NOTES:
Comment 1 Philipe Mulet CLA 2002-01-17 14:07:09 EST
Added a null check for explicit enclosing instance specifications (non 1.4 
specific).
Fixed