Click here to Skip to main content
15,889,874 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: False selection... PinPopular
Stryder_111-Oct-10 3:35
Stryder_111-Oct-10 3:35 
GeneralRe: False selection... Pin
CDP180211-Oct-10 3:46
CDP180211-Oct-10 3:46 
GeneralRe: False selection... Pin
lordofawesome11-Oct-10 3:46
lordofawesome11-Oct-10 3:46 
GeneralRe: False selection... Pin
Stryder_111-Oct-10 6:34
Stryder_111-Oct-10 6:34 
GeneralRe: False selection... Pin
lordofawesome11-Oct-10 6:35
lordofawesome11-Oct-10 6:35 
GeneralRe: False selection... Pin
ely_bob12-Oct-10 3:42
professionalely_bob12-Oct-10 3:42 
GeneralRe: False selection... Pin
ely_bob12-Oct-10 3:40
professionalely_bob12-Oct-10 3:40 
GeneralRe: False selection... Pin
David Skelly11-Oct-10 3:55
David Skelly11-Oct-10 3:55 
What you have posted here is exactly what DisplayMode's equals method does, so you could replace the whole lot with:

return mode1.equals(mode2);


You can't get much simpler than that.

But that is not what the original code does. The original code takes BIT_DEPTH_MULTI and REFRESH_RATE_UNKNOWN into account, which your code and the equals method does not.
GeneralRe: False selection... Pin
lordofawesome11-Oct-10 4:23
lordofawesome11-Oct-10 4:23 
GeneralRe: False selection... Pin
David Skelly11-Oct-10 4:57
David Skelly11-Oct-10 4:57 
GeneralRe: False selection... Pin
lordofawesome11-Oct-10 5:40
lordofawesome11-Oct-10 5:40 
GeneralRe: False selection... Pin
ely_bob12-Oct-10 3:43
professionalely_bob12-Oct-10 3:43 
GeneralRe: False selection... Pin
ely_bob12-Oct-10 3:39
professionalely_bob12-Oct-10 3:39 
GeneralRe: False selection... Pin
lordofawesome12-Oct-10 4:23
lordofawesome12-Oct-10 4:23 
GeneralRe: False selection... Pin
ely_bob12-Oct-10 5:13
professionalely_bob12-Oct-10 5:13 
GeneralRe: False selection... Pin
James H12-Oct-10 4:02
James H12-Oct-10 4:02 
GeneralRe: False selection... Pin
LockH12-Oct-10 4:13
LockH12-Oct-10 4:13 
GeneralRe: False selection... Pin
waldemar.sauer@aitmetis.com12-Oct-10 7:51
waldemar.sauer@aitmetis.com12-Oct-10 7:51 
GeneralRe: False selection... Pin
lordofawesome12-Oct-10 8:26
lordofawesome12-Oct-10 8:26 
GeneralRe: False selection... Pin
waldemar.sauer@aitmetis.com12-Oct-10 8:44
waldemar.sauer@aitmetis.com12-Oct-10 8:44 
GeneralRe: False selection... Pin
lordofawesome12-Oct-10 8:49
lordofawesome12-Oct-10 8:49 
GeneralRe: False selection... Pin
waldemar.sauer@aitmetis.com12-Oct-10 9:06
waldemar.sauer@aitmetis.com12-Oct-10 9:06 
GeneralRe: False selection... Pin
lordofawesome12-Oct-10 9:16
lordofawesome12-Oct-10 9:16 
GeneralRe: False selection... Pin
calamus7712-Oct-10 17:55
calamus7712-Oct-10 17:55 
GeneralRe: False selection... Pin
lordofawesome12-Oct-10 23:24
lordofawesome12-Oct-10 23:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.