Max Rydahl Andersen [
https://community.jboss.org/people/maxandersen] created the
discussion
"Re: Hibernate tools - Reverse Engineering - Issue with ID class equals method for
BigDecimal fields"
To view the discussion, visit:
https://community.jboss.org/message/761203#761203
--------------------------------------------------------------
Hi Purna,
The repository is at
https://github.com/hibernate/hibernate-tools
https://github.com/hibernate/hibernate-tools
https://help.github.com/articles/fork-a-repo https://help.github.com/articles/fork-a-repo
explains how you fork a repository and
https://help.github.com/articles/be-social
https://help.github.com/articles/be-social shows how to create Pull request.
The code is plain Maven project you can import into Eclipse with m2e installed or some
other IDE that understands maven.
You can build the project by running "mvn clean install -DskipTest" (of course
remove the -DskipTest to run the unit tests)
You can probably add a test into
https://github.com/hibernate/hibernate-tools/blob/master/src/test/org/hib...
https://github.com/hibernate/hibernate-tools/blob/master/src/test/org/hib...
that tests your case.
Welcome to being able to contribute - we are also in #jbosstools on irc if looking for
help, but if not finding it there just post here.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/761203#761203]
Start a new discussion in JBoss Tools at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]