When exploring a code, sometimes you end up in a decompiled code from a JAR for which there's no source code attached. Previously you had to:
1. go find the source JAR on the Web
2. download it to your disk
3. go to your project structure settings
4. attach the JAR to the library of interest
A bit …