Fixed bugzilla references
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353620 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2c31ef7631
commit
96fe7f273b
@ -49,7 +49,7 @@ extends VariantTypeException
|
||||
HexDump.toHex(variantType) + "). If you want support for " +
|
||||
"this variant type in one of the next POI releases please " +
|
||||
"submit a request for enhancement (RFE) to " +
|
||||
"<http://nagoya.apache.org/bugzilla/>! Thank you!");
|
||||
"<http://issues.apache.org/bugzilla/>! Thank you!");
|
||||
}
|
||||
|
||||
|
||||
|
@ -212,7 +212,7 @@ public class TestFormulaParser extends TestCase {
|
||||
|
||||
/**
|
||||
* Bug Reported by xt-jens.riis@nokia.com (Jens Riis)
|
||||
* Refers to Bug <a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17582">#17582</a>
|
||||
* Refers to Bug <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=17582">#17582</a>
|
||||
*
|
||||
*/
|
||||
public void testNonAlphaFormula(){
|
||||
|
@ -18,16 +18,15 @@
|
||||
|
||||
package org.apache.poi.hssf.usermodel;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.apache.poi.poifs.filesystem.POIFSFileSystem;
|
||||
import org.apache.poi.util.TempFile;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.FileInputStream;
|
||||
import java.io.FileOutputStream;
|
||||
import java.io.IOException;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
import org.apache.poi.poifs.filesystem.POIFSFileSystem;
|
||||
import org.apache.poi.util.TempFile;
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
@ -128,7 +127,7 @@ public class TestNamedRange
|
||||
/**
|
||||
* Reads an excel file already containing a named range.
|
||||
* <p>
|
||||
* Addresses Bug <a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9632" target="_bug">#9632</a>
|
||||
* Addresses Bug <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=9632" target="_bug">#9632</a>
|
||||
*/
|
||||
public void testNamedRead() throws IOException
|
||||
{
|
||||
@ -169,7 +168,7 @@ public class TestNamedRange
|
||||
/**
|
||||
* Reads an excel file already containing a named range and updates it
|
||||
* <p>
|
||||
* Addresses Bug <a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16411" target="_bug">#16411</a>
|
||||
* Addresses Bug <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=16411" target="_bug">#16411</a>
|
||||
*/
|
||||
public void testNamedReadModify() throws IOException
|
||||
{
|
||||
@ -256,7 +255,7 @@ public class TestNamedRange
|
||||
/**
|
||||
* Test case provided by czhang@cambian.com (Chun Zhang)
|
||||
* <p>
|
||||
* Addresses Bug <a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13775" target="_bug">#13775</a>
|
||||
* Addresses Bug <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=13775" target="_bug">#13775</a>
|
||||
* @throws IOException
|
||||
*/
|
||||
public void testMultiNamedRange()
|
||||
|
Loading…
Reference in New Issue
Block a user