[forge-dev] [forge/core] 28faca: Fixed a bug in setting scope to new methods

Lincoln.Baxter at lists.jboss.org Lincoln.Baxter at lists.jboss.org
Tue Jul 24 19:17:50 EDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/forge/core
  Commit: 28facae30d4113862eb3c55f82c00c73680afc53
      https://github.com/forge/core/commit/28facae30d4113862eb3c55f82c00c73680afc53
  Author: Ivan Ivanov <ivan.ivanov at sap.com>
  Date:   2012-07-23 (Mon, 23 Jul 2012)

  Changed paths:
    M parser-java-api/src/main/java/org/jboss/forge/parser/java/Visibility.java

  Log Message:
  -----------
  Fixed a bug in setting scope to new methods

When you add a method to a forge-generated class, you may specify this method's scope (private, default, protected, public). Whenever you specify a scope different than public, an exception used to be thrown.


  Commit: b0acceac790c4c4f854a11627cf5a5b4c6c9bedf
      https://github.com/forge/core/commit/b0acceac790c4c4f854a11627cf5a5b4c6c9bedf
  Author: Ivan Ivanov <ivan.ivanov at sap.com>
  Date:   2012-07-23 (Mon, 23 Jul 2012)

  Changed paths:
    M parser-java/src/test/java/org/jboss/forge/test/parser/java/MethodSignatureTest.java

  Log Message:
  -----------
  A test case for the visibility fix


  Commit: ee1675943df124702f684a7f95ca23877e150116
      https://github.com/forge/core/commit/ee1675943df124702f684a7f95ca23877e150116
  Author: Lincoln Baxter, III <lincolnbaxter at gmail.com>
  Date:   2012-07-23 (Mon, 23 Jul 2012)

  Changed paths:
    M parser-java-api/src/main/java/org/jboss/forge/parser/java/Visibility.java
    M parser-java/src/test/java/org/jboss/forge/test/parser/java/MethodSignatureTest.java

  Log Message:
  -----------
  Merge pull request #176 from ivannov/master

Fixed a bug in setting scope to new methods


Compare: https://github.com/forge/core/compare/8b9fa056f00a...ee1675943df1


More information about the forge-dev mailing list