Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / miha-x64/mikes_idea_extensions issues and pull requests
#62 - Bug: handling "Useless resource element" of "invisible paths", it might ruin the VectorDrawable
Issue -
State: open - Opened by AndroidDeveloperLB 2 months ago
#61 - Request: Plugin support K2 Mode
Issue -
State: open - Opened by waffiqaziz 3 months ago
#60 - Weird substring() argument "2"
Issue -
State: closed - Opened by maximk0 4 months ago
#59 - Request: Compose colors
Issue -
State: closed - Opened by mtrakal 10 months ago
- 3 comments
#58 - Request: offer inspection to replace indexOfFirst with alternatives if possible
Issue -
State: open - Opened by AndroidDeveloperLB about 1 year ago
- 1 comment
#57 - NoClassDefFoundError: com/android/tools/idea/ui/resourcechooser/ColorPicker
Issue -
State: closed - Opened by mtrakal about 1 year ago
Labels: bug
#56 - Request: add inspection for manifest "queries", to tell when some entries there are completely identical
Issue -
State: open - Opened by AndroidDeveloperLB about 1 year ago
- 2 comments
#55 - Bug: when the plugin is used, some inspections of the IDE don't work anymore
Issue -
State: closed - Opened by AndroidDeveloperLB over 1 year ago
- 10 comments
#54 - How to improve the code to avoid "heavyweight property delegation" hint.
Issue -
State: closed - Opened by danny-su over 1 year ago
- 3 comments
#53 - Wrong inline hint.
Issue -
State: closed - Opened by danny-su over 1 year ago
- 1 comment
Labels: invalid
#52 - Fix `Heavyweight property delegation` warning
Issue -
State: closed - Opened by jonrysimbolon over 1 year ago
- 2 comments
Labels: question
#51 - Bug: false positive warning of "Appending nullable value to StringBuilder " being shown on something that has no null value
Issue -
State: closed - Opened by AndroidDeveloperLB over 1 year ago
- 2 comments
#50 - how do i use this on hedgehog canary please help
Issue -
State: closed - Opened by Osanosa over 1 year ago
- 8 comments
Labels: help wanted
#49 - Request: add inspection of using "entries" for enum classes
Issue -
State: closed - Opened by AndroidDeveloperLB over 1 year ago
- 5 comments
#48 - Request: add inspections for things that look useless in VectorDrawable (stroke, fill)
Issue -
State: closed - Opened by AndroidDeveloperLB almost 2 years ago
- 8 comments
#47 - Request: add more inspections in layout XML for removing layout configurations that aren't needed
Issue -
State: open - Opened by AndroidDeveloperLB almost 2 years ago
#46 - Request: add warning when a padding/margin seem to be used to override, but actually doesn't do anything
Issue -
State: closed - Opened by AndroidDeveloperLB almost 2 years ago
- 6 comments
#45 - Request: add inspection to add ID for scrolling Views, such as NestedScrollView
Issue -
State: closed - Opened by AndroidDeveloperLB almost 2 years ago
- 2 comments
#44 - Request: add inspection to save the result of Cursor.getColumnIndex , especially when done in a loop
Issue -
State: open - Opened by AndroidDeveloperLB about 2 years ago
#43 - Request: add inspection for replacing nullable/non-nullable parameter of functions, when it seems it's used as such
Issue -
State: open - Opened by AndroidDeveloperLB about 2 years ago
#42 - Bug: false positive of "Use of reflective ObjectAnimator/PropertyValuesHolder" for GradientDrawable and customized classes too
Issue -
State: closed - Opened by AndroidDeveloperLB about 2 years ago
- 14 comments
#41 - False positive "Useless resource element" ignoring fillAlpha
Issue -
State: closed - Opened by PhilipDukhov about 2 years ago
- 1 comment
#40 - Request: add inspection of reaching SomeEnum.values()[someIndex]
Issue -
State: open - Opened by AndroidDeveloperLB about 2 years ago
- 4 comments
#39 - Add the ability to disable a specific hint
Issue -
State: closed - Opened by PhilipDukhov about 2 years ago
- 1 comment
Labels: bug
#38 - Bug: when ObjectAnimator is created outside of current code block, there are false-positive warnings of not starting it
Issue -
State: closed - Opened by AndroidDeveloperLB over 2 years ago
- 3 comments
#37 - Request: add Android inspection that makes sure ViewModel subclasses aren't set as private classes
Issue -
State: open - Opened by AndroidDeveloperLB over 2 years ago
#37 - Request: add Android inspection that makes sure ViewModel subclasses aren't set as private classes
Issue -
State: open - Opened by AndroidDeveloperLB over 2 years ago
#36 - Request: add Android inspection to make preferences callbacks a bit shorter
Issue -
State: closed - Opened by AndroidDeveloperLB over 2 years ago
- 9 comments
#35 - Request: in Kotlin, offer inspection to replace negative hex values of colors to positive ones
Issue -
State: open - Opened by AndroidDeveloperLB over 2 years ago
#34 - Request: offer styling intention of function returning value directly, making the code shorter
Issue -
State: closed - Opened by AndroidDeveloperLB over 2 years ago
- 4 comments
#33 - Request: offer intention of removing useless annotations of JvmStatic, JvmField, JvmOverloads...
Issue -
State: open - Opened by AndroidDeveloperLB over 2 years ago
#32 - Request: add inspection of suggesting to add annotations of WorkerThread/UiThread/AnyThread based on usage
Issue -
State: open - Opened by AndroidDeveloperLB over 2 years ago
- 2 comments
#31 - Bug: false positive of "Nullable argument to string concatenation" inspection
Issue -
State: closed - Opened by AndroidDeveloperLB over 2 years ago
- 2 comments
Labels: bug
#30 - Bug: inspection to remove/merge margins/padding doesn't seem to work
Issue -
State: closed - Opened by AndroidDeveloperLB over 2 years ago
- 8 comments
#29 - Overdraw detection ignores clip-paths leading to false-positives
Issue -
State: closed - Opened by AndroidDeveloperLB over 2 years ago
- 1 comment
Labels: bug
#28 - Bug: "Invisible path" inspection always (or most of the times) incorrect
Issue -
State: closed - Opened by AndroidDeveloperLB over 2 years ago
- 7 comments
Labels: bug
#27 - Request: read colours in json files
Issue -
State: closed - Opened by NZPIF over 2 years ago
- 2 comments
#26 - Bug: causes the IDE to always stay on "Analyzing" for many/all classes
Issue -
State: closed - Opened by AndroidDeveloperLB over 2 years ago
- 21 comments
Labels: bug
#25 - fix: incorrect behavior with inset tag
Pull Request -
State: closed - Opened by vadiole over 2 years ago
#24 - Request: add inspection of having @UiThread (or similar annotations) to the overridden functions
Issue -
State: open - Opened by AndroidDeveloperLB almost 3 years ago
- 2 comments
#23 - Request: for each inspection, add checkbox to offer to show it only when it has quick-fixes
Issue -
State: open - Opened by AndroidDeveloperLB almost 3 years ago
#22 - Request: offer inspection for Kotlin, to avoid comment-block that ends with code in the same line
Issue -
State: closed - Opened by AndroidDeveloperLB almost 3 years ago
- 3 comments
Labels: enhancement, wontfix
#21 - Request: add inspection to replace imports of static functions and turn them back into "SomeClass.staticFunction"
Issue -
State: closed - Opened by AndroidDeveloperLB almost 3 years ago
- 2 comments
Labels: enhancement, wontfix
#20 - Bug: inspection of "Reflective property animation" doesn't have quick-fix anymore on v0.21
Issue -
State: closed - Opened by AndroidDeveloperLB almost 3 years ago
- 8 comments
#19 - Request: for Kotlin, offer remove un-needed `?` and `!!` when you see `?)!!`
Issue -
State: open - Opened by AndroidDeveloperLB almost 3 years ago
- 2 comments
#18 - Request: add inspection to replace `arrayOf(0,1,2)` with `intArrayOf(0,1,2)`
Issue -
State: closed - Opened by AndroidDeveloperLB almost 3 years ago
- 8 comments
Labels: enhancement
#17 - Possible bug about `Replace '!!' with '?: return'` : incorrect and turned on forever
Issue -
State: closed - Opened by AndroidDeveloperLB almost 3 years ago
- 2 comments
#16 - Request: offer to merge margins/padding when possible, into horizontal/vertical/all
Issue -
State: closed - Opened by AndroidDeveloperLB almost 3 years ago
- 25 comments
Labels: enhancement
#15 - Request: add inspection of strings, to warn about possible duplicates
Issue -
State: closed - Opened by AndroidDeveloperLB about 3 years ago
- 4 comments
Labels: question
#14 - Question: What's the reason for the inspection of "Atomic can be replaced with volatile" ?
Issue -
State: closed - Opened by AndroidDeveloperLB about 3 years ago
- 6 comments
Labels: question
#13 - Request: for Kotlin, offer to replace View.setVisibility to View.isVisible and similar cases
Issue -
State: open - Opened by AndroidDeveloperLB about 3 years ago
- 6 comments
Labels: enhancement
#12 - Question: How do you use the "Reflective property animation " inspection?
Issue -
State: closed - Opened by AndroidDeveloperLB about 3 years ago
- 5 comments
Labels: bug
#11 - Request: for Kotlin, offer to replace "interface" with "fun interface" when possible
Issue -
State: open - Opened by AndroidDeveloperLB about 3 years ago
- 10 comments
Labels: enhancement, wontfix
#10 - Request: offer to replace `TextUtils.isEmpty()` with Kotlin's `isNullOrEmpty()`
Issue -
State: closed - Opened by AndroidDeveloperLB about 3 years ago
- 6 comments
Labels: enhancement
#9 - Request: just like we have "Kotlin Interoperability" inspection to help with null-ness annotations, offer one to tell us when it seems ready
Issue -
State: open - Opened by AndroidDeveloperLB about 3 years ago
- 2 comments
Labels: enhancement, wontfix
#8 - Request: use "@RequiresApi" instead of "@androidx.annotation.RequiresApi" as annotation
Issue -
State: closed - Opened by AndroidDeveloperLB about 3 years ago
- 3 comments
#7 - java.lang.NoSuchMethodError: 'java.util.List org.jetbrains.uast.UDeclaration.getAnnotations()'
Issue -
State: closed - Opened by BorzdeG over 3 years ago
- 1 comment
#6 - ktNoinlineFunc appears on valid (?) code
Issue -
State: closed - Opened by BorzdeG almost 5 years ago
- 1 comment
#5 - migrate off deprecated API in EditorCustomElementRenderer
Pull Request -
State: closed - Opened by JB-Dmitry about 5 years ago
- 1 comment
#4 - Add a setting, show method override from superclass hint
Issue -
State: closed - Opened by amihusb about 5 years ago
- 2 comments
#3 - Add a wiki with inspection descriptions
Issue -
State: closed - Opened by BorzdeG over 5 years ago
- 1 comment
#2 - BigDecimal inspections
Pull Request -
State: closed - Opened by stokito over 5 years ago
#1 - cleanups
Pull Request -
State: closed - Opened by stokito over 5 years ago