Skip to content

get class name from entry name not path#27

Open
qiaoyanfei wants to merge 1 commit into
hydraxman:masterfrom
qiaoyanfei:master
Open

get class name from entry name not path#27
qiaoyanfei wants to merge 1 commit into
hydraxman:masterfrom
qiaoyanfei:master

Conversation

@qiaoyanfei

Copy link
Copy Markdown

No description provided.

byte[] sourceClassBytes = IOUtils.toByteArray(inputStream);
if (entryName.endsWith(".class")) {
className = Util.path2Classname(entryName)
className = entryName.replace("/", ".").replace(".class", "")

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@qiaoyanfei 请问做这个修改的意图是什么?

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

感谢参与!抱歉一直没有关注PR。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants