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

Summary: [OQL] The limit of the number of the displayed OQL query results should be adjustable
Product: profiler Reporter: J Bachorik <yardus>
Component: BaseAssignee: J Bachorik <yardus>
Status: RESOLVED FIXED    
Severity: normal Keywords: VISUALVM
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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