This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-startup | |
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar | |
--launcher.library | |
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505 | |
-product | |
org.eclipse.epp.package.modeling.product | |
--launcher.defaultAction | |
openFile | |
-showsplash | |
org.eclipse.platform |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Copyright (C) 2010 The Android Open Source Project | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="gistLoad" data-id="GistID" id="gist-GistID">Loading ....</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.google.doclava; | |
import com.google.clearsilver.jsilver.data.Data; | |
import java.io.*; | |
import java.util.regex.Pattern; | |
import java.util.regex.Matcher; | |
public class DocFile { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="eclipse_pmd51_ruleset_android" xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd" xmlns="http://pmd.sourceforge.net/ruleset/2.0.0"> | |
<description>PMD Plugin preferences rule set for android</description> | |
<rule ref="rulesets/java/finalizers.xml/AvoidCallingFinalize"/> | |
<rule ref="rulesets/java/naming.xml/AvoidDollarSigns"/> | |
<rule ref="rulesets/java/naming.xml/AvoidFieldNameMatchingMethodName"/> | |
<rule ref="rulesets/java/naming.xml/AvoidFieldNameMatchingTypeName"/> | |
<rule ref="rulesets/java/naming.xml/ClassNamingConventions"/> | |
<rule ref="rulesets/java/clone.xml/CloneMethodMustImplementCloneable"/> | |
<rule ref="rulesets/java/clone.xml/CloneThrowsCloneNotSupportedException"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN" "http://www.puppycrawl.com/dtds/configuration_1_3.dtd"> | |
<!-- | |
This configuration file was written by the eclipse-cs plugin configuration editor | |
--> | |
<!-- | |
Checkstyle-Configuration: Android Checks (Eclipse) | |
Description: | |
Slightly modified version of Sun Checks that better matches the default code formatter setting of Eclipse. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-startup | |
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar | |
--launcher.library | |
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120522-1813 | |
-showsplash | |
org.eclipse.platform | |
--launcher.XXMaxPermSize | |
256m | |
--launcher.defaultAction | |
openFile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//author: Fred Grott(http://about.me/fredgrott) | |
//license: Apache 2.0 License | |
// | |
// Watch things: | |
// project.properties props are nonGroovy naming syntax | |
// | |
// | |
// loadProperties{} To load all the properties from | |
// properties files.We also load the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package gws.grottworkshop.fourandroid; | |
import gws.grottworkshop.fourandroid.FontLoader.Font; | |
import gws.grottworkshop.fourandroid.FontLoader.FontCollector; | |
import gws.grottworkshop.fourandroid.FontLoader.RawFont; | |
import gws.grottworkshop.fourandroid.util.ImageCacheManager; | |
import gws.grottworkshop.fourandroid.util.ImageCacheManager.CacheType; | |
import gws.grottworkshop.fourandroid.util.RequestManager; | |
import android.app.Application; |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-08-03 05:56:21,084 [ 26310] ERROR - plication.impl.ApplicationImpl - Please change caller according to com.intellij.openapi.project.IndexNotReadyException documentation | |
com.intellij.openapi.project.IndexNotReadyException: Please change caller according to com.intellij.openapi.project.IndexNotReadyException documentation | |
at com.intellij.util.indexing.FileBasedIndexImpl.handleDumbMode(FileBasedIndexImpl.java:856) | |
at com.intellij.util.indexing.FileBasedIndexImpl.ensureUpToDate(FileBasedIndexImpl.java:805) | |
at com.intellij.util.indexing.FileBasedIndexImpl.processExceptions(FileBasedIndexImpl.java:930) | |
at com.intellij.util.indexing.FileBasedIndexImpl.collectFileIdsContainingAllKeys(FileBasedIndexImpl.java:1190) | |
at com.intellij.util.indexing.FileBasedIndexImpl.processFilesContainingAllKeys(FileBasedIndexImpl.java:1018) | |
at com.intellij.psi.impl.search.PsiSearchHelperImpl$26.compute(PsiSearchHelperImpl.java:1096) | |
at com.intellij.psi.impl.search.PsiSearchHelperImpl$26.compute(PsiSearchHelperImpl.java:109 |