Skip to main content
Inspiring
November 8, 2010
Answered

Copyright Header missing in mxml?

  • November 8, 2010
  • 1 reply
  • 1191 views

Hi,

How does one correct the violation "Copyright header info is missing" in an mxml file?  We do have a copyright header in all our mxml files, but they are not being picked up by FlexPMD.  Does it look for a specific copyright header?

Thanks

This topic has been closed for replies.
Correct answer Nash_Nashad

Hi,

If you still having the same issue, try removing the space in between

Not Good:

<?xml version="1.0" encoding="utf-8"?>

<!--

-->

Good

<?xml version="1.0" encoding="utf-8"?>

<!--

-->

1 reply

Nash_NashadCorrect answer
Participant
December 14, 2010

Hi,

If you still having the same issue, try removing the space in between

Not Good:

<?xml version="1.0" encoding="utf-8"?>

<!--

-->

Good

<?xml version="1.0" encoding="utf-8"?>

<!--

-->