Closed NinoDLC closed 7 years ago
The source and javadoc for this library is provided. You're likely referring to the threetenbp artifact itself which uses a qualifier on the dependency and prevents the source and javadoc from being found. This isn't a problem with this library. You should file a bug on JetBrains' YouTrack for IntelliJ IDEA for this support. Or file on threetenbp to publish source and javadoc jars for the qualified artifact to Maven Central.
On Tue, Jul 4, 2017, 9:09 AM Nino notifications@github.com wrote:
Android Studio's javadoc support is great and helpful but since it's a decompiled lib, there's no javadoc available.
Could you provide the sources with the Javadoc included so we could attach it to the decompiled lib ? :)
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JakeWharton/ThreeTenABP/issues/55, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEEEQQvV3yN7ASVoGmsqioALNIDEk-8ks5sKjmFgaJpZM4ONVUL .
Are there any workarounds that I can use in the meanwhile to be able to view source in Android Studio?
You can download the source jar and attach it manually into your IDE.
On Wed, Jul 5, 2017 at 12:15 AM Saket Narayan notifications@github.com wrote:
Are there any workarounds that I can use in the meanwhile to be able to view source in Android Studio?
— You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub https://github.com/JakeWharton/ThreeTenABP/issues/55#issuecomment-312992425, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEEEWpwfMq26kMFz9VnufWc4WuibQZiks5sKw3ggaJpZM4ONVUL .
Nope, doesn't work.
@NinoDLC make sure you download sources for ThreeTen and not ThreeTenABP.
Android Studio's javadoc support is great and helpful but since it's a decompiled lib, there's no javadoc available.
Could you provide the sources with the Javadoc included so we could attach it to the decompiled lib ? :)