You are not logged in. Lock_open    

Video: 'Incompatible Types (Eclipse)'

Incompatible Types (Eclipse) Time: 1:05
Average:
  • Currently 3.1/5 Stars from 61 ratings
  •  
  •  
  •  
  •  
  •  
61 ratings
Your Rating:
  • Currently 0.0/5 Stars from 61 ratings
  • 1
  • 2
  • 3
  • 4
  • 5
Categories: Conditional Compile Error Loop Eclipse
Narration language: Gb English
Flash_icon Watch Online 5.09Mb
Quicktime_small Download 1.58Mb (Right-click and select 'save as')

Description:

What to do when you see an incompatible types compiler error in a loop condition or in the condition of an if statement.

Shows the effect of using equals (=) instead of equalsequals (==), causing an assignment when you intend to have a equality comparison.



Leave a comment about this video...

What others are saying

kuestegg @ October 28, 2007 23:41

Good way to freshen up on the difference between assignment operators and comparison operators

bruckect @ October 25, 2007 23:28

Easily explains how to fix the incompatible types error that I seem to experience quite often while coding in eclipse.