Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes #2226

Merged
merged 8 commits into from
Feb 14, 2018
Merged

Minor fixes #2226

merged 8 commits into from
Feb 14, 2018

Conversation

Raycoms
Copy link
Contributor

@Raycoms Raycoms commented Feb 14, 2018

Closes #2223
Closes #2224
Closes #2219
Closes #2219
Closes #2213
Closes #2217

Changes proposed in this pull request:

  • Fixes constructiontape being placed on workLoad
  • Fixes issues with deleted structures
  • Protects buildings from being detected as trees
  • Reduces particle effects
  • Reports block position if tool is not good enough.

Review please

((AbstractJobStructure) job).getStructure().rotate(rotateTimes, world, position, isMirrored ? Mirror.FRONT_BACK : Mirror.NONE);
((AbstractJobStructure) job).getStructure().setPosition(position);
}
catch(final NullPointerException ex)

Choose a reason for hiding this comment

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

MAJOR Avoid catching NullPointerException. rule

@BuildTeamLinter
Copy link

SonarQube analysis reported 89 issues

  • CRITICAL 6 critical
  • MAJOR 72 major
  • MINOR 8 minor
  • INFO 3 info

Watch the comments in this conversation to review them.

Top 10 extra issues

Note: The following issues were found on lines that were not modified in the pull request. Because these issues can't be reported as line comments, they are summarized here:

  1. CRITICAL AbstractBuilding.java#L230: Remove this call from a constructor to the overridable "setupRsDataStore" method. rule
  2. CRITICAL AbstractBuilding.java#L1367: Remove usage of generic wildcard type. rule
  3. CRITICAL AbstractBuilding.java#L1437: Remove usage of generic wildcard type. rule
  4. CRITICAL AbstractBuilding.java#L1468: Remove usage of generic wildcard type. rule
  5. CRITICAL AbstractBuilding.java#L1480: Remove usage of generic wildcard type. rule
  6. CRITICAL AbstractBuilding.java#L1583: Remove usage of generic wildcard type. rule
  7. MAJOR blocks#: Add a 'package-info.java' file to document the 'blocks' package rule
  8. MAJOR gui#: Add a 'package-info.java' file to document the 'gui' package rule
  9. MAJOR render#: Add a 'package-info.java' file to document the 'render' package rule
  10. MAJOR colony#: Add a 'package-info.java' file to document the 'colony' package rule

@ldtteam ldtteam deleted a comment Feb 14, 2018
@ldtteam ldtteam deleted a comment Feb 14, 2018
@Raycoms Raycoms merged commit 657ab29 into version/1.12 Feb 14, 2018
@Raycoms Raycoms deleted the minor-fixes branch February 14, 2018 15:45
Raycoms added a commit that referenced this pull request Feb 14, 2018
Fixes constructiontape being placed on workLoad
Fixes issues with deleted structures
Protects buildings from being detected as trees
Reduces particle effects
Reports block position if tool is not good enough.
Raycoms added a commit that referenced this pull request Feb 14, 2018
* Open GUI on server-side, not client-side (#2195)

Changes proposed in this pull request:

Get rid of evil comment.
Change gui open from client-side to server-side. (Fixes #2194)

* fix the smelter (#2189)

Rewrite of Smelter and cook to gain more stability.
Also fixes the hitboxes of the new construction-tape.

* fixe herders spawn egg problem and cycling recipes (#2202)

* Feature/better builder (#2209)

Fixes message concurrency issues
Fixes timberframe issues
Fixes dumping issues

* 1.11/last-changes: Auto stash before cherrypick of "fix the smelter (#2189)"

* fix compile issues

* Minor fixes (#2226)

Fixes constructiontape being placed on workLoad
Fixes issues with deleted structures
Protects buildings from being detected as trees
Reduces particle effects
Reports block position if tool is not good enough.
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