Skip to content

Conversation

@dellis1972
Copy link
Contributor

Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58727

In commit 0667a2b we neglected to take into account that any
embedded libraries or environment files would be deleted when
the zip was extracted. Commit ea6b9b4 fixed the issue for the
Environment files. This commit will fix the issue for the .jar
files.

We also added a new test so this doesn't happen in future.

… build against 15.4 with dozens of javac errors 'package foo does not exist'

Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58727

In commit 0667a2b we neglected to take into account that any
embedded libraries or environment files would be deleted when
the zip was extracted. Commit ea6b9b4 fixed the issue for the
Environment files. This commit will fix the issue for the .jar
files.

We also added a new test so this doesn't happen in future.
@jonpryor jonpryor merged commit 3f3c45c into dotnet:master Aug 14, 2017
jonpryor pushed a commit that referenced this pull request Aug 14, 2017
Fixes: https://bugzilla.xamarin.com/show_bug.cgi?id=58727

In commit 0667a2b we neglected to take into account that any
embedded libraries or environment files could be deleted when
the zip was extracted. Commit ea6b9b4 fixed the issue for the
Environment files. This commit will fix the issue for the .jar
files.

We also added a new test so this doesn't happen in future.
jonpryor pushed a commit that referenced this pull request Nov 11, 2020
Fixes: #5251

Context: dotnet/java-interop@99897b2

Changes: dotnet/java-interop@c3c3575...99897b2

  * dotnet/java-interop@99897b24: [jcw-gen] Do not register static methods on an interface. (#745)
  * dotnet/java-interop@54ba3c33: [.JavaSource, .ApiXmlAdjuster] Use Nullable Reference Types (#746)
  * dotnet/java-interop@b588ef50: [java-source-utils] Add response file support (#744)

Adds a test for `static` methods on an interface that is implemented
by a class.  Our existing `static` test was an interface that only
contained `static` members, and thus we did not try to implement the
interface.

Implementing the interface exposed a JCW error.
@github-actions github-actions bot locked and limited conversation to collaborators Feb 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants