samuelcampos / usbdrivedetector

A Java library to get a list of all usb storage devices connected to the computer.
MIT License
128 stars 46 forks source link

Errors in the workspace after checkout master #30

Closed endaobrien closed 4 years ago

endaobrien commented 4 years ago

I get lots of errors when I check out master (53 to be exact).

e.g.

log cannot be resolved AbstractStorageDeviceDetector.java /usbdrivedetector/src/main/java/net/samuelcampos/usbdrivedetector/detectors line 83 Java Problem

there are lots of these on log lines. also other errors.

samuelcampos commented 4 years ago

This project is using the project Lombok (https://projectlombok.org/) which writes some of the Java code for you, given some annotations. Your IDE needs a plugin to understand those annotations.

endaobrien commented 4 years ago

Ah, I see. So Its not a bug. Thanks for the response.