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 223477 - [Inspect] The Browse Inspection dialog it too narrow
Summary: [Inspect] The Browse Inspection dialog it too narrow
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
: 235321 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-12-07 12:57 UTC by Jiri Prox
Modified: 2014-02-20 03:03 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screen shot (23.31 KB, image/png)
2012-12-07 12:57 UTC, Jiri Prox
Details
Does not resize properly (17.33 KB, image/png)
2013-02-08 19:16 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2012-12-07 12:57:28 UTC
Created attachment 129044 [details]
screen shot

The browse Inspection dialog is too narrow.

Steps to reproduce:
1) call Inspect
2) select single inspection 
3) click on Browse



Product Version: NetBeans IDE Dev (Build 201212050001)
Java: 1.7.0_10; Java HotSpot(TM) 64-Bit Server VM 23.6-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_10-b18
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
User directory: C:\Users\jprox\AppData\Roaming\NetBeans\dev
Cache directory: C:\Users\jprox\AppData\Local\NetBeans\Cache\dev
Comment 1 markiewb 2013-02-08 19:16:29 UTC
Created attachment 131171 [details]
Does not resize properly

The dialog does resize properly when Findbugs is selected.
See screenshot.

Product Version: NetBeans IDE Dev (Build 201301190001)
Java: 1.7.0_11; Java HotSpot(TM) 64-Bit Server VM 23.6-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_11-b21
System: Windows 7 version 6.1 running on amd64; Cp1252; de_DE (nb)
Comment 2 markiewb 2013-02-08 19:17:15 UTC
(In reply to comment #1)
> The dialog does resize properly when Findbugs is selected.
> See screenshot.

Typo:
The dialog does NOT resize properly when Findbugs is selected.
Comment 3 MackSix 2014-02-15 19:34:15 UTC
Now this only occurs when you select a findbugs single inspect.
Comment 4 MackSix 2014-02-15 19:45:45 UTC
This ought to be a P2 according to bug guidelines. 

"Window does not resize dynamically to show all of it - not need to resize window (doesn't apply when using --fontsize)"

Findbugs is only working with JDK 7.

Product Version: NetBeans IDE Dev (Build 201402150001)
Java: 1.8.0; Java HotSpot(TM) 64-Bit Server VM 25.0-b69
Runtime: Java(TM) SE Runtime Environment 1.8.0-b128
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 5 MackSix 2014-02-15 19:46:20 UTC
*** Bug 235321 has been marked as a duplicate of this bug. ***
Comment 6 Svata Dedic 2014-02-18 13:42:22 UTC
Fixed in jet-main#f25b1aa60fcc


The fix is partially in findbugs integration module, cc:ing owner.
Comment 7 Quality Engineering 2014-02-20 03:03:48 UTC
Integrated into 'main-silver', will be available in build *201402200001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f25b1aa60fcc
User: Svata Dedic <sdedic@netbeans.org>
Log: #223477: findbugs panel pre-sized to avoid jumps. Relayout after the contents has been loaded. Minor fixes in initial scrolling/setup