native icon indicating copy to clipboard operation
native copied to clipboard

name conflict issue

Open glanium opened this issue 2 weeks ago • 0 comments

Generating java.io.CharBuffer binding causes conflicts.

Error: Can't declare a member that conflicts with an inherited one. bool hasArray() {

Error: Can't declare a member that conflicts with an inherited one. JObject get array {

and so on

output:
  dart:
    structure: single_file
    path: lib/gen/nio.dart

classes:
  - 'java.nio.CharBuffer'

dependencies:
   jni: ^0.15.2
dev_dependencies:
  jnigen: ^0.15.0

[✓] Flutter (Channel stable, 3.38.1, on Microsoft Windows [Version 10.0.26200.7171], locale ja-JP) [✓] Windows Version (11 Pro 64-bit, 25H2, 2009) [✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0) [✓] Chrome - develop for the web [✓] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.14.16) [✓] Connected device (4 available) [✓] Network resources

glanium avatar Nov 18 '25 11:11 glanium