This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-09-06 08:00:18 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
747caef971762830f672ea8046598e838dfde7e7
openide
/
java
/
java-tests
/
testData
/
codeInspection
/
blockingCallsDetection
T
History
…
..
annotations.xml
Blocking calls detection inspection created (IDEA-173248)
2018-08-22 13:59:40 +03:00
Blocking.java
[blocking calls detection] IDEA-310256: handle implicit constructor calls
2023-01-12 17:36:33 +00:00
NonBlocking.java
[blocking calls detection] IDEA-310256: handle implicit constructor calls
2023-01-12 17:36:33 +00:00
TestBlockingConstructor.java
[blocking calls detection] IDEA-310256: handle implicit constructor calls
2023-01-12 17:36:33 +00:00
TestClassAnnotationsDetection.java
[java] Consider @Blocking and @NonBlocking on classes in BlockingMethodInNonBlockingContextInspection
2021-09-05 16:21:13 +00:00
TestExternalAnnotationsDetection.java
[reactive-streams] IDEA-277288 Provide better explanation for 'inappropriate method call'
2021-09-02 14:03:25 +00:00
TestSimpleAnnotationsDetection.java
[reactive-streams] IDEA-277288 Provide better explanation for 'inappropriate method call'
2021-09-02 14:03:25 +00:00
TestThrowsTypeDetection.java
…