Skip to content

泛型方法的?需要特殊处理一下,否则无法正常渲染 #23

@billyle

Description

@billyle

示例方法

public static boolean isEmpty(Collection<?> collection) {
		return (collection == null || collection.isEmpty()) ;
		
}

目前生成结果

component comxxx.util.CollectionUtils as " Miscellaneous collec\n framework.\n CollectionUtils" {
  component com.xxx.util.CollectionUtils_isEmpty_Collection_?__ as " Return true if the s\n or empty. Otherwise,\n +S isEmpty(Collection<?>)"
}

需要去掉CollectionUtils_isEmpty_Collection_?__中的问号才能正常渲染

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions