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 256467 - Epic crash when annotation is written
Summary: Epic crash when annotation is written
Status: RESOLVED INCOMPLETE
Alias: None
Product: java
Classification: Unclassified
Component: Freeform (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7 x64
: P1 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-09 18:16 UTC by javatlacati
Modified: 2016-06-06 15:06 UTC (History)
2 users (show)

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 javatlacati 2015-11-09 18:16:50 UTC
Steps:
Open any JavaEE, in my case is a seam project.
On any source wich implements any interface try to add @Overrideannotation.
IDE will keep loading until 1G memory usage is reached. Then Editor screen will turn black.
The only solution is to kill process and start over.

Workaround: copy @Override text. Perhaps it's a bug on the autocompletion.
Comment 1 Jiri Prox 2015-11-10 11:40:50 UTC
Can you please capture heapdump when the memory consumption is high?
Comment 2 Tomas Zezula 2016-06-06 15:06:55 UTC
I've tried two Freeform projects Apache Ant and Sean sources:

git clone https://github.com/seam2/jboss-seam seam
git checkout -b Seam_2_0 origin/Seam_2_0

But I cannot reproduce the problem.

1st) Is the project the Freeform project (Ant project from existing sources) the issue is assigned to ?

2nd) Can you provide either a test project or at least the project metadata (a content of the nbproject folder).

Thanks