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 173208 - Netbeans hangs when child and parent class have the same names.
Summary: Netbeans hangs when child and parent class have the same names.
Status: RESOLVED DUPLICATE of bug 166578
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-28 21:14 UTC by tormit
Modified: 2009-09-29 09:41 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 tormit 2009-09-28 21:14:57 UTC
When you have
<code>
class Foo {
}
</code>
and then write
<code>
class Foo extends Foo {
}
</code> and save file, NetBeans hangs.
Comment 1 rmatous 2009-09-29 09:41:31 UTC

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