conorH22/bike-rental

View on GitHub
src/main/java/com/csharp/bikerental/persistence/model/TwoWheel/EScooter.java

Summary

Maintainability
A
2 hrs
Test Coverage

EScooter has 22 methods (exceeds 20 allowed). Consider refactoring.
Open

@Entity
public class EScooter extends Scooter implements Rechargeable {

    @Id
    @GeneratedValue(strategy = GenerationType.AUTO)

    There are no issues that match your filters.

    Category
    Status