From issues at jboss.org Sat Apr 30 20:56:00 2016 Content-Type: multipart/mixed; boundary="===============6720504689022078477==" 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:56:00 -0400 Message-ID: In-Reply-To: JIRA.12617714.1462064122000@Atlassian.JIRA --===============6720504689022078477== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Darryl Miles created JBIDE-22283: ------------------------------------ Summary: revgen *.java emitter does not escape java keyword 'r= eturn' as variable name 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 name
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) --===============6720504689022078477==--