Different helpers related to Arrow libraries.
This is a list of implemented and planned inspections. When possible, the plug-in also offers a fix for the problem.
Related to Raise:
- Missing
bindandbindAll - Different contexts, and missing
withError - Idiomatic usage of
ensureandensureNotNull - Potential escape of
Raisecontext - Gutter icons for calls using
Raise
Related to Eval:
- Matching on
Evalvalues directly - Gutter icons for
laterandalways
Related to atomics:
- Incorrect usage of
Atomicwith primitive types
Related to serialization:
- Missing serializer for an Arrow type
Open the project in IntelliJ, or run ./gradlew runIde from the command line.
On the first run, an entire IntelliJ IDEA is downloaded, so it can take quite some time.
Copyright (C) 2024 The Arrow Authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

