Reflection warning introduced in CLJ-1259

Description

The patch for CLJ-1259 addressed the reflection warnings in pprint. However, a different ticket introduced some new code in between when this patch was written and applied and thus there is a new reflection warning produced in the Clojure build:

[java] Reflection warning, clojure/pprint/pretty_writer.clj:419:12 - call to method write can't be resolved (target class is unknown).

This ticket is to address that one newly introduced case to remove the warning.

Patch: clj-1827-v1.patch
Screened by: Alex Miller

Environment

1.8.0-beta1

Attachments

1
  • 15 Oct 2015, 04:23 PM

Activity

Show:

Andy Fingerhut October 15, 2015 at 4:23 PM

Patch clj-1827-v1.patch dated Oct 15 2015 eliminates the one reflection warning in pretty_writer.clj.

Completed

Details

Assignee

Reporter

Approval

Ok

Patch

Code

Priority

Affects versions

Fix versions

Created October 13, 2015 at 10:56 PM
Updated October 27, 2015 at 7:06 PM
Resolved October 27, 2015 at 7:06 PM