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

Summary: Typo in OQL help
Product: profiler Reporter: Tomas Hurka <thurka>
Component: BaseAssignee: issues@profiler <issues>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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