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 196011 - [OQL] The limit of the number of the displayed OQL query results should be adjustable
Summary: [OQL] The limit of the number of the displayed OQL query results should be ad...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords: VISUALVM
Depends on:
Blocks:
 
Reported: 2011-02-25 15:22 UTC by J Bachorik
Modified: 2011-03-02 07: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 J Bachorik 2011-02-25 15:22:48 UTC
The limit of the number of the displayed OQL query results should not be hardwired. Since it is not a parameter a typical user will change often it is sufficient to introduce a system property holding the limit.
Comment 1 J Bachorik 2011-02-25 15:35:03 UTC
fixed http://hg.netbeans.org/profiler-main/rev/c2b6496536f6
Comment 2 J Bachorik 2011-02-25 15:37:04 UTC
The system property used to limit the number of the displayed results is

OQLController.limitResults
Comment 3 Quality Engineering 2011-03-02 07:05:52 UTC
Integrated into 'main-golden', will be available in build *201103020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c2b6496536f6
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #196011: Using a system property to define the limit for the number of OQL query results being displayed