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 - Jump to Source from Test Results window FAILS
Summary: Jump to Source from Test Results window FAILS
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: -FFJ-
Hardware: PC All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords: TEST, UI
Depends on:
Blocks:
 
Reported: 2016-10-14 02:24 UTC by aplatypus
Modified: 2016-10-14 02:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (106.15 KB, text/plain)
2016-10-14 02:24 UTC, aplatypus
Details
screenshot for test window matching error (59.79 KB, image/png)
2016-10-14 02:25 UTC, aplatypus
Details

Note You need to log in before you can comment on or make changes to this bug.
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