[MCOMPILER-485] Fixes internal string format in generated package-info.class by dbwiddis · Pull Request #95 · apache/maven-compiler-plugin (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Conversation
The internal package string in the class file should contain a forward slash
Per JLS 4.2.1 if the file separator character is not a forward slash, replace it
Javadocs for org.objectweb.asm.ClassVisitor specify "The methods of this class must be called in the following order: visit [ visitSource ] ..."
Something isn't working
label
basil mentioned this pull request
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
Something isn't working