GitHub / scribejava/scribejava / commits
Simple OAuth library for Java
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 128a12cf | introduce PMD/category/java/performance.xml/AppendCharacterWithChar rule | Stas Gromov <k****r@g****m> | about 7 years ago | |
| 39f02cc3 | introduce PMD/category/java/performance.xml/AddEmptyString rule | Stas Gromov <k****r@g****m> | about 7 years ago | |
| 50cd8524 | introduce PMD/category/java/multithreading.xml/UnsynchronizedStaticFormatter ... | Stas Gromov <k****r@g****m> | about 7 years ago | |
| dc297ce6 | introduce PMD/category/java/multithreading.xml/NonThreadSafeSingleton rule | Stas Gromov <k****r@g****m> | about 7 years ago | |
| 7263e338 | introduce PMD/category/java/multithreading.xml/DoubleCheckedLocking rule | Stas Gromov <k****r@g****m> | about 7 years ago | |
| f30bf9fb | introduce PMD/category/java/errorprone.xml/UselessOperationOnImmutable rule | Stas Gromov <k****r@g****m> | about 7 years ago | |
| ef126c53 | introduce PMD/category/java/errorprone.xml/UnnecessaryConversionTemporary rule | Stas Gromov <k****r@g****m> | about 7 years ago | |
| 194c224f | introduce PMD/category/java/errorprone.xml/UnnecessaryBooleanAssertion rule | Stas Gromov <k****r@g****m> | about 7 years ago | |
| fa2639c3 | introduce PMD/category/java/errorprone.xml/UnconditionalIfStatement rule | Stas Gromov <k****r@g****m> | about 7 years ago | |
| 0a88b7a2 | introduce PMD/category/java/errorprone.xml/StringBufferInstantiationWithChar ... | Stas Gromov <k****r@g****m> | about 7 years ago | |
| 72ac67ad | introduce PMD/category/java/errorprone.xml/MissingStaticMethodInNonInstantiat... | Stas Gromov <k****r@g****m> | about 7 years ago | |
| 7153f5ba | introduce PMD/category/java/errorprone.xml/InvalidSlf4jMessageFormat rule | Stas Gromov <k****r@g****m> | about 7 years ago | |
| 15a2f53d | introduce PMD/category/java/errorprone.xml/InstantiationToGetClass rule | Stas Gromov <k****r@g****m> | about 7 years ago | |
| bf163177 | introduce PMD/category/java/errorprone.xml/ImportFromSamePackage rule | Stas Gromov <k****r@g****m> | about 7 years ago | |
| 7cba688d | introduce PMD/category/java/errorprone.xml/IdempotentOperations rule | Stas Gromov <k****r@g****m> | about 7 years ago | |
| 818aeed7 | introduce PMD/category/java/errorprone.xml/FinalizeShouldBeProtected rule | Stas Gromov <k****r@g****m> | about 7 years ago | |
| 9d69b65e | introduce PMD/category/java/errorprone.xml/FinalizeOnlyCallsSuperFinalize rule | Stas Gromov <k****r@g****m> | about 7 years ago | |
| 07985506 | introduce PMD/category/java/errorprone.xml/FinalizeDoesNotCallSuperFinalize rule | Stas Gromov <k****r@g****m> | about 7 years ago | |
| 0c97686d | introduce PMD/category/java/errorprone.xml/EqualsNull rule | Stas Gromov <k****r@g****m> | about 7 years ago | |
| 09a5aba9 | introduce PMD/category/java/errorprone.xml/EmptyWhileStmt rule | Stas Gromov <k****r@g****m> | about 7 years ago | |
| b98d84a2 | introduce PMD/category/java/errorprone.xml/EmptyTryBlock rule | Stas Gromov <k****r@g****m> | about 7 years ago | |
| ec92064c | introduce PMD/category/java/errorprone.xml/EmptySwitchStatements rule | Stas Gromov <k****r@g****m> | about 7 years ago | |
| 6b22afbb | introduce PMD/category/java/errorprone.xml/EmptyStatementNotInLoop rule | Stas Gromov <k****r@g****m> | about 7 years ago | |
| ac9eae5c | introduce PMD/category/java/errorprone.xml/EmptyStatementBlock rule | Stas Gromov <k****r@g****m> | about 7 years ago | |
| 667eef07 | introduce PMD/category/java/errorprone.xml/EmptyInitializer rule | Stas Gromov <k****r@g****m> | about 7 years ago | |
| 1b1846c3 | introduce PMD/category/java/errorprone.xml/EmptyIfStmt rule | Stas Gromov <k****r@g****m> | about 7 years ago | |
| 245682f3 | introduce PMD/category/java/errorprone.xml/EmptyFinallyBlock rule | Stas Gromov <k****r@g****m> | about 7 years ago | |
| daebd4d3 | introduce PMD/category/java/errorprone.xml/EmptyFinalizer rule | Stas Gromov <k****r@g****m> | about 7 years ago | |
| 6ee14a89 | introduce PMD/category/java/errorprone.xml/DontImportSun rule | Stas Gromov <k****r@g****m> | about 7 years ago | |
| c4898b99 | introduce PMD/category/java/errorprone.xml/DoNotExtendJavaLangThrowable rule | Stas Gromov <k****r@g****m> | about 7 years ago | |
| a4ff03fe | introduce PMD/category/java/errorprone.xml/ConstructorCallsOverridableMethod ... | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 9137ca6a | introduce PMD/category/java/errorprone.xml/CloneMethodReturnTypeMustMatchClas... | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 3cf82496 | introduce PMD/category/java/errorprone.xml/CloneMethodMustImplementCloneable ... | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 860e8d7a | introduce PMD/category/java/errorprone.xml/CloneMethodMustBePublic rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 01a6e806 | introduce PMD/category/java/errorprone.xml/ClassCastExceptionWithToArray rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 224248e1 | introduce PMD/category/java/errorprone.xml/BrokenNullCheck rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| f1ab512e | introduce PMD/category/java/errorprone.xml/AvoidMultipleUnaryOperators rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 6f3eb2bf | introduce PMD/category/java/errorprone.xml/AvoidLosingExceptionInformation rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 1a4d255f | introduce PMD/category/java/errorprone.xml/AvoidEnumAsIdentifier rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 5c0cccbf | introduce PMD/category/java/errorprone.xml/AvoidCallingFinalize rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 26a420b5 | introduce PMD/category/java/errorprone.xml/AvoidBranchingStatementAsLastInLoo... | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 8d5ef484 | introduce PMD/category/java/errorprone.xml/AvoidAssertAsIdentifier rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 851051d6 | introduce PMD/category/java/design.xml/UseUtilityClass rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 88966d4a | introduce PMD/category/java/design.xml/SimplifyConditional rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 5cfa2456 | introduce PMD/category/java/design.xml/SimplifyBooleanReturns rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| da3a03e0 | introduce PMD/category/java/design.xml/SimplifyBooleanExpressions rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 054dde3f | introduce PMD/category/java/design.xml/SimplifyBooleanAssertion rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 90cde591 | introduce PMD/category/java/design.xml/SimplifiedTernary rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 8362b177 | introduce PMD/category/java/design.xml/LogicInversion rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 0fc534b9 | introduce PMD/category/java/design.xml/DoNotExtendJavaLangError rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 6ba97ec3 | introduce PMD/category/java/design.xml/CollapsibleIfStatements rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| e41c220c | introduce PMD/category/java/design.xml/AvoidThrowingNewInstanceOfSameExceptio... | Stas Gromov <k****r@g****m> | over 7 years ago | |
| fbf933db | introduce PMD/category/java/design.xml/AbstractClassWithoutAnyMethod rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 91100833 | introduce PMD/category/java/codestyle.xml/UselessQualifiedThis rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 91ce572f | introduce PMD/category/java/codestyle.xml/UselessParentheses rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| e49dcea2 | introduce PMD/category/java/codestyle.xml/UnnecessaryReturn rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 3643fc2b | introduce PMD/category/java/codestyle.xml/UnnecessaryModifier rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| d2736281 | introduce PMD/category/java/codestyle.xml/UnnecessaryFullyQualifiedName rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| e7dd8e5d | introduce PMD/category/java/codestyle.xml/UnnecessaryConstructor rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| a1a75d0b | introduce PMD/category/java/codestyle.xml/UnnecessaryAnnotationValueElement rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 3c6ab96a | introduce PMD/category/java/codestyle.xml/PackageCase rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| ba3458aa | introduce PMD/category/java/codestyle.xml/NoPackage rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 8efe8cc5 | introduce PMD/category/java/codestyle.xml/MethodNamingConventions rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 3c5e1467 | introduce PMD/category/java/codestyle.xml/LocalVariableNamingConventions rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 55ed61e5 | introduce PMD/category/java/codestyle.xml/IdenticalCatchBranches rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| d36c4914 | introduce PMD/category/java/codestyle.xml/FormalParameterNamingConventions rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 477587fa | introduce PMD/category/java/codestyle.xml/ForLoopShouldBeWhileLoop rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| e4ec62a9 | add deprecation note for TokenTypeHint::toString method | Stas Gromov <k****r@g****m> | over 7 years ago | |
| d67a7a69 | introduce PMD/category/java/codestyle.xml/FieldNamingConventions rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| ea5f7ea0 | introduce PMD/category/java/codestyle.xml/ExtendsObject rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 47a10e21 | introduce PMD/category/java/codestyle.xml/DuplicateImports rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| e8434927 | introduce PMD/category/java/codestyle.xml/DontImportJavaLang rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| bccbc594 | introduce PMD/category/java/codestyle.xml/ControlStatementBraces rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 946bf842 | introduce PMD/category/java/codestyle.xml/BooleanGetMethodName rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 12f578f7 | introduce PMD/category/java/codestyle.xml/AvoidProtectedMethodInFinalClassNot... | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 8d81b4c8 | introduce PMD/category/java/codestyle.xml/AvoidProtectedFieldInFinalClass rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| c722cb03 | introduce PMD/category/java/codestyle.xml/AvoidDollarSigns rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 04e6beea | introduce PMD/category/java/bestpractices.xml/UseTryWithResources rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 9b5013a6 | introduce PMD/category/java/bestpractices.xml/UseCollectionIsEmpty rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 2fc64208 | introduce PMD/category/java/bestpractices.xml/UseAssertTrueInsteadOfAssertEqu... | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 6d15798f | introduce PMD/category/java/bestpractices.xml/UseAssertSameInsteadOfAssertTru... | Stas Gromov <k****r@g****m> | over 7 years ago | |
| a9abebf0 | introduce PMD/category/java/bestpractices.xml/UseAssertNullInsteadOfAssertTru... | Stas Gromov <k****r@g****m> | over 7 years ago | |
| caf0bf50 | introduce PMD/category/java/bestpractices.xml/UnusedLocalVariable rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 163d5c7a | introduce PMD/category/java/bestpractices.xml/UnusedImports rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| a53f5392 | introduce PMD/category/java/bestpractices.xml/SystemPrintln rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| ba20e848 | introduce PMD/category/java/bestpractices.xml/SwitchStmtsShouldHaveDefault rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| f70aaa3c | introduce PMD/category/java/bestpractices.xml/OneDeclarationPerLine rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 8b27ee63 | introduce PMD/category/java/bestpractices.xml/MissingOverride rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 2afba057 | introduce PMD/category/java/bestpractices.xml/AvoidPrintStackTrace rule | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 7301f7ab | introduce PMD check | Stas Gromov <k****r@g****m> | over 7 years ago | |
| ebf67e06 | [maven-release-plugin] prepare for next development iteration | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 3f4152e8 | [maven-release-plugin] prepare release scribejava-6.5.1 | Stas Gromov <k****r@g****m> | over 7 years ago | |
| dd388df2 | prepare v6.5.1 | Stas Gromov <k****r@g****m> | over 7 years ago | |
| c3c19f23 | cleanup deprecates methods | Stas Gromov <k****r@g****m> | over 7 years ago | |
| ce72a8ab | [maven-release-plugin] prepare for next development iteration | Stas Gromov <k****r@g****m> | over 7 years ago | |
| fbf94b3e | [maven-release-plugin] prepare release scribejava-6.5.0 | Stas Gromov <k****r@g****m> | over 7 years ago | |
| c84bf636 | prepare v6.5.0 | Stas Gromov <k****r@g****m> | over 7 years ago | |
| b9ad8946 | upgrade VkontakteApi from 5.73 to 5.92 | Stas Gromov <k****r@g****m> | over 7 years ago | |
| c62fae68 | upgrade Facebook API from 2.11 to 3.2 | Stas Gromov <k****r@g****m> | over 7 years ago | |
| 3f72ef50 | * separate OAuth1.0a and OAuth2.0 ServiceBuilders, introduce AuthorizationUr... | Stas Gromov <k****r@g****m> | over 7 years ago |