Shad Storhaug

Results 94 issues of Shad Storhaug

Java has a package-private scope that is visible to all code within the same "package" (namespace) that .NET is lacking. This scope is often leveraged in Java tests. We currently...

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug The API documentation is failing to build. The website is...

is:bug
docs
pri:high

[System properties](https://github.com/apache/lucenenet/issues/307) are supposed to be prefixed with `lucene:` when using environment variables. And when you do, it works. However, if you forget and specify them like you would in...

is:bug
pri:normal

### Is there an existing issue for this? - [X] I have searched the existing issues ### Task description This attribute exists in `LuceneTestCase`, but does not currently function. The...

up-for-grabs
testability
is:feature
pri:normal
is:task

### Is there an existing issue for this? - [X] I have searched the existing issues ### Task description This test was ported and added in #786 (to close #768)....

up-for-grabs
is:bug
test-failure
pri:normal
is:task

In Java it is common to use the `File` or `Path` object as a parameter to methods, as they are accepted as parameters of stream constructors and many other places....

is:enhancement
pri:normal

Anonymous classes are suffixed `AnonymousClass`. In Java, [anonymous classes](https://docs.oracle.com/javase/tutorial/java/javaOO/anonymousclasses.html) are declared inline, so there is no other code that can interact with them. However, many of these classes (such as...

up-for-grabs
good-first-issue
is:enhancement
hacktoberfest-accepted

IKVM adds more than 1 GB of NuGet dependencies and has a big impact on the length of a build. So, we should add some caching so the build server...

Project Infrastructure
performance
testability
pri:high

IKVM adds more than 1 GB of NuGet dependencies and has a big impact on the length of a build. So, we should add some caching so the build server...

Project Infrastructure
performance
testability
pri:high

This appears to be a rare edge case, as it hasn't come up before. But then, we have only recently added tests for .NET 7.0. These tests failed on ubuntu-latest...

up-for-grabs
help-wanted
is:bug
test-failure
pri:normal