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 167472 - endless loop / hang
Summary: endless loop / hang
Status: RESOLVED DUPLICATE of bug 166578
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomasz Slota
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-22 15:42 UTC by cybot
Modified: 2009-06-22 15:53 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 cybot 2009-06-22 15:42:54 UTC
i have a complete project, with complete classes, when i extend one class with the same name as the class itself
netbeans hangs and starts eating all the memory

i have:

<?php
class foo
{
    // just a class with allthings required
}
?>

now i will change the class to extend someother class:

_ = cursor

<?php
class foo extends foo_
{
    // just a class with allthings required
}
?>

at this point netbeans does not react anymore, and starts eating all the memory.

i know "class foo extends foo" makes no sense, but i just cannot continue writing once "class foo extends foo" is written.

NetBeans IDE Build 200906220201
Comment 1 Tomasz Slota 2009-06-22 15:53:15 UTC

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