Skip to content

Conversation

@XRater
Copy link
Owner

@XRater XRater commented Mar 22, 2018

No description provided.

private final int dx;
private final int dy;

@SuppressWarnings("WeakerAccess")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Почему используется этот supression вместо действительного понижения видимости?

break;
case STATS:
newScene = statsScene.getScene();
newHandler = statsScene.getHandler();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

default?


import static org.junit.jupiter.api.Assertions.assertTrue;

class MainTest {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Тестов на модель (без UI) явно не хватает, -2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants