| Summary: | Unhandled event loop exception was launched in a dialog at Generate element comment for interface method | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Kalin <kalin.a> | ||||||||
| Component: | PDT | Assignee: | PHP UI <php.ui-inbox> | ||||||||
| Status: | CLOSED FIXED | QA Contact: | |||||||||
| Severity: | major | ||||||||||
| Priority: | P3 | CC: | gadi | ||||||||
| Version: | unspecified | ||||||||||
| Target Milestone: | --- | ||||||||||
| Hardware: | PC | ||||||||||
| OS: | Windows XP | ||||||||||
| Whiteboard: | |||||||||||
| Attachments: |
|
||||||||||
Created attachment 167128 [details]
screenshot1
Created attachment 167129 [details]
screenshot2
Created attachment 167130 [details]
StackOverflowError
fixed in head Verified at PDT-2.2.0.v20100517 Element comment is created like expect at interface functions Closing this issue... Verified by Teodor Kirkov teodor.k@zend.com |
Build Identifier: 2.2.0.v20100427 Stack Overflow error in a dialog at Generate element comment for interface method Note: Correct behavior for class methods. Reproducible: Always Steps to Reproduce: Try to generate element comment for interface method: Example code: <?php interface III { public function test(); } Go to Outline view | Right-click at test() | Source | Generate element comment Actual: Unhandled event loop exception was launched in a dialog at Generate element comment for interface method