Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 278825

Summary: Expressions - boolean logic wrong with 5 operands
Product: [Eclipse Project] JDT Reporter: James ffolliott <jamieff>
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: darin.eclipse
Version: 3.4   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard: stalebug

Description James ffolliott CLA 2009-06-02 12:41:05 EDT
Build ID: I20080617-2000

Steps To Reproduce:
Add a watch expression:
!(true || false || false || false || false)
results to: true (wrong)

Add a watch expression:
!(true || false || false || false)
results to: false (correct)

Add a watch expression:
!(true || false || false)  && !(false || false)
results to: false (correct)

Therefore there's a limit of 4 operands in a boolean expression to get the correct result?
Comment 1 Eclipse Genie CLA 2019-11-08 20:10:47 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.