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
bind
andbindAll
- Different contexts, and missing
withError
- Idiomatic usage of
ensure
andensureNotNull
Potentially wrong usages:
- Potential escape of
Raise
context - Incorrect usage of
Atomic
with primitive types - Matching on
Eval
values directly
General fixes:
- 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.