Programmer245 / IS24-AM32

Software Engineering Project - Bachelor of Computer Engineering (PoliMi)
0 stars 0 forks source link

Fixed code for class Card, class Match, and class Player #12

Closed Programmer245 closed 6 months ago

ingconti commented 6 months ago

I see COMPLIER errors!

Am I wrong?

/Users/ingconti/IdeaProject/IS24-AM32/src/test/java/it/polimi/ingsw/am32/model/card/pointstrategy/AllSpecialTest.java:10:15 java: constructor Field in class it.polimi.ingsw.am32.model.field.Field cannot be applied to given types; required: it.polimi.ingsw.am32.model.card.NonObjectiveCard,boolean found: no arguments reason: actual and formal argument lists differ in length

lorenzo-cmyk commented 6 months ago

No, you're right: the code had errors at compile time. My colleague @Programmer245 solved the problem in another branch whose merge we will do shortly. https://github.com/Programmer245/IS24-AM32/actions/runs/8472050073