Latest News

 










The 10 most common bugs

Previous slide Next slide Back to first slide View graphic version


The 10 most common bugs


 
My other sites

Latest News

 










The 10 most common bugs

  • Missing ( ) [ ] : Unpredictable error messages

  • Forgotten Imports : Class not Found

  • A Class for an Object: Method not found (if not static)

  • Spelling mistake : Various error messages

  • Wrong Signature : Wrong type of Arguments

  • Return nothing = void: Invalid method declaration

  • Wrong equality : Incompatible type for if

  • Endless loops : Program seems to be hanged

  • Many public classes : Public class x must be defined in a file called ”x.java"

  • Trusting your code without testing!

Previous slide Next slide Back to first slide View graphic version