Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.修改ObjectUtil类;2.修复WildcardMatcher.matchPath方法的bug;3.单元测试兼容windows #555

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 27, 2017

  1. 1.ObjectUtil.toPrettyString添加对char数组的处理;2.ObjectUtil.toPrettyString对O…

    …bject数组的处理修改为直接调用Arrays.toString(Object[] a)
    hxy1991 committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    3b4b709 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2017

  1. windows下的File.separatorChar返回的是"\\",不包含"/",在windows进行WildcardMatcher.…

    …matchPath("/a/b/c/dd", "/a/*/dd")会返回true。
    hxy1991 committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    276d254 View commit details
    Browse the repository at this point in the history
  2. 单元测试兼容windows

    hxy1991 committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    9bdbc4b View commit details
    Browse the repository at this point in the history