Commit ad7dac6
committed
[MCOMPILER-485] Call ClassWriter#visit before ClassWriter#visitSource
Javadocs for org.objectweb.asm.ClassVisitor specify "The methods of this
class must be called in the following order: visit [ visitSource ] ..."1 parent ce63338 commit ad7dac6
File tree
1 file changed
+1
-1
lines changed- src/main/java/org/apache/maven/plugin/compiler
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1369 | 1369 | | |
1370 | 1370 | | |
1371 | 1371 | | |
1372 | | - | |
1373 | 1372 | | |
1374 | 1373 | | |
1375 | 1374 | | |
| 1375 | + | |
1376 | 1376 | | |
1377 | 1377 | | |
1378 | 1378 | | |
| |||
0 commit comments