>"The local variable x is never read" Isso eh pq vc criou uma variavel q nao eh lida/usada.
Como esta seu codigo, posta um pequeno trecho ai. []'s On Tue, Apr 6, 2010 at 3:59 PM, Romulo Freires <[email protected]>wrote: > gostaria de saber se alguém sabe contornar um pequeno erro que deixa a > mensagem "The local variable x is never read" > > esse problema é referente a lista 1, onde eu criei a classe Pessoa. > > mas quando faço algo do tipo, testando a classe > > Pessoa x = new Pessoa() > > O eclipse acusa o erro na leitura da variavel x > > -- > You received this message because you are subscribed to the Google Groups > "Comp 2 - Geral" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<comp2-geral%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/comp2-geral?hl=en. > > -- Zaedy Dantas Sayão Graduando em Ciência da Computação DCC/UFRJ http://www.manufato.com.br/ MSN: [email protected] -- You received this message because you are subscribed to the Google Groups "Comp 2 - Geral" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/comp2-geral?hl=en.
