()
| 2598 | category.addCrashSectionCallable("Entity Type", new Callable<String>() |
| 2599 | { |
| 2600 | public String call() throws Exception |
| 2601 | { |
| 2602 | return EntityList.getEntityString(Entity.this) + " (" + Entity.this.getClass().getCanonicalName() + ")"; |
| 2603 | } |
| 2604 | }); |
| 2605 | category.addCrashSection("Entity ID", this.entityId); |
| 2606 | category.addCrashSectionCallable("Entity Name", new Callable<String>() |
no test coverage detected