Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete reuse space #1539

Open
wants to merge 79 commits into
base: main
Choose a base branch
from

feat: introduced modification counter to avoid read of statistics whe…

4bba47d
Select commit
Loading
Failed to load commit list.
Open

Delete reuse space #1539

feat: introduced modification counter to avoid read of statistics whe…
4bba47d
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Feb 20, 2025 in 0s

3 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 1
- Added 3
           

Complexity increasing per file
==============================
- engine/src/main/java/com/arcadedb/engine/LocalBucket.java  5
- engine/src/main/java/com/arcadedb/query/sql/parser/CheckDatabaseStatement.java  1
- engine/src/main/java/com/arcadedb/graph/MutableEdge.java  4
- engine/src/main/java/com/arcadedb/database/TransactionContext.java  4
         

Clones added
============
- engine/src/main/java/com/arcadedb/database/TransactionContext.java  2
         

Clones removed
==============
+ engine/src/main/java/com/arcadedb/graph/EdgeLinkedList.java  -2
         

See the complete overview on Codacy

Annotations

Check notice on line 94 in engine/src/main/java/com/arcadedb/engine/LocalBucket.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

engine/src/main/java/com/arcadedb/engine/LocalBucket.java#L94

The enum name 'REUSE_SPACE_MODE' doesn't match '[A-Z][a-zA-Z0-9]*'

Check warning on line 1178 in engine/src/main/java/com/arcadedb/engine/LocalBucket.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

engine/src/main/java/com/arcadedb/engine/LocalBucket.java#L1178

Avoid unused method parameters such as 'originalRID'.

Check notice on line 1331 in engine/src/main/java/com/arcadedb/engine/LocalBucket.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

engine/src/main/java/com/arcadedb/engine/LocalBucket.java#L1331

Unnecessary use of fully qualified name 'Binary.LONG_SERIALIZED_SIZE' due to existing static import 'com.arcadedb.database.Binary.LONG_SERIALIZED_SIZE'