Bug 29144 - Missing code implementation in the compiler
Summary: Missing code implementation in the compiler
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0.2   Edit
Hardware: PC Windows NT
: P3 normal (vote)
Target Milestone: 2.1 M5   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-08 09:36 EST by Thomas Pedersen CLA
Modified: 2005-06-22 12:15 EDT (History)
1 user (show)

See Also:


Attachments
Eclipse project file to reproduce bug (5.04 KB, application/octet-stream)
2005-06-22 09:03 EDT, Ben Hood CLA
no flags Details
This is a project level workaround (5.23 KB, application/octet-stream)
2005-06-22 09:19 EDT, Ben Hood CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Pedersen CLA 2003-01-08 09:36:13 EST
We have built app. 35 beans 2 of which get a "Missing code implementation in 
the compiler" error at the very beginning of the file reported by the online 
code-checker i.e. internal compiler. Since the beans are very similar it seems 
to us that this must be due to an error in Eclipse (furthermore NetBeans allows 
us to compile the same code).
This error occurs in version 2.0.2 of Eclipse and thus cannot be dismissed as a 
copy of error 21556.
Comment 1 Olivier Thomann CLA 2003-01-08 10:26:59 EST
Could you please provide steps to reproduce?
At least a source code that failed would help us to track it down.
Do you have the same issue using 2.1 builds?
Comment 2 Philipe Mulet CLA 2003-01-08 10:32:50 EST
This error indicates that an internal error occurred inside the compiler, 
typically an unhandled innerclass scenario (bug).

We need a testcase reproducing the problem in order to issue a fix.
Comment 3 Philipe Mulet CLA 2003-01-10 04:17:44 EST
Thomas - any update on this front ?
Comment 4 Philipe Mulet CLA 2003-01-15 17:35:46 EST
Lowering severity until steps to reproduce are provided.
We are also performing some rework on this front, which may improve this 
behavior in M5.

If no steps are provided, will have to close this defect, hoping that ongoing 
changes will also cover this scenario.
Comment 5 Philipe Mulet CLA 2003-01-17 05:46:17 EST
Closing. Please reopen if you can reproduce it in latest HEAD content (will be 
released into integration build 20030121).

Comment 6 Ben Hood CLA 2005-06-22 09:03:13 EDT
Created attachment 23724 [details]
Eclipse project file to reproduce bug

I was able to reproduce the bug:
"Missing code implementation in the compiler"
in Build I20050617-1618
Comment 7 Ben Hood CLA 2005-06-22 09:19:36 EDT
Created attachment 23725 [details]
This is a project level workaround

The workaround just strips the inner class/interface definitions. The previous
code was production code that had compiled without problems in build
I20050401-1645.
Comment 8 Philipe Mulet CLA 2005-06-22 11:48:04 EDT
Ben - At a 2 years distance, it is likely not the same defect, though same
symptoms. Especially considering your testcase has some 1.5 code in there.

Could you please enter a separate bug instead ?
Comment 9 Philipe Mulet CLA 2005-06-22 12:15:24 EDT
Entered bug 101283 with reduced testcase