Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 331505 - An internal error occurred during: "Decoration Calculation".
Summary: An internal error occurred during: "Decoration Calculation".
Status: RESOLVED FIXED
Alias: None
Product: DLTK
Classification: Technology
Component: Common (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: dltk.common-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-01 02:57 EST by xu jiaxi CLA
Modified: 2010-12-02 04:27 EST (History)
1 user (show)

See Also:


Attachments
log (123.28 KB, text/plain)
2010-12-01 02:58 EST, xu jiaxi CLA
no flags Details
patch (1.80 KB, patch)
2010-12-01 02:59 EST, xu jiaxi CLA
no flags Details | Diff

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