This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 170247 - class extends itself -> netbeans crashes
Summary: class extends itself -> netbeans crashes
Status: RESOLVED DUPLICATE of bug 166578
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-12 09:04 UTC by apric
Modified: 2009-08-18 13:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description apric 2009-08-12 09:04:12 UTC
Reproduceable: every time
Platform tested: WinVista32
Versions tested: Netbeans 6.7.1, 6.7

In a PHP file similar lines like the following let Netbeans crash (100% CPU, no more response):

A Class extends itself:



<?php

class XYZ extends XYZ {

}
Comment 1 apric 2009-08-12 09:10:36 UTC
The PHP code completion even provokes the occurence of this bug by providing the same class as a possible parent to the
class one is writing at the moment.
Comment 2 rmatous 2009-08-18 13:16:05 UTC

*** This issue has been marked as a duplicate of 166578 ***