Skip to content

Instantly share code, notes, and snippets.

View adideas's full-sized avatar
💭
(ಠ_ಠ)

Alexey Vlasov adideas

💭
(ಠ_ಠ)
View GitHub Profile
@adideas
adideas / IntellijIdeaResourceLoader.java
Last active April 13, 2024 07:55
Intellij Idea Resource Loader - "Resources not found in plugin" (Intelij Idea) (idea plugin) (java)! It may not be the best solution, but it works. resource loading even in unit tests.
import io.github.classgraph.ClassGraph;
import io.github.classgraph.ResourceList;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
/**
* This work in (JUnit, Jar, etc.)