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 197524 - Typo in OQL help
Summary: Typo in OQL help
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-07 09:35 UTC by Tomas Hurka
Modified: 2011-04-08 08: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 Tomas Hurka 2011-04-07 09:35:52 UTC

    
Comment 1 Tomas Hurka 2011-04-07 09:37:37 UTC
There is a typo in retainedsize function:


select rsizeo(o) from instanceof java.lang.HashMap o

correct select should be:


select rsizeof(o) from instanceof java.lang.HashMap o
Comment 2 Tomas Hurka 2011-04-07 10:17:14 UTC
Fixed in profiler-main

changeset:   192058:539dc50b2dd8
user:        Tomas Hurka <thurka@netbeans.org>
date:        Thu Apr 07 12:10:39 2011 +0200
summary:     bugfix #197524, typo fixed
Comment 3 Quality Engineering 2011-04-08 08:53:10 UTC
Integrated into 'main-golden', will be available in build *201104080400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/539dc50b2dd8
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #197524, typo fixed