J.K.L

Results 9 issues of J.K.L

I wrote a helper class: ```java package trikita.anvil.constraint; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.constraint.ConstraintLayout; import android.support.constraint.ConstraintSet; import android.support.constraint.Guideline; import android.view.View; import com.android.Action; import com.android.widget.ConstraintLayoutUtils; import trikita.anvil.Anvil; import trikita.anvil.Anvil.AttributeSetter; import trikita.anvil.Anvil.Renderable;...

The method "onDetachedFromWindow" of RenderableView is called twice,this will cause some exceptions. For example, RecyclerView will throw NullPointerException, for mGapWorker was set to null at the first time.

**Describe the issue** Execution failed for task ':**:processDebugManifest'. > java.io.FileNotFoundException: **\build\intermediates\library_manifest\debug\AndroidManifest.xml (系统找不到指定的路径。) aar:conductor **Build Environment** - Operating System: Win10 - Gradle Plugin Version:4.2.0 - Gradle Version: 7.0 - Fat-aar Version:1.3.5

#### 问题详细描述 Detailed description of the problem groovy.lang.MissingPropertyException: No such property: scope for class: com.android.build.gradle.internal.variant.ApplicationVariantData 使用gradle plugin 4.0.2没有这个问题 #### 复现问题步骤 Steps to reproduce the problem 1. 2. #### 其它重要信息 Other...

gradle dependencies: implementation 'io.github.mkpaz:atlantafx-base:2.0.1' implementation 'io.github.mkpaz:atlantafx-styles:2.0.1' Stacktrace: java.lang.NoSuchMethodError: atlantafx.base.controls.BreadcrumbsSkin.snapSizeX(D)D at atlantafx.base.controls.BreadcrumbsSkin.computeMinWidth(BreadcrumbsSkin.java:91)

enhancement
wontfix

### Is there an existing issue? - [x] I have searched [existing issues](https://github.com/objectbox/objectbox-java/issues) ### Build info - ObjectBox version: [4.0.3] - OS: [Android ] - Device/ABI/architecture: [arm64-v8a ] ### Steps...

bug

### Is there an existing issue? - [ ] I have searched [existing issues](https://github.com/objectbox/objectbox-java/issues) ### Build info - ObjectBox version: [4.0.3] - OS: [Android ] - Device/ABI/architecture: [arm64-v8a ] ###...

bug

### Is there an existing issue? - [x] I have searched [existing issues](https://github.com/objectbox/objectbox-java/issues) ### Use case ``` class Entity { var ids: LongArray? = null } fun QueryBuilder.filter(id: Long) {...

enhancement