Skip to main content



      Home
Home » Eclipse Projects » GEF » Compiler/Language question
Compiler/Language question [message #6591] Fri, 31 May 2002 16:35 Go to next message
Eclipse UserFriend
Originally posted by: none.ibm.com

If I have the code:

if (control != null && !control.isDisposed())

Does the java language require that if the first condition fails that the
second condition is *never* evaluated?
Re: Compiler/Language question [message #6610 is a reply to message #6591] Fri, 31 May 2002 16:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.ibm.com

http://java.sun.com/docs/books/jls/second_edition/html/expre ssions.doc.html#
5247
Yup. Just my dumb question for Friday.
Re: Compiler/Language question [message #6628 is a reply to message #6591] Fri, 31 May 2002 16:47 Go to previous message
Eclipse UserFriend
By definition of && and ||.

"Randy Hudson" <none@ibm.com>
Previous Topic:JDT Snippet says: Missing code implementation in the compiler
Next Topic:New download fixes Integrated help problems (again)
Goto Forum:
  


Current Time: Fri May 23 21:25:48 EDT 2025

Powered by FUDForum. Page generated in 0.07243 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top