Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SLI-1751 Enable analysis for Jupyter when plugin is enabled #1269

Merged
merged 1 commit into from
Dec 17, 2024

SLI-1751 Enable analysis for Jupyter when plugin is enabled

3e7b6fc
Select commit
Loading
Failed to load commit list.
Merged

SLI-1751 Enable analysis for Jupyter when plugin is enabled #1269

SLI-1751 Enable analysis for Jupyter when plugin is enabled
3e7b6fc
Select commit
Loading
Failed to load commit list.
Cirrus CI / validate_windows succeeded Dec 17, 2024 in 8m 15s

Task Summary

Task successfully finished!

Details

✅ 00:02 clone
✅ 00:26 gradle
✅ 07:36 build
✅ 00:04 cleanup_gradle
✔️ 00:00 reports
✔️ 00:00 junit
✔️ 00:00 slack_notification
✅ 00:00 Upload 'gradle' cache

Annotations

Check failure on line 93 in src\test\java\org\sonarlint\intellij\trigger\SonarLintCheckinHandlerTests.java

See this annotation in the file changed.

@cirrus-ci cirrus-ci / validate_windows

src\test\java\org\sonarlint\intellij\trigger\SonarLintCheckinHandlerTests.java#L93

org.sonarlint.intellij.trigger.SonarLintCheckinHandlerTests.testNoUnresolvedIssues()
Raw output
org.mockito.exceptions.verification.NoInteractionsWanted: 
No interactions wanted here:
-> at org.sonarlint.intellij.trigger.SonarLintCheckinHandlerTests.testNoUnresolvedIssues(SonarLintCheckinHandlerTests.java:93)
But found these interactions on mock 'sonarLintToolWindow':
-> at org.sonarlint.intellij.core.BackendService$refreshTaintVulnerabilities$2.invoke$lambda$2(BackendService.kt:888)
Actually, above is the only interaction with this mock.
	at org.sonarlint.intellij.trigger.SonarLintCheckinHandlerTests.testNoUnresolvedIssues(SonarLintCheckinHandlerTests.java:93)
	at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at [email protected]/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.sonarlint.intellij.RunInEdtInterceptor$interceptTestMethod$$inlined$runInEdtAndWait$1.run(EdtTestUtil.kt:25)
	at com.intellij.testFramework.EdtTestUtil.lambda$runInEdtAndWait$1(EdtTestUtil.java:40)
	at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:209)
	at com.intellij.openapi.application.TransactionGuardImpl.access$100(TransactionGuardImpl.java:21)
	at com.intellij.openapi.application.TransactionGuardImpl$1.run(TransactionGuardImpl.java:191)
	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:813)
	at com.intellij.openapi.application.impl.ApplicationImpl$3.run(ApplicationImpl.java:429)
	at com.intellij.openapi.application.impl.LaterInvocator$1.run(LaterInvocator.java:97)
	at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:74)
	at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:114)
	at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:36)
	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:779)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:730)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:724)
	at [email protected]/java.security.AccessController.doPrivileged(AccessController.java:399)
	at [email protected]/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:749)
	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:909)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:756)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$5(IdeEventQueue.java:437)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:772)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:436)
	at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:113)
	at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:615)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:434)
	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:813)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:480)
	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:92)