Sagar Khurana

Results 49 issues of Sagar Khurana

This is a screenshot of the plugin installed ![Screenshot from 2021-09-01 18-26-40](https://user-images.githubusercontent.com/50016799/131675154-b0d6847a-3cd4-46fe-95b0-671f6b3f5226.png) and it's not showing any Dracula option in Appearance

### Overview Converted the [ConfigDescriptionTest](https://github.com/hellosagar/robolectric/blob/17acf502049f162ab30deb83d3bb8f51c30013a9/resources/src/test/java/org/robolectric/res/android/ConfigDescriptionTest.kt) from java to kotlin. ### Proposed Changes In this, I've basically removed the java version `ConfigDescriptionTest` and added the kotlin version.

### Overview [InvalidBlockTag](https://errorprone.info/bugpattern/InvalidBlockTag) - This tag is invalid. ### Proposed Changes Fixed the invalid tags in the Javadoc, mainly found two issues: - Escape the `@` in the Javadoc properly....

### Overview [UnusedVariable](https://errorprone.info/bugpattern/UnusedVariable) - The presence of an unused variable may indicate a bug. This check highlights private fields and parameters which are unused and can be safely removed without...

### Overview [EmptyBlockTag](https://google.github.io/styleguide/javaguide.html#s7.1.3-javadoc-block-tags) - This tag is invalid. ### Proposed Changes For this, I've added the description for the empty tags.

### Overview Eliminated the [AlmostJavadoc](https://errorprone.info/bugpattern/AnnotateFormatMethod) across the entire project from error-prone warnings. ### Proposed Changes Added the changes in the following files to fix the error-prone warning - [CppApkAssets.java](https://github.com/robolectric/robolectric/compare/master...hellosagar:almostjavadoc-warning-fix?expand=1#diff-63779c53fd92fe4eea8da36ee86c8ee5035b73234e4818d9b95f0398ae5de984) -...

### Overview Converted the [InjectorTest](https://github.com/hellosagar/robolectric/blob/d3330686a32c89f44e6e5d2b7ef5bab83843bfb0/utils/src/test/java/org/robolectric/util/inject/InjectorTest.kt) from java to kotlin. ### Proposed Changes In this, I've basically removed the java version `InjectorTest` and added the kotlin version. ### Current issue -...

### Overview Eliminated the [AnnotateFormatMethod](https://errorprone.info/bugpattern/AnnotateFormatMethod) across the entire project. ### Proposed Changes Added the changes in the following files to fix the error-prone warning - [Asset.java](https://github.com/robolectric/robolectric/compare/master...hellosagar:annotate-format-method-warning-fix?expand=1#diff-44e9f48ffcff0d656e07849a5a4a98c21efd1bb1751c24aa56fc528392c4dc01) - [AttributeResolution.java](https://github.com/robolectric/robolectric/compare/master...hellosagar:annotate-format-method-warning-fix?expand=1#diff-b56eec5dd95db47a23a731b3eb1b3586f1e7867917ad542766eb2f5e585512e2) - [AttributeResolution10.java](https://github.com/robolectric/robolectric/compare/master...hellosagar:annotate-format-method-warning-fix?expand=1#diff-3930f55797eab3fea048baf3c70ec8bcbfdc5518abd4558275ff92f516681946)...

### Overview Converted the [ActivityDataTest](https://github.com/hellosagar/robolectric/blob/5a6dccbf32480b7d87639a1b0f64aeddf6fa3453/resources/src/test/java/org/robolectric/manifest/ActivityDataTest.kt) from java to kotlin. ### Proposed Changes In this, I've basically removed the java version `ActivityDataTest` and added the kotlin version.

### Overview Converted the [MetaDataTest](https://github.com/hellosagar/robolectric/blob/727c8a59a9176d168e0daf2667355ce1727a057d/resources/src/test/java/org/robolectric/manifest/MetaDataTest.kt) from java to kotlin. ### Proposed Changes In this, I've basically removed the java version `MetaDataTest` and added the kotlin version.