https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61366
henricky changed:
What|Removed |Added
Severity|normal |critical
gcc dot gnu.org
Reporter: henricky.mestre at hotmail dot com
dot gnu.org
Reporter: henricky.mestre at hotmail dot com
: unassigned at gcc dot gnu.org
Reporter: henricky.mestre at hotmail dot com
Created attachment 32876
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32876&action=edit
pessoa
: unassigned at gcc dot gnu.org
Reporter: henricky.mestre at hotmail dot com
Created attachment 32875
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32875&action=edit
ddd
gcc dot gnu.org
Reporter: henricky.mestre at hotmail dot com
/**
*
* @author henri_000
*/
public class Aluno{
private String nome;
private String matricula;
private String endereco;
/**
* @return the nome
*/
public String getNome() {
return nome
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61349
henricky changed:
What|Removed |Added
CC||henricky.mestre at hotmail dot
com
at gcc dot gnu.org
Reporter: henricky.mestre at hotmail dot com
/**
*
* @author henri_000
*/
public class Aluno{
private String nome;
private String matricula;
private String endereco;
/**
* @return the nome
*/
public String getNome() {
return nome
dot gnu.org
Reporter: henricky.mestre at hotmail dot com
package Comeres.Produtos;
import Comeres.Funcionario.*;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import