bugged stringlengths 6 599k | fixed stringlengths 10 599k | __index_level_0__ int64 0 1.13M |
|---|---|---|
public boolean build(final ArrayList<BoundedPrimitive> objects) { UI.printInfo("[KDT] KDTree settings"); UI.printInfo("[KDT] * Max Leaf Size: %d", maxPrims); UI.printInfo("[KDT] * Max Depth: %d", MAX_DEPTH); UI.printInfo("[KDT] * Traversal cost: %.2f", TRAVERSAL_COST); ... | public boolean build(final ArrayList<BoundedPrimitive> objects) { UI.printInfo("[KDT] KDTree settings"); UI.printInfo("[KDT] * Max Leaf Size: %d", maxPrims); UI.printInfo("[KDT] * Max Depth: %d", MAX_DEPTH); UI.printInfo("[KDT] * Traversal cost: %.2f", TRAVERSAL_COST); ... | 1,100,869 |
public boolean build(final ArrayList<BoundedPrimitive> objects) { UI.printInfo("[KDT] KDTree settings"); UI.printInfo("[KDT] * Max Leaf Size: %d", maxPrims); UI.printInfo("[KDT] * Max Depth: %d", MAX_DEPTH); UI.printInfo("[KDT] * Traversal cost: %.2f", TRAVERSAL_COST); ... | public boolean build(final ArrayList<BoundedPrimitive> objects) { UI.printInfo("[KDT] KDTree settings"); UI.printInfo("[KDT] * Max Leaf Size: %d", maxPrims); UI.printInfo("[KDT] * Max Depth: %d", MAX_DEPTH); UI.printInfo("[KDT] * Traversal cost: %.2f", TRAVERSAL_COST); ... | 1,100,870 |
public boolean build(final ArrayList<BoundedPrimitive> objects) { UI.printInfo("[KDT] KDTree settings"); UI.printInfo("[KDT] * Max Leaf Size: %d", maxPrims); UI.printInfo("[KDT] * Max Depth: %d", MAX_DEPTH); UI.printInfo("[KDT] * Traversal cost: %.2f", TRAVERSAL_COST); ... | public boolean build(final ArrayList<BoundedPrimitive> objects) { UI.printInfo("[KDT] KDTree settings"); UI.printInfo("[KDT] * Max Leaf Size: %d", maxPrims); UI.printInfo("[KDT] * Max Depth: %d", MAX_DEPTH); UI.printInfo("[KDT] * Traversal cost: %.2f", TRAVERSAL_COST); ... | 1,100,871 |
public boolean build(final ArrayList<BoundedPrimitive> objects) { UI.printInfo("[KDT] KDTree settings"); UI.printInfo("[KDT] * Max Leaf Size: %d", maxPrims); UI.printInfo("[KDT] * Max Depth: %d", MAX_DEPTH); UI.printInfo("[KDT] * Traversal cost: %.2f", TRAVERSAL_COST); ... | public boolean build(final ArrayList<BoundedPrimitive> objects) { UI.printInfo("[KDT] KDTree settings"); UI.printInfo("[KDT] * Max Leaf Size: %d", maxPrims); UI.printInfo("[KDT] * Max Depth: %d", MAX_DEPTH); UI.printInfo("[KDT] * Traversal cost: %.2f", TRAVERSAL_COST); ... | 1,100,872 |
public boolean build(final ArrayList<BoundedPrimitive> objects) { UI.printInfo("[KDT] KDTree settings"); UI.printInfo("[KDT] * Max Leaf Size: %d", maxPrims); UI.printInfo("[KDT] * Max Depth: %d", MAX_DEPTH); UI.printInfo("[KDT] * Traversal cost: %.2f", TRAVERSAL_COST); ... | public boolean build(final ArrayList<BoundedPrimitive> objects) { UI.printInfo("[KDT] KDTree settings"); UI.printInfo("[KDT] * Max Leaf Size: %d", maxPrims); UI.printInfo("[KDT] * Max Depth: %d", MAX_DEPTH); UI.printInfo("[KDT] * Traversal cost: %.2f", TRAVERSAL_COST); ... | 1,100,873 |
private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, ArrayList<BoundedPrimitive> tempList) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { float dx =... | private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, ArrayList<BoundedPrimitive> tempList, BuildStats stats) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { ... | 1,100,874 |
private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, ArrayList<BoundedPrimitive> tempList) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { float dx =... | private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, ArrayList<BoundedPrimitive> tempList) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { float dx =... | 1,100,875 |
private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, ArrayList<BoundedPrimitive> tempList) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { float dx =... | private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, ArrayList<BoundedPrimitive> tempList) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { float dx =... | 1,100,876 |
private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, ArrayList<BoundedPrimitive> tempList) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { float dx =... | private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, ArrayList<BoundedPrimitive> tempList) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { float dx =... | 1,100,877 |
private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, ArrayList<BoundedPrimitive> tempList) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { float dx =... | private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, ArrayList<BoundedPrimitive> tempList) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { float dx =... | 1,100,878 |
private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, ArrayList<BoundedPrimitive> tempList) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { float dx =... | private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, ArrayList<BoundedPrimitive> tempList) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { float dx =... | 1,100,879 |
private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, ArrayList<BoundedPrimitive> tempList) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { float dx =... | private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, ArrayList<BoundedPrimitive> tempList) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { float dx =... | 1,100,880 |
private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, ArrayList<BoundedPrimitive> tempList) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { float dx =... | private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, ArrayList<BoundedPrimitive> tempList) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { float dx =... | 1,100,881 |
private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, ArrayList<BoundedPrimitive> tempList) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { float dx =... | private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, ArrayList<BoundedPrimitive> tempList) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { float dx =... | 1,100,882 |
private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, ArrayList<BoundedPrimitive> tempList) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { float dx =... | private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, ArrayList<BoundedPrimitive> tempList) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { float dx =... | 1,100,883 |
private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, ArrayList<BoundedPrimitive> tempList) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { float dx =... | private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, ArrayList<BoundedPrimitive> tempList) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { float dx =... | 1,100,884 |
private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, ArrayList<BoundedPrimitive> tempList) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { float dx =... | private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, ArrayList<BoundedPrimitive> tempList) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { float dx =... | 1,100,885 |
private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, ArrayList<BoundedPrimitive> tempList) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { float dx =... | private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, ArrayList<BoundedPrimitive> tempList) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { float dx =... | 1,100,886 |
private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, ArrayList<BoundedPrimitive> tempList) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { float dx =... | private void buildTree(float minx, float maxx, float miny, float maxy, float minz, float maxz, BuildTask task, int depth, IntArray tempTree, int offset, ArrayList<BoundedPrimitive> tempList) { // get node bounding box extents if (task.numObjects > maxPrims && depth < MAX_DEPTH) { float dx =... | 1,100,887 |
private FtpFileName( final String scheme, final String hostName, final String port, final String userInfo, final String userName, final String password, final String path )... | private FtpFileName( final String scheme, final String hostName, final int port, final String userInfo, final String userName, final String password, final String path ) ... | 1,100,888 |
public String getDefaultPort() { return "21"; } | public int getDefaultPort() { return "21"; } | 1,100,889 |
public String getDefaultPort() { return "21"; } | public String getDefaultPort() { return 21; } | 1,100,890 |
public FileObject findFile(final FileObject baseFile, final String uri, final FileSystemOptions fileSystemOptions) throws FileSystemException { try { StringBuffer buf = new StringBuffer(80); String scheme = Uri... | public FileObject findFile(final FileObject baseFile, final String uri, final FileSystemOptions fileSystemOptions) throws FileSystemException { try { StringBuffer buf = new StringBuffer(80); String scheme = Uri... | 1,100,892 |
public FileObject findFile(final FileObject baseFile, final String uri, final FileSystemOptions fileSystemOptions) throws FileSystemException { try { StringBuffer buf = new StringBuffer(80); String scheme = Uri... | public FileObject findFile(final FileObject baseFile, final String uri, final FileSystemOptions fileSystemOptions) throws FileSystemException { try { StringBuffer buf = new StringBuffer(80); String scheme = Uri... | 1,100,893 |
public FileSystemConfigBuilder getConfigBuilder() { return UrlFileSystemConfigBuilder.getInstance(); } | public FileSystemConfigBuilder getConfigBuilder() { return org.apache.commons.vfs.provider.res.ResourcelFileSystemConfigBuilder.getInstance(); } | 1,100,894 |
protected String[] getBundleLocations() { return new String[]{ localMavenArtifact("org.springframework.osgi", "aopalliance.osgi", "1.0-SNAPSHOT"), localMavenArtifact("org.springframework.osgi", "commons-collections.osgi", "3.2-SNAPSHOT"), localMavenArtifact("org.s... | protected String[] getBundleLocations() { return new String[]{ localMavenArtifact("org.springframework.osgi", "aopalliance.osgi", "1.0-SNAPSHOT"), localMavenArtifact("org.springframework.osgi", "commons-collections.osgi", "3.2-SNAPSHOT"), localMavenArtifact("org.s... | 1,100,896 |
void addChild(RamFileData data) throws FileSystemException { if (!this.getType().equals(FileType.FOLDER)) { throw new FileSystemException( "A child can only be added in a folder"); } if (data == null) { throw new FileSystemException("No child can be null"); } if (this.children.contains(data)) { throw... | void addChild(RamFileData data) throws FileSystemException { if (!this.getType().hasChildren()) { throw new FileSystemException( "A child can only be added in a folder"); } if (data == null) { throw new FileSystemException("No child can be null"); } if (this.children.contains(data)) { throw new FileS... | 1,100,897 |
void removeChild(RamFileData data) throws FileSystemException { if (!this.getType().equals(FileType.FOLDER)) { throw new FileSystemException( "A child can only be removed from a folder"); } if (!this.children.contains(data)) { throw new FileSystemException("Child not found. " + data); } this.children.re... | void removeChild(RamFileData data) throws FileSystemException { if (!this.getType().hasChildren()) { throw new FileSystemException( "A child can only be removed from a folder"); } if (!this.children.contains(data)) { throw new FileSystemException("Child not found. " + data); } this.children.remove(data)... | 1,100,898 |
public void initDataWithMem(Set<String> wordSet) { clearData(); Set<String> matchedWordSet = new HashSet<String>(); for (String word : wordSet) { InputWordModel iwModel = setInputWord(word, project); if (iwModel != null) { matchedWordSet.add(iwModel.getMatch... | public void initDataWithMem(Set<String> wordSet) { clearData(); Set<String> matchedWordSet = new HashSet<String>(); for (String word : wordSet) { InputWordModel iwModel = makeInputWordModel(word, wordConceptSetMap); if (iwModel != null) { matchedWordSet.add(... | 1,100,899 |
private void setEDRConceptSet(String subIW, Set<Concept> conceptSet) { if (!project.getOntologySelectionPanel().isEDREnable()) { return; } Set<String> idSet = null; if (DODDLE.IS_USING_DB) { idSet = EDRDic.getEDRDBManager().getEDRIDSet(subIW); } else { idSet = EDRDi... | private void setEDRConceptSet(String subIW, Set<Concept> conceptSet) { if (!project.getOntologySelectionPanel().isEDREnable()) { return; } Set<String> idSet = null; if (DODDLE.IS_USING_DB) { idSet = EDRDic.getEDRDBManager().getEDRIDSet(subIW); } else { idSet = EDRDi... | 1,100,900 |
private void setEDRTConceptSet(String subIW, Set<Concept> conceptSet) { if (!project.getOntologySelectionPanel().isEDRTEnable()) { return; } Set<String> idSet = null; if (DODDLE.IS_USING_DB) { idSet = EDRDic.getEDRTDBManager().getEDRIDSet(subIW); } else { idSet = ED... | private void setEDRTConceptSet(String subIW, Set<Concept> conceptSet) { if (!project.getOntologySelectionPanel().isEDRTEnable()) { return; } Set<String> idSet = null; if (DODDLE.IS_USING_DB) { idSet = EDRDic.getEDRTDBManager().getEDRIDSet(subIW); } else { idSet = ED... | 1,100,901 |
public void intersectPrimitive(Ray r, int primID, IntersectionState state) { // ray patch intersection final float[] stack = state.getRobustStack(); { // init patch float[] patch = patches[primID]; for (int i = 0; i < 4 * 4 * 3; i++) stack[i] = pa... | public void intersectPrimitive(Ray r, int primID, IntersectionState state) { // ray patch intersection final float[] stack = state.getRobustStack(); { // init patch float[] patch = patches[primID]; for (int i = 0; i < 4 * 4 * 3; i++) stack[i] = pa... | 1,100,902 |
public void intersectPrimitive(Ray r, int primID, IntersectionState state) { // ray patch intersection final float[] stack = state.getRobustStack(); { // init patch float[] patch = patches[primID]; for (int i = 0; i < 4 * 4 * 3; i++) stack[i] = pa... | public void intersectPrimitive(Ray r, int primID, IntersectionState state) { // ray patch intersection final float[] stack = state.getRobustStack(); { // init patch float[] patch = patches[primID]; for (int i = 0; i < 4 * 4 * 3; i++) stack[i] = pa... | 1,100,903 |
public void intersectPrimitive(Ray r, int primID, IntersectionState state) { // ray patch intersection final float[] stack = state.getRobustStack(); { // init patch float[] patch = patches[primID]; for (int i = 0; i < 4 * 4 * 3; i++) stack[i] = pa... | public void intersectPrimitive(Ray r, int primID, IntersectionState state) { // ray patch intersection final float[] stack = state.getRobustStack(); { // init patch float[] patch = patches[primID]; for (int i = 0; i < 4 * 4 * 3; i++) stack[i] = pa... | 1,100,904 |
public void intersectPrimitive(Ray r, int primID, IntersectionState state) { // ray patch intersection final float[] stack = state.getRobustStack(); { // init patch float[] patch = patches[primID]; for (int i = 0; i < 4 * 4 * 3; i++) stack[i] = pa... | public void intersectPrimitive(Ray r, int primID, IntersectionState state) { // ray patch intersection final float[] stack = state.getRobustStack(); { // init patch float[] patch = patches[primID]; for (int i = 0; i < 4 * 4 * 3; i++) stack[i] = pa... | 1,100,905 |
public void intersectPrimitive(Ray r, int primID, IntersectionState state) { // ray patch intersection final float[] stack = state.getRobustStack(); { // init patch float[] patch = patches[primID]; for (int i = 0; i < 4 * 4 * 3; i++) stack[i] = pa... | public void intersectPrimitive(Ray r, int primID, IntersectionState state) { // ray patch intersection final float[] stack = state.getRobustStack(); { // init patch float[] patch = patches[primID]; for (int i = 0; i < 4 * 4 * 3; i++) stack[i] = pa... | 1,100,906 |
public void intersectPrimitive(Ray r, int primID, IntersectionState state) { // ray patch intersection final float[] stack = state.getRobustStack(); { // init patch float[] patch = patches[primID]; for (int i = 0; i < 4 * 4 * 3; i++) stack[i] = pa... | public void intersectPrimitive(Ray r, int primID, IntersectionState state) { // ray patch intersection final float[] stack = state.getRobustStack(); { // init patch float[] patch = patches[primID]; for (int i = 0; i < 4 * 4 * 3; i++) stack[i] = pa... | 1,100,907 |
public void intersectPrimitive(Ray r, int primID, IntersectionState state) { // ray patch intersection final float[] stack = state.getRobustStack(); { // init patch float[] patch = patches[primID]; for (int i = 0; i < 4 * 4 * 3; i++) stack[i] = pa... | public void intersectPrimitive(Ray r, int primID, IntersectionState state) { // ray patch intersection final float[] stack = state.getRobustStack(); { // init patch float[] patch = patches[primID]; for (int i = 0; i < 4 * 4 * 3; i++) stack[i] = pa... | 1,100,908 |
public void intersectPrimitive(Ray r, int primID, IntersectionState state) { // ray patch intersection final float[] stack = state.getRobustStack(); { // init patch float[] patch = patches[primID]; for (int i = 0; i < 4 * 4 * 3; i++) stack[i] = pa... | public void intersectPrimitive(Ray r, int primID, IntersectionState state) { // ray patch intersection final float[] stack = state.getRobustStack(); { // init patch float[] patch = patches[primID]; for (int i = 0; i < 4 * 4 * 3; i++) stack[i] = pa... | 1,100,909 |
public Object getParameter(final String name) { try { Integer index = columnsMap.find(name); if (index != null && index > 0 && index <= row.length) { //if index found and in range int ind = index - 1; if (row[ind] == null) { //cache miss ... | public Object getParameter(final String name) { try { Integer index = columnsMap.find(name); if (index != null && index > 0 && index <= columnsCount) { //if index found and in range int ind = index - 1; if (row[ind] == null) { //cache miss ... | 1,100,910 |
public Object getParameter(final String name) { try { Integer index = columnsMap.find(name); if (index != null && index > 0 && index <= row.length) { //if index found and in range int ind = index - 1; if (row[ind] == null) { //cache miss ... | public Object getParameter(final String name) { try { Integer index = columnsMap.find(name); if (index != null && index > 0 && index <= row.length) { //if index found and in range int ind = index - 1; if (row[ind] == null) { //cache miss ... | 1,100,911 |
public TreeModel getTreeModel(Set<Concept> conceptSet) { Set pathSet = treeMaker.getPathList(conceptSet); trimmedConceptNum = 0; TreeModel model = treeMaker.getTrimmedTreeModel(pathSet, project, ConceptTreeMaker.DODDLE_CLASS_ROOT_ID); trimmedConceptNum = treeMaker.getTrimmedConceptNu... | public TreeModel getTreeModel(Set<Concept> conceptSet) { Set pathSet = treeMaker.getPathList(conceptSet); trimmedConceptNum = 0; TreeModel model = treeMaker.getTrimmedTreeModel(pathSet, project, ConceptTreeMaker.DODDLE_CLASS_ROOT_ID); trimmedConceptNum = treeMaker.getTrimmedConceptNu... | 1,100,912 |
public String getProperty(String key) { return null; } | public String getProperty(String key) { return properties.getProperty(key); } | 1,100,913 |
public void saveProjectInfo(DODDLEProject currentProject, File file) { OntologySelectionPanel ontSelectionPanel = currentProject.getOntologySelectionPanel(); DisambiguationPanel disambiguationPanel = currentProject.getDisambiguationPanel(); ConstructClassPanel constructClassPanel = currentProje... | public void saveProjectInfo(DODDLEProject currentProject, File file) { OntologySelectionPanel ontSelectionPanel = currentProject.getOntologySelectionPanel(); DisambiguationPanel disambiguationPanel = currentProject.getDisambiguationPanel(); ConstructClassPanel constructClassPanel = currentProje... | 1,100,914 |
public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "left"; } else if (align == AlignmentWindow.CENTER) { alignment = "bg... | 1,100,916 |
public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | 1,100,917 |
public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | 1,100,918 |
public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | 1,100,919 |
public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | 1,100,920 |
public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | 1,100,921 |
public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | 1,100,922 |
public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | 1,100,923 |
public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | 1,100,924 |
public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | 1,100,925 |
public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | 1,100,926 |
public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | 1,100,927 |
public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | 1,100,928 |
public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | 1,100,929 |
public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | 1,100,930 |
public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | 1,100,931 |
public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | 1,100,932 |
public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | 1,100,933 |
public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | 1,100,934 |
public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | 1,100,935 |
public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | 1,100,936 |
public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | 1,100,937 |
public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | 1,100,938 |
public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | 1,100,939 |
public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | 1,100,940 |
public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | public void outputToHTML(String fileName, ResultList result, String header, int align) throws IOException { ResultList res = result; boolean[] extras = res.getExtras(); String alignment; if(align == AlignmentWindow.LEFT) { alignment = "bgrleft"; } else if (align == AlignmentWindow.CENTER) { alignment = ... | 1,100,941 |
public void addResult(int startNbr, String name, String club, String idNbr, int[] results, int rounds, String klass , int prio, int nbrRoundsFinished, int personID) { nbrRounds = rounds; String identity = name + club; Integer pID = new Integer(personID); if(IDMap.containsKey(pID)) { PersonResult pr = (PersonRe... | public void addResult(int startNbr, String name, String club, String idNbr, int[] results, int rounds, String klass , int prio, int nbrRoundsFinished, int personID) { nbrRounds = rounds; Integer pID = new Integer(personID); if(IDMap.containsKey(pID)) { PersonResult pr = (PersonResult) IDMap.get(pID); remove... | 1,100,942 |
public final Matrix4 inverse() { float A0 = m00 * m11 - m01 * m10; float A1 = m00 * m12 - m02 * m10; float A2 = m00 * m13 - m03 * m10; float A3 = m01 * m12 - m02 * m11; float A4 = m01 * m13 - m03 * m11; float A5 = m02 * m13 - m03 * m12; float B0 = m20 * m31 - m21 * m... | public final Matrix4 inverse() { float A0 = m00 * m11 - m01 * m10; float A1 = m00 * m12 - m02 * m10; float A2 = m00 * m13 - m03 * m10; float A3 = m01 * m12 - m02 * m11; float A4 = m01 * m13 - m03 * m11; float A5 = m02 * m13 - m03 * m12; float B0 = m20 * m31 - m21 * m... | 1,100,943 |
protected void addCapabilities( final Collection caps ) { caps.add( Capability.LAST_MODIFIED ); caps.add( Capability.GET_TYPE ); caps.add( Capability.LIST_CHILDREN ); caps.add( Capability.READ_CONTENT ); caps.add( Capability.URI ); } | protected void addCapabilities( final Collection caps ) { caps.add( Capability.GET_LAST_MODIFIED ); caps.add( Capability.GET_TYPE ); caps.add( Capability.LIST_CHILDREN ); caps.add( Capability.READ_CONTENT ); caps.add( Capability.URI ); } | 1,100,944 |
static VelocityConnection createConnection(final OutputStream out) { try { URL u =new URL("mem","",0,"memfile",new URLStreamHandler() { protected URLConnection openConnection(URL u) { return new URLConnection(u) { public void connect() { ... | static VelocityConnection createConnection(final OutputStream out) { try { URL u =new URL("mem","",0,"memfile",new URLStreamHandler() { protected URLConnection openConnection(URL u) { return new URLConnection(u) { public void connect() { ... | 1,100,945 |
public synchronized void executeQuery(Resource queryContent, ParametersCallback parametersCallback, QueryCallback queryCallback) throws ProviderException { JaninoQuery q = compiler.compileQuery(queryContent); q.setParametersCallback(parametersCallback); q.setQueryCallback(queryCallback); ... | public synchronized void executeQuery(Resource queryContent, ParametersCallback parametersCallback, QueryCallback queryCallback) throws ProviderException { JaninoQuery q = null; q = compiler.compileQuery(queryContent); q.setParametersCallback(parametersCallback); q.setQueryCallback(queryCallbac... | 1,100,946 |
private JaninoProviderException guessErrorStatement(JaninoProviderException e, Resource content, Class scriptClass) { Throwable ex = e.getCause(); StackTraceElement[] trace = ex.getStackTrace(); final String scriptClassName = scriptClass.getName(); for (StackTraceElement el : trace) { //... | private static JaninoProviderException guessErrorStatement(JaninoProviderException e, Resource content, Class scriptClass) { Throwable ex = e.getCause(); StackTraceElement[] trace = ex.getStackTrace(); final String scriptClassName = scriptClass.getName(); for (StackTraceElement el : trac... | 1,100,947 |
private JaninoProviderException guessErrorStatement(JaninoProviderException e, Resource content, Class scriptClass) { Throwable ex = e.getCause(); StackTraceElement[] trace = ex.getStackTrace(); final String scriptClassName = scriptClass.getName(); for (StackTraceElement el : trace) { //... | private JaninoProviderException guessErrorStatement(JaninoProviderException e, Resource content, Class scriptClass) { Throwable ex = e.getCause(); StackTraceElement[] trace = ex.getStackTrace(); final String scriptClassName = scriptClass.getName(); for (StackTraceElement el : trace) { //... | 1,100,948 |
protected boolean removeEldestEntry(Map.Entry<String, PreparedStatement> eldest) { boolean remove = size() > size; if (remove) { releasedStatements.add(eldest.getValue()); } return remove; } | protected boolean removeEldestEntry(Map.Entry<String, StatementWrapper.Prepared> eldest) { boolean remove = size() > size; if (remove) { releasedStatements.add(eldest.getValue()); } return remove; ... | 1,100,949 |
protected boolean removeEldestEntry(Map.Entry<String, PreparedStatement> eldest) { boolean remove = size() > size; if (remove) { releasedStatements.add(eldest.getValue()); } return remove; } | protected boolean removeEldestEntry(Map.Entry<String, PreparedStatement> eldest) { boolean remove = size() > size; if (remove) { disposeQueue.add(eldest.getValue()); } return remove; } | 1,100,950 |
LocalFileRandomAccessContent(final File localFile, final RandomAccessMode mode) throws FileSystemException { super(mode); StringBuffer modes = new StringBuffer(2); if (mode.requestRead()) { modes.append('r'); } if (mode.requestWrite()) { mode... | LocalFileRandomAccessContent(final File localFile, final RandomAccessMode mode) throws FileSystemException { super(mode); StringBuffer modes = new StringBuffer(2); if (mode.requestRead()) { modes.append('r'); } if (mode.requestWrite()) { mode... | 1,100,951 |
public Feature createFeature(Feature f, Feature.Template templ) throws ChangeVetoException { throw new ChangeVetoException("Can't create features in this projection"); } | public Feature createFeature(Feature.Template templ) throws ChangeVetoException { throw new ChangeVetoException("Can't create features in this projection"); } | 1,100,953 |
public FeatureHolder getParent(Feature f) { FeatureHolder oldP = f.getParent(); if (oldP instanceof Feature) { if (wrapped.containsFeature(f)) { return parent; } else { return projectFeature((Feature) oldP); ... | public FeatureHolder getParent(Feature f) { FeatureHolder oldP = f.getParent(); if (oldP instanceof Feature) { if (wrapped.containsFeature(f)) { return parent; } else { return projectFeature((Feature) oldP); ... | 1,100,954 |
void close() throws FileSystemException; | public void close() throws FileSystemException; | 1,100,955 |
void copyFrom(FileObject srcFile, FileSelector selector) throws FileSystemException; | public void copyFrom(FileObject srcFile, FileSelector selector) throws FileSystemException; | 1,100,956 |
void createFile() throws FileSystemException; | public void createFile() throws FileSystemException; | 1,100,957 |
void createFolder() throws FileSystemException; | public void createFolder() throws FileSystemException; | 1,100,958 |
boolean delete() throws FileSystemException; | public boolean delete() throws FileSystemException; | 1,100,959 |
boolean exists() throws FileSystemException; | public boolean exists() throws FileSystemException; | 1,100,960 |
FileObject[] findFiles(FileSelector selector) throws FileSystemException; | public FileObject[] findFiles(FileSelector selector) throws FileSystemException; | 1,100,961 |
FileObject getChild(String name) throws FileSystemException; | public FileObject getChild(String name) throws FileSystemException; | 1,100,962 |
FileObject[] getChildren() throws FileSystemException; | public FileObject[] getChildren() throws FileSystemException; | 1,100,963 |
FileContent getContent() throws FileSystemException; | public FileContent getContent() throws FileSystemException; | 1,100,964 |
FileSystem getFileSystem(); | public FileSystem getFileSystem(); | 1,100,965 |
FileName getName(); | public FileName getName(); | 1,100,966 |
FileObject getParent() throws FileSystemException; | public FileObject getParent() throws FileSystemException; | 1,100,967 |
FileType getType() throws FileSystemException; | public FileType getType() throws FileSystemException; | 1,100,968 |
URL getURL() throws FileSystemException; | public URL getURL() throws FileSystemException; | 1,100,969 |
boolean isHidden() throws FileSystemException; | public boolean isHidden() throws FileSystemException; | 1,100,970 |
boolean isReadable() throws FileSystemException; | public boolean isReadable() throws FileSystemException; | 1,100,971 |
boolean isWriteable() throws FileSystemException; | public boolean isWriteable() throws FileSystemException; | 1,100,972 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.