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 268518

Summary: Jump to Source from Test Results window FAILS
Product: ide Reporter: aplatypus <aplatypus>
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal Keywords: TEST, UI
Priority: P3    
Version: -FFJ-   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log
screenshot for test window matching error

Description aplatypus 2016-10-14 02:24:02 UTC
Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_102
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.102-b14

Reproducibility: Happens every time

STEPS:
  * I have unit test scripts using Spock on Groovy
  * Run tests -- Must ensure there is at least one failing test
  * When test results show right-click on the Failing test  (screenshot supplied)
  * See a [go to source] button
  * Click on button

ACTUAL:
  nothing happens

EXPECTED:
  Expect to jump to the line of code reported in the output window - Line 163 of TripFilterSpecification

  Text example:
  -----
groovy.lang.MissingMethodException: No signature of method: au.com.fourtel.fourabs.trip.TripFilter.getFromTimeMilliseconds() is applicable for argument types: () values: []
Possible solutions: getFromTimeInMilliseconds(), getFromTimeInSeconds(), getToTimeInMilliseconds()
	at au.com.fourtel.fourabs.trip.TripFilterSpecification.ReadFromParcel must be same as Initial TripFilter(TripFilterSpecification.groovy:163)
  -----
Comment 1 aplatypus 2016-10-14 02:24:11 UTC
Created attachment 162499 [details]
IDE log
Comment 2 aplatypus 2016-10-14 02:25:56 UTC
Created attachment 162500 [details]
screenshot for test window matching error