-
Notifications
You must be signed in to change notification settings - Fork 22
METHOD_CALL, CONSTRUCTOR_CALL, TYPE, does not match when using imports with * #211
Copy link
Copy link
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.priority/critical-urgentHighest priority. Must be actively worked on as someone's top priority right now.Highest priority. Must be actively worked on as someone's top priority right now.team/insights-discoveryRelated to insights discoveryRelated to insights discoverytriage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Milestone
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.priority/critical-urgentHighest priority. Must be actively worked on as someone's top priority right now.Highest priority. Must be actively worked on as someone's top priority right now.team/insights-discoveryRelated to insights discoveryRelated to insights discoverytriage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
✅ Done
Regression from 2b5a89d
java.io.(File|FileWriter|FileReader|FileInputStream|FileOutputStream)Does not match here https://github.com/konveyor-ecosystem/book-server/blob/main/src/main/java/com/telran/application/model/BookModel.java#L17 due to import
import java.io.*;