Shiblu

Results 6 issues of Shiblu

**Problem** Refactoring Miner was not able to detect that `getData` was extracted from `dataAttr` **Steps to Reproduce** 1. Go to https://github.com/mkshiblu/practice/commit/d521357223d71fb57dba9d61afbe84a6d2672ac5 2. Run the chrome extension **Observed Behavior** - No...

wontfix

**Problem** Refactoring Miner was not able to detect that variable *d* was renamed to *responseData*. **Steps to Reproduce** 1. Go to https://github.com/mkshiblu/practice/commit/b582281fe26daf8a4b8247e63fce7b9690ef24f0 2. Run the chrome extension **Observed Behavior** -...

**Problem** Refactoring Miner was not able to detect that *stringifyFn()* was extracted from *extractArgs()*. **Steps to Reproduce** 1. Go to https://github.com/mkshiblu/practice/commit/e6c793bfa5c087e41d1d32af87757411ca96b08b 2. Run the chrome extension **Observed Behavior** - No...

duplicate

#### Problem **Q1:** Move Operation **cssMatcher** to *Matchers.java* file. True or False? **Q2:** Move Operation **toEqualData** and **toEqualError**, to *Matchers.java* file. True or False? #### Steps to Reproduce 1. Go...

**Platform:** - OS: [Android] - Device: [AndroidEmulator] - Sdk version: [Android SDK 29] - MAUI: [.net70-android] **Describe the bug** If an underlined tab is hidden via its IsVisible="False", its side...

good first issue

**Describe the bug** On StatefulGridHanlder.iOS.cs, if a checkbox has a tapped event handler without a command, it crashes because of not using null check ```````csharp //// TODO: Fix working of...