From issues at jboss.org Sat Apr 30 20:58:00 2016 Content-Type: multipart/mixed; boundary="===============0175132315532244694==" MIME-Version: 1.0 From: Darryl Miles (JIRA) To: jbosstools-issues at lists.jboss.org Subject: [jbosstools-issues] [JBoss JIRA] (JBIDE-22283) revgen *.java emitter does not escape java keyword 'return' as variable name Date: Sat, 30 Apr 2016 20:58:00 -0400 Message-ID: In-Reply-To: JIRA.12617714.1462064123000@Atlassian.JIRA --===============0175132315532244694== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/JBIDE-22283?page=3Dcom.atlassian.jir= a.plugin.system.issuetabpanels:all-tabpanel ] Darryl Miles updated JBIDE-22283: --------------------------------- Description: = revgen *.java emitter does not escape java keyword 'return' as variable name
The expected output would be: private Return _return; but actual output is: private Return return; was: revgen *.java emitter does not escape java keyword 'return' as variable name
The expected output would be: private Return _return; but actual output is: private Return return; > revgen *.java emitter does not escape java keyword 'return' as variable n= ame > -------------------------------------------------------------------------= --- > > Key: JBIDE-22283 > URL: https://issues.jboss.org/browse/JBIDE-22283 > Project: Tools (JBoss Tools) > Issue Type: Bug > Components: hibernate > Affects Versions: 4.3.x > Environment: Eclipse Mars > Reporter: Darryl Miles > > revgen *.java emitter does not escape java keyword 'return' as variable n= ame > > > > > > >
> The expected output would be: > private Return _return; > but actual output is: > private Return return; -- This message was sent by Atlassian JIRA (v6.4.11#64026) --===============0175132315532244694==--