-
### Submission Rules
- [X] I have read the README.md and understand the submission rules
### No Unity or Java Games
- [X] This game is NOT made in Unity and does not contain a libunity.so
- [X] Thi…
-
## Issue Description
Type: *bug report*
### Describe what happened (or what feature you want)
When calling the saveAll InMemoryRuleRepositoryAdapter () method, can clear rules of the origi…
-
What steps will reproduce the problem?
Run a Spock test with a PowerMockRule
```
@PrepareForTest([Class1, Class2])
class MyTest extends Specification {
@Rule PowerMockRule powerMockRule
…
-
```
What steps will reproduce the problem?
1. define the comparison between two tables in the oracle 10g
2. execute the diffkit
What is the expected output? What do you see instead?
The comparison re…
-
```
What steps will reproduce the problem?
1. define the comparison between two tables in the oracle 10g
2. execute the diffkit
What is the expected output? What do you see instead?
The comparison re…
-
```
What steps will reproduce the problem?
1. define the comparison between two tables in the oracle 10g
2. execute the diffkit
What is the expected output? What do you see instead?
The comparison re…
-
**Description:**
App freezes when i'm calling dismiss() function from dialog which built with MaterialAlertDialogBuilder. In case of AlertDialog.Builder() it's okay. Also somehow problem appears only…
-
Hello, when we use the library for environment variable into a JUnit 4 (4.13.2 version) test case, a warning log is thrown as:
WARNING: An illegal reflective access operation has occurred
WARNING:…
-
This is the input:
```
person.age
```
And this is the grammar:
```antlr
start : expr EOF { System.out.println($expr.txt); };
expr returns[String txt]
: IDENT { $txt = $IDENT.text; }…
-
```
I'm getting an exception when using PowerMockRule for a test class extending
from AbstractTransactionalJUnit4SpringContextTests.
This test works:
@ContextConfiguration(locations="/meta-inf/spr…