Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. Description Resource Path Location Type
  2. character cannot be resolved CharacterList.java /LixemuGame/src/common/in/account line 17 Java Problem
  3. CharacterDeleted cannot be resolved to a type DeleteCharacter.java /LixemuGame/src/common/in/account line 20 Java Problem
  4. CharacterDeleted cannot be resolved to a type DeleteCharacter.java /LixemuGame/src/common/in/account line 23 Java Problem
  5. CharactersList cannot be resolved to a type CharacterList.java /LixemuGame/src/common/in/account line 22 Java Problem
  6. CharactersList cannot be resolved to a type DeleteCharacter.java /LixemuGame/src/common/in/account line 18 Java Problem
  7. Implicit super constructor PacketIn() is undefined for default constructor. Must define an explicit constructor CharacterList.java /LixemuGame/src/common/in/account line 7 Java Problem
  8. Implicit super constructor PacketIn() is undefined for default constructor. Must define an explicit constructor DeleteCharacter.java /LixemuGame/src/common/in/account line 6 Java Problem
  9. Map cannot be resolved to a type CharacterList.java /LixemuGame/src/common/in/account line 11 Java Problem
  10. The constructor Boost() is undefined PacketHandler.java /LixemuGame/src/common/in line 22 Java Problem
  11. The left-hand side of an assignment must be a variable CharacterList.java /LixemuGame/src/common/in/account line 15 Java Problem
  12. The public type ClientKey must be defined in its own file CharacterList.java /LixemuGame/src/common/in/account line 7 Java Problem
  13. The return type is incompatible with PacketIn.execute(String) CharacterList.java /LixemuGame/src/common/in/account line 10 Java Problem
  14. The return type is incompatible with PacketIn.execute(String) DeleteCharacter.java /LixemuGame/src/common/in/account line 9 Java Problem
  15. This method must return a result of type Character GameThread.java /LixemuGame/src/game line 5389 Java Problem
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement