homberghp commented on PR #8568:
URL: https://github.com/apache/netbeans/pull/8568#issuecomment-4153887446

   Stacktrace
   
   ```text
        at 
org.netbeans.modules.refactoring.java.test.RefactoringTestBase.verifyContent(RefactoringTestBase.java:131)
        at 
org.netbeans.modules.refactoring.java.test.RenameRecordTest.testRenameComponent1(RenameRecordTest.java:64)
        at 
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at 
org.netbeans.modules.refactoring.java.test.RefactoringTestBase.runTest(RefactoringTestBase.java:489)
        at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:84)
        at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:489)
        at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:410)
        at java.base/java.lang.Thread.run(Thread.java:1583)
   ```
   
   In this NetBeans internal test, the 'goto source' action lands me on line 
`RefactoringTestBase.java:489`, where it should land on 
`renameRecordTest.java:64`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to