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 271030 - [90cat] Goto Type malfunction
Summary: [90cat] Goto Type malfunction
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-04 09:18 UTC by muellermi
Modified: 2017-07-04 09:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (152.95 KB, text/plain)
2017-07-04 09:18 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2017-07-04 09:18:50 UTC
Product Version = NetBeans IDE Dev (Build 201707030001)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_131
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.131-b11

Reproducibility: Happens sometimes, but not always

STEPS:
  * Ctrl+O
  * paste name of class

ACTUAL:
  class not found

EXPECTED:
  class found

Narrative: 
We use Checkstyle to report problems. Output is something like this:

--- maven-checkstyle-plugin:2.17:check (checkstyle) @ DataPortal ---
There are 3 errors reported by Checkstyle 7.7 with checkstyle-int-config.xml ruleset.
src\main\java\org\inek\dataportal\feature\calculationhospital\EditCalcBasicsDrg.java:[1] (sizes) FileLength: Datei ist 1,371 Zeilen lang (Obergrenze ist 800).
src\main\java\org\inek\dataportal\feature\calculationhospital\EditCalcBasicsPepp.java:[1] (sizes) FileLength: Datei ist 838 Zeilen lang (Obergrenze ist 800).
src\main\java\org\inek\dataportal\feature\certification\CertGrouperResults.java:[1] (sizes) FileLength: Datei ist 899 Zeilen lang (Obergrenze ist 800).

The fastest way to edit one of theses files is to copy its name from Checkstyle's output and to use "goto type" {Ctrl+O}. For some files, this will display an empty list. 
I set the reproducibitilty to "Happens sometimes, but not allways". If a class is not listed, the bug happens always, but not to all classes."Happens on some some files, but not all files"
The bug might depend on the file size

*** Same feature works fine within NetBeans 8.2 ***
Comment 1 muellermi 2017-07-04 09:18:56 UTC
Created attachment 164687 [details]
IDE log