All entries for Monday 23 January 2006

January 23, 2006

What on Earth is this?

So I mistakenly wrote the following code:


    private <List>ContentFetcher getContentFetchers() {
        return null;
    }

instead of

    private List <ContentFetcher> getContentFetchers() {
        return null;
    }

and guess what Eclipse moaned about? Nothing, absolutely nothing. Code completion shows that the method returns a ContentFetcher, so what does "" do? Apparantly nothing :)

Weird ;)

OK, go on then smarty pants and tell me what it is doing :)


January 2006

Mo Tu We Th Fr Sa Su
Dec |  Today  | Feb
                  1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31               

Search this blog

Tags

Galleries

Most recent comments

  • Interesting… While I'm not completely convinced in such microbenchmarks, I'm pretty sure that 1ms … by Alexander Snaps on this entry
  • Hello. I bought the book yesterday. I was trying to find the source code for chapter 11 and chapter … by Suleman on this entry
  • http://woosight.net/account/login?username=demo by live mashup demo on this entry
  • Thanks mate ….. This blog was really helpful. by Maaz Hurzuk on this entry
  • Ty. Not directly helpful for my problem, but pointed me in the right direction. You will also get th… by Mike E. on this entry

Blog archive

Loading…
Not signed in
Sign in

Powered by BlogBuilder
© MMXXIII