yole
02/05/2016, 3:27 PMmikehearn
02/05/2016, 3:28 PMyole
02/05/2016, 3:28 PMmikehearn
02/05/2016, 3:28 PMcedric
02/05/2016, 6:17 PMyole
02/05/2016, 6:21 PMyole
02/05/2016, 6:22 PMyole
02/05/2016, 6:22 PMcedric
02/05/2016, 6:23 PMyole
02/05/2016, 6:23 PMcedric
02/05/2016, 6:23 PMyoavst
02/08/2016, 4:39 PMhttp://i.imgur.com/MnhKti1.png▾
yoavst
02/08/2016, 4:39 PMyole
02/08/2016, 4:40 PMyole
02/08/2016, 4:40 PMyoavst
02/08/2016, 5:20 PMcompile project(':api')
on gradleyoavst
02/08/2016, 5:25 PMhttp://i.imgur.com/XKMTfWZ.png▾
yole
02/08/2016, 5:35 PMyoavst
02/08/2016, 8:15 PMyole
02/08/2016, 8:18 PMyoavst
02/08/2016, 8:19 PMyoavst
02/08/2016, 8:20 PM<orderEntry type="module" module-name="api" exported="" />
yole
02/08/2016, 8:20 PMyoavst
02/08/2016, 8:21 PM.idea/libraries/
called api_api.xml
yoavst
02/08/2016, 8:21 PMyoavst
02/08/2016, 8:23 PM<component name="libraryTable">
<library name="api.api">
<CLASSES>
<root url="jar://$PROJECT_DIR$/api/build/libs/api.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
yole
02/08/2016, 8:23 PMyoavst
02/08/2016, 8:24 PMyoavst
02/09/2016, 1:52 PMkirillrakhman
02/09/2016, 2:06 PMException
CallingClass: non existent line
CallingClass: line where the class definition begins
Clicking on non existent line
will take me to the definition of the inlined method but now there's no link that will take me to the actuall call of the inlined method. I think there's not much that can be done from the compiler point of view, but shouldn't IDEA at least ask me if I wanted to be taken to the call or the definition of the inlined method?