Mojira Archive
MC-100493

Grammar mistake in Minecraft crash reports

The bug

In Minecraft's crash reports, there is a grammar mistake:

A detailed walkthrough of the error, its code path and all known details is as follows:

This should be changed to one of the following:

1. "Detailed walkthrough", "code path", and "all known details" are all subjects.

A detailed walkthrough of the error, its code path, and all known details are as follows:

2. "Code path" and "all known details" are appositives that rename "detailed walkthrough". Only "detailed walkthrough" is the subject. In other words, the "detailed walkthrough" is the "code path" and "all known details".

A detailed walkthrough of the error, its code path and all known details, is as follows:

3. "Error", "code path", and "all known details" are all objects of the preposition "of".

A detailed walkthrough of the error, its code path, and all known details is as follows:

Code analysis

Minecraft 1.9, decompiled via MCP 9.24 beta

The method net.minecraft.crash.CrashReport.getCompleteReport() contains the problematic string.