[MCOMPILER-485] Fixes internal string format in generated package-info.class by dbwiddis · Pull Request #95 · apache/maven-compiler-plugin (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@dbwiddis

@dbwiddis

The internal package string in the class file should contain a forward slash

@dbwiddis

Per JLS 4.2.1 if the file separator character is not a forward slash, replace it

@dbwiddis

Javadocs for org.objectweb.asm.ClassVisitor specify "The methods of this class must be called in the following order: visit [ visitSource ] ..."

@olamy olamy added the bug

Something isn't working

label

Feb 16, 2022

@basil basil mentioned this pull request

Mar 8, 2022

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

Labels

bug

Something isn't working