| Summary: | An internal error occurred during: "Decoration Calculation". | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Technology] DLTK | Reporter: | xu jiaxi <legend7z> | ||||||
| Component: | Common | Assignee: | 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: |
|
||||||||
Created attachment 184226 [details]
log
Created attachment 184227 [details]
patch
Applied |
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 { } ?>