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 253067 - [apt.use.clank=true] ClassMembersHyperlinkTestCase fails with OOM
Summary: [apt.use.clank=true] ClassMembersHyperlinkTestCase fails with OOM
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 8.1
Hardware: All All
: P1 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-18 18:25 UTC by Vladimir Voskresensky
Modified: 2015-06-23 02: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 Vladimir Voskresensky 2015-06-18 18:25:42 UTC
private/private.properties:
test.run.args=-ea -Dapt.use.clank=true

run ClassMembersHyperlinkTestCase 
fails with OOM
Comment 1 Vladimir Voskresensky 2015-06-18 21:53:55 UTC
details: http://hg.netbeans.org/cnd-main/rev/cfcdf94a6a42
- not cleaned states are big now and are not kept when run in IDE, but they were kept by TraceModel and not cleaned at all
Comment 2 Quality Engineering 2015-06-23 02:41:13 UTC
Integrated into 'main-silver', will be available in build *201506230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/cfcdf94a6a42
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #253067 - [apt.use.clank=true] ClassMembersHyperlinkTestCase fails with OOM
- not cleaned states are big now and are not kept when run in IDE, but they were kept by TraceModel and not cleaned at all