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

Bug 331505

Summary: An internal error occurred during: "Decoration Calculation".
Product: [Technology] DLTK Reporter: xu jiaxi <legend7z>
Component: CommonAssignee: dltk.common-inbox <dltk.common-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: alex.panchenko
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
log
none
patch none

Description xu jiaxi CLA 2010-12-01 02:57:35 EST
With the following code, StackOverflowError will be occured when using PDT.

<?php
class c3 extends c2 {

	function function_name() {
	}
}

class c2 extends c1 {

}

class c1 extends c2 {

}
?>
Comment 1 xu jiaxi CLA 2010-12-01 02:58:29 EST
Created attachment 184226 [details]
log
Comment 2 xu jiaxi CLA 2010-12-01 02:59:21 EST
Created attachment 184227 [details]
patch
Comment 3 Alex Panchenko CLA 2010-12-02 04:27:26 EST
Applied