Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.0
-
Fix Version/s: 1.8.1, 1.9-beta-1
-
Component/s: JSON
-
Labels:None
-
Number of attachments :
Description
JsonSlurper.java has parseText() and parse() with package-private instead of public visibility.
IntelliJ rightfully reports a warning when trying to use them.
Already fixed in 1.8.1 and 1.9-beta-1 (not released yet).