cannot find symbol SobolRSG in SobolChartSample.java

Bug #1209949 reported by Nishant Ranjan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
JQuantLib
New
Medium
Unassigned

Bug Description

There was build failure in jquantlib-samples
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<dir>\JQuantLib\jquantlib-samples\src\main\java\org\jquantlib\samples\SobolChartSample.java:[18,39] cannot find symbol
symbol : class SobolRSG
location: package org.jquantlib.math.randomnumbers

problem is that SobolChartSample refers to SobolRsg with incorrect case 'SobolRSG' [in uppercase] instead of 'SobolRsg'[lowercase].

==================
Steps to Reproduce
==================
mvn install in jqunatlib-samples

Tags: samples
Revision history for this message
Barys Ilyushonak (iba-org) wrote :

it looks like that it is solved. The code contains:
import org.jquantlib.math.randomnumbers.SobolRsg;

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.