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 206108 - OQL instanceof select does not work for interfaces
Summary: OQL instanceof select does not work for interfaces
Status: RESOLVED WONTFIX
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-07 20:00 UTC by Jesse Glick
Modified: 2011-12-10 12:05 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 Jesse Glick 2011-12-07 20:00:53 UTC
select p from instanceof org.netbeans.api.project.Project p

returns no results when

select p from org.netbeans.modules.apisupport.project.NbModuleProject p

does.
Comment 1 Tomas Hurka 2011-12-08 16:59:35 UTC
Heap dump does not provide information about implementors of an interface.
Comment 2 Jesse Glick 2011-12-08 17:26:26 UTC
OK. I will update the OQL help accordingly.
Comment 3 Tomas Hurka 2011-12-08 17:43:55 UTC
(In reply to comment #2)
> OK. I will update the OQL help accordingly.

Thanks!
Comment 4 Quality Engineering 2011-12-10 12:05:36 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/3608685bcf50
User: Jesse Glick <jglick@netbeans.org>
Log: Noting #206108: instanceof does not work on interfaces.