buntarb / closure-stylesheets

Automatically exported from code.google.com/p/closure-stylesheets
Apache License 2.0
0 stars 0 forks source link

SourceCodeLocation is not copied when you clone a CssRulesetNode #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When we do a deep copy of the CssTree, the SourceCodeLocation field of the 
CssRulesetNode's are not copied.
The side effect is that when a error is reported via a GssError, we receive a 
NullPointerException instead
of the error message.

Patch attached

Original issue reported on code.google.com by julien.d...@gmail.com on 7 Apr 2014 at 4:08

Attachments: