1 #11

Open
prmjiylkn wants to merge 1 commits from test into master

@ -1,50 +0,0 @@
<h1> Human Falling Detection and Tracking </h1>
Using Tiny-YOLO oneclass to detect each person in the frame and use
[AlphaPose](https://github.com/MVIG-SJTU/AlphaPose) to get skeleton-pose and then use
[ST-GCN](https://github.com/yysijie/st-gcn) model to predict action from every 30 frames
of each person tracks.
Which now support 7 actions: Standing, Walking, Sitting, Lying Down, Stand up, Sit down, Fall Down.
<div align="center">
<img src="sample1.gif" width="416">
</div>
## Prerequisites
- Python > 3.6
- Pytorch > 1.3.1
Original test run on: i7-8750H CPU @ 2.20GHz x12, GeForce RTX 2070 8GB, CUDA 10.2
## Data
This project has trained a new Tiny-YOLO oneclass model to detect only person objects and to reducing
model size. Train with rotation augmented [COCO](http://cocodataset.org/#home) person keypoints dataset
for more robust person detection in a variant of angle pose.
For actions recognition used data from [Le2i](http://le2i.cnrs.fr/Fall-detection-Dataset?lang=fr)
Fall detection Dataset (Coffee room, Home) extract skeleton-pose by AlphaPose and labeled each action
frames by hand for training ST-GCN model.
## Pre-Trained Models
- Tiny-YOLO oneclass - [.pth](https://drive.google.com/file/d/1obEbWBSm9bXeg10FriJ7R2cGLRsg-AfP/view?usp=sharing),
[.cfg](https://drive.google.com/file/d/19sPzBZjAjuJQ3emRteHybm2SG25w9Wn5/view?usp=sharing)
- SPPE FastPose (AlphaPose) - [resnet101](https://drive.google.com/file/d/1N2MgE1Esq6CKYA6FyZVKpPwHRyOCrzA0/view?usp=sharing),
[resnet50](https://drive.google.com/file/d/1IPfCDRwCmQDnQy94nT1V-_NVtTEi4VmU/view?usp=sharing)
- ST-GCN action recognition - [tsstg](https://drive.google.com/file/d/1mQQ4JHe58ylKbBqTjuKzpwN2nwKOWJ9u/view?usp=sharing)
## Basic Use
1. Download all pre-trained models into ./Models folder.
2. Run main.py
```
python main.py ${video file or camera source}
```
## Reference
- AlphaPose : https://github.com/Amanbhandula/AlphaPose
- ST-GCN : https://github.com/yysijie/st-gcn

Binary file not shown.

@ -0,0 +1,2 @@
#Tue Jan 26 15:13:29 CST 2021
gradle.version=6.5

@ -0,0 +1,3 @@
# Default ignored files
/shelf/
/workspace.xml

@ -0,0 +1,116 @@
<component name="ProjectCodeStyleConfiguration">
<code_scheme name="Project" version="173">
<codeStyleSettings language="XML">
<indentOptions>
<option name="CONTINUATION_INDENT_SIZE" value="4" />
</indentOptions>
<arrangement>
<rules>
<section>
<rule>
<match>
<AND>
<NAME>xmlns:android</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>^$</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>xmlns:.*</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>^$</XML_NAMESPACE>
</AND>
</match>
<order>BY_NAME</order>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>.*:id</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>.*:name</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>name</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>^$</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>style</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>^$</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>.*</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>^$</XML_NAMESPACE>
</AND>
</match>
<order>BY_NAME</order>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>.*</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE>
</AND>
</match>
<order>ANDROID_ATTRIBUTE_ORDER</order>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>.*</NAME>
<XML_ATTRIBUTE />
<XML_NAMESPACE>.*</XML_NAMESPACE>
</AND>
</match>
<order>BY_NAME</order>
</rule>
</section>
</rules>
</arrangement>
</codeStyleSettings>
</code_scheme>
</component>

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<bytecodeTargetLevel target="1.8" />
</component>
</project>

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="deploymentTargetDropDown">
<targetSelectedWithDropDown>
<Target>
<type value="QUICK_BOOT_TARGET" />
<deviceKey>
<Key>
<type value="VIRTUAL_DEVICE_PATH" />
<value value="C:\Users\smith\.android\avd\5.4_FWVGA_API_24.avd" />
</Key>
</deviceKey>
</Target>
</targetSelectedWithDropDown>
<timeTargetWasSelectedWithDropDown value="2022-04-18T02:22:12.557692100Z" />
</component>
</project>

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding" addBOMForNewFiles="with NO BOM" />
</project>

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleMigrationSettings" migrationVersion="1" />
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="testRunner" value="GRADLE" />
<option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />
<option value="$PROJECT_DIR$/LibBridgeWebView" />
<option value="$PROJECT_DIR$/app" />
</set>
</option>
<option name="resolveModulePerSourceSet" value="false" />
</GradleProjectSettings>
</option>
</component>
</project>

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RemoteRepositoriesConfiguration">
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Maven Central repository" />
<option name="url" value="https://repo1.maven.org/maven2" />
</remote-repository>
<remote-repository>
<option name="id" value="jboss.community" />
<option name="name" value="JBoss Community repository" />
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
</remote-repository>
<remote-repository>
<option name="id" value="BintrayJCenter" />
<option name="name" value="BintrayJCenter" />
<option name="url" value="https://jcenter.bintray.com/" />
</remote-repository>
<remote-repository>
<option name="id" value="Google" />
<option name="name" value="Google" />
<option name="url" value="https://dl.google.com/dl/android/maven2/" />
</remote-repository>
</component>
</project>

@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="Gradle: ./app/libs/GetuiSDK4.3.5.6.jar">
<CLASSES>
<root url="jar://$PROJECT_DIR$/app/libs/GetuiSDK4.3.5.6.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="Gradle: ./app/libs/json_simple-1.1.jar">
<CLASSES>
<root url="jar://$PROJECT_DIR$/app/libs/json_simple-1.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

@ -0,0 +1,11 @@
<component name="libraryTable">
<library name="Gradle: android.arch.core:common:1.1.0">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/android.arch.core/common/1.1.0/8007981f7d7540d89cd18471b8e5dcd2b4f99167/common-1.1.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/android.arch.core/common/1.1.0/f211e8f994b67f7ae2a1bc06e4f7b974ec72ee50/common-1.1.0-sources.jar!/" />
</SOURCES>
</library>
</component>

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Gradle: android.arch.core:runtime:1.1.0@aar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/3690d428d876c5197317056efb5ddece/runtime-1.1.0/jars/classes.jar!/" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/3690d428d876c5197317056efb5ddece/runtime-1.1.0/res" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/3690d428d876c5197317056efb5ddece/runtime-1.1.0/AndroidManifest.xml" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/android.arch.core/runtime/1.1.0/62944187d3ae3e7a4644b50da4e7b63c605a696/runtime-1.1.0-sources.jar!/" />
</SOURCES>
</library>
</component>

@ -0,0 +1,11 @@
<component name="libraryTable">
<library name="Gradle: android.arch.lifecycle:common:1.1.0">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/android.arch.lifecycle/common/1.1.0/edf3f7bfb84a7521d0599efa3b0113a0ee90f85/common-1.1.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/android.arch.lifecycle/common/1.1.0/72f6113534923e49e8c032107ca638b97775c61b/common-1.1.0-sources.jar!/" />
</SOURCES>
</library>
</component>

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Gradle: android.arch.lifecycle:livedata-core:1.1.0@aar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/cf1ff65cc6396e5a289bf1b0ee69751f/livedata-core-1.1.0/jars/classes.jar!/" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/cf1ff65cc6396e5a289bf1b0ee69751f/livedata-core-1.1.0/res" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/cf1ff65cc6396e5a289bf1b0ee69751f/livedata-core-1.1.0/AndroidManifest.xml" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/android.arch.lifecycle/livedata-core/1.1.0/300f89e645a95de0bdc6d8833beeee6e3045df06/livedata-core-1.1.0-sources.jar!/" />
</SOURCES>
</library>
</component>

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Gradle: android.arch.lifecycle:runtime:1.1.0@aar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/3b89b73ce3aae017bb77a030153e6b7a/runtime-1.1.0/jars/classes.jar!/" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/3b89b73ce3aae017bb77a030153e6b7a/runtime-1.1.0/res" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/3b89b73ce3aae017bb77a030153e6b7a/runtime-1.1.0/AndroidManifest.xml" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/android.arch.lifecycle/runtime/1.1.0/a4b0d6b8e8f51c8f95d5a0641f81ffc13ab406c7/runtime-1.1.0-sources.jar!/" />
</SOURCES>
</library>
</component>

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Gradle: android.arch.lifecycle:viewmodel:1.1.0@aar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/ddb7151217e4b26feb0b3504f1948bbf/viewmodel-1.1.0/jars/classes.jar!/" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/ddb7151217e4b26feb0b3504f1948bbf/viewmodel-1.1.0/res" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/ddb7151217e4b26feb0b3504f1948bbf/viewmodel-1.1.0/AndroidManifest.xml" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/android.arch.lifecycle/viewmodel/1.1.0/e4c0c5d65f92ccad0b0148ac2f01b540ac7a711e/viewmodel-1.1.0-sources.jar!/" />
</SOURCES>
</library>
</component>

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Gradle: com.alexvasilkov:gesture-views:2.3.0">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.alexvasilkov/gesture-views/2.3.0/8e918e15776e9eeb5ca2a7bfd5e610a905bdc001/gesture-views-2.3.0.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.alexvasilkov/gesture-views/2.3.0/4e98ac9a7d09c697db88e7a62a71400ef379ce96/gesture-views-2.3.0-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.alexvasilkov/gesture-views/2.3.0/ecb1b88539394ced7641589e764ad4cb83543578/gesture-views-2.3.0-sources.jar!/" />
</SOURCES>
</library>
</component>

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Gradle: com.android.support:animated-vector-drawable:27.1.1@aar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/ba19a009bff4c493bb421ec14458a4d0/animated-vector-drawable-27.1.1/jars/classes.jar!/" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/ba19a009bff4c493bb421ec14458a4d0/animated-vector-drawable-27.1.1/res" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/ba19a009bff4c493bb421ec14458a4d0/animated-vector-drawable-27.1.1/AndroidManifest.xml" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/animated-vector-drawable/27.1.1/a8f4121ade2fdfcc5cb20290a05333239fee05d7/animated-vector-drawable-27.1.1-sources.jar!/" />
</SOURCES>
</library>
</component>

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Gradle: com.android.support:appcompat-v7:27.1.1@aar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/1c49bdc855cac4a96c25d52d012dac3e/appcompat-v7-27.1.1/jars/classes.jar!/" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/1c49bdc855cac4a96c25d52d012dac3e/appcompat-v7-27.1.1/res" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/1c49bdc855cac4a96c25d52d012dac3e/appcompat-v7-27.1.1/AndroidManifest.xml" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/appcompat-v7/27.1.1/21d073509c5f8d25a1bf274067fa729a1fba8d75/appcompat-v7-27.1.1-sources.jar!/" />
</SOURCES>
</library>
</component>

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Gradle: com.android.support:support-annotations:27.1.1">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-annotations/27.1.1/39ded76b5e1ce1c5b2688e1d25cdc20ecee32007/support-annotations-27.1.1.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-annotations/27.1.1/8b8bece71a5ee1e4b33a642cfd5035475a3587c0/support-annotations-27.1.1-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-annotations/27.1.1/46bebf5bd40146178cb33c7678f3782a09dea6e4/support-annotations-27.1.1-sources.jar!/" />
</SOURCES>
</library>
</component>

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Gradle: com.android.support:support-compat:27.1.1@aar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/df5f94544c7802c69cc17f8da8863dfd/support-compat-27.1.1/jars/classes.jar!/" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/df5f94544c7802c69cc17f8da8863dfd/support-compat-27.1.1/res" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/df5f94544c7802c69cc17f8da8863dfd/support-compat-27.1.1/AndroidManifest.xml" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-compat/27.1.1/fe233277b6eae25ce5b2afab6daf55d73c86f0b9/support-compat-27.1.1-sources.jar!/" />
</SOURCES>
</library>
</component>

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Gradle: com.android.support:support-core-ui:27.1.1@aar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/651e56049bfea13201b29b083430f835/support-core-ui-27.1.1/jars/classes.jar!/" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/651e56049bfea13201b29b083430f835/support-core-ui-27.1.1/res" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/651e56049bfea13201b29b083430f835/support-core-ui-27.1.1/AndroidManifest.xml" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-core-ui/27.1.1/266c369a3227be5afec33e11c964472269ff2a7c/support-core-ui-27.1.1-sources.jar!/" />
</SOURCES>
</library>
</component>

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Gradle: com.android.support:support-core-utils:27.1.1@aar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/40bd7b89e4056853c0588caf3b0318f1/support-core-utils-27.1.1/jars/classes.jar!/" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/40bd7b89e4056853c0588caf3b0318f1/support-core-utils-27.1.1/res" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/40bd7b89e4056853c0588caf3b0318f1/support-core-utils-27.1.1/AndroidManifest.xml" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-core-utils/27.1.1/8fb37fd2f8dbc23482865700d2c340ae030ea561/support-core-utils-27.1.1-sources.jar!/" />
</SOURCES>
</library>
</component>

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Gradle: com.android.support:support-fragment:27.1.1@aar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/2dbfcfdf4863a92d7f32cb9d8d5f4eb5/support-fragment-27.1.1/jars/classes.jar!/" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/2dbfcfdf4863a92d7f32cb9d8d5f4eb5/support-fragment-27.1.1/res" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/2dbfcfdf4863a92d7f32cb9d8d5f4eb5/support-fragment-27.1.1/AndroidManifest.xml" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-fragment/27.1.1/94732bda44fba11302c58e459b7c1f47e7521bf9/support-fragment-27.1.1-sources.jar!/" />
</SOURCES>
</library>
</component>

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Gradle: com.android.support:support-media-compat:27.1.1@aar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/8bde9060da14dfa45edd918d6a09b258/support-media-compat-27.1.1/jars/classes.jar!/" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/8bde9060da14dfa45edd918d6a09b258/support-media-compat-27.1.1/res" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/8bde9060da14dfa45edd918d6a09b258/support-media-compat-27.1.1/AndroidManifest.xml" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-media-compat/27.1.1/3ab3f968d7cd675d2f97e67a3e9fc0ac63618f46/support-media-compat-27.1.1-sources.jar!/" />
</SOURCES>
</library>
</component>

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Gradle: com.android.support:support-v4:27.1.1@aar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/4923a0152bf4b4fde0fc94d13db82122/support-v4-27.1.1/jars/classes.jar!/" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/4923a0152bf4b4fde0fc94d13db82122/support-v4-27.1.1/res" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/4923a0152bf4b4fde0fc94d13db82122/support-v4-27.1.1/AndroidManifest.xml" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-v4/27.1.1/5b8f86fea035328fc9e8c660773037a3401ce25f/support-v4-27.1.1-sources.jar!/" />
</SOURCES>
</library>
</component>

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Gradle: com.android.support:support-vector-drawable:27.1.1@aar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/9608e81bcca637cf6f6a9c1eb5c79977/support-vector-drawable-27.1.1/jars/classes.jar!/" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/9608e81bcca637cf6f6a9c1eb5c79977/support-vector-drawable-27.1.1/res" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/9608e81bcca637cf6f6a9c1eb5c79977/support-vector-drawable-27.1.1/AndroidManifest.xml" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-vector-drawable/27.1.1/4b29cf2106c95afb3432bb0c4ec5a91e959717b2/support-vector-drawable-27.1.1-sources.jar!/" />
</SOURCES>
</library>
</component>

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Gradle: com.google.code.gson:gson:2.7">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.google.code.gson/gson/2.7/751f548c85fa49f330cecbb1875893f971b33c4e/gson-2.7.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.google.code.gson/gson/2.7/ceb1b728624941fdcc57d2c6d9aa10643bdd5d4c/gson-2.7-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.google.code.gson/gson/2.7/bbb63ca253b483da8ee53a50374593923e3de2e2/gson-2.7-sources.jar!/" />
</SOURCES>
</library>
</component>

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Gradle: com.squareup.okhttp3:okhttp:3.8.1">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.squareup.okhttp3/okhttp/3.8.1/4d060ca3190df0eda4dc13415532a12e15ca5f11/okhttp-3.8.1.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.squareup.okhttp3/okhttp/3.8.1/d9a548c12536f6478e326a78e58d2123d4e61642/okhttp-3.8.1-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.squareup.okhttp3/okhttp/3.8.1/fc70ffa234e7e77741867d38b341d162ec1ec01e/okhttp-3.8.1-sources.jar!/" />
</SOURCES>
</library>
</component>

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Gradle: com.squareup.okio:okio:1.13.0">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.squareup.okio/okio/1.13.0/a9283170b7305c8d92d25aff02a6ab7e45d06cbe/okio-1.13.0.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.squareup.okio/okio/1.13.0/d4275e004f2d6e405f3ad866cc64131a17e3b60e/okio-1.13.0-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.squareup.okio/okio/1.13.0/f4c91e12121af963e3ef76e81c82aa75ba6e8533/okio-1.13.0-sources.jar!/" />
</SOURCES>
</library>
</component>

@ -0,0 +1,15 @@
<component name="libraryTable">
<library name="Gradle: io.reactivex:rxandroid:1.0.1@aar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/7c4cc5145f7c849f21287855fe357d5f/rxandroid-1.0.1/jars/classes.jar!/" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/7c4cc5145f7c849f21287855fe357d5f/rxandroid-1.0.1/res" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/7c4cc5145f7c849f21287855fe357d5f/rxandroid-1.0.1/AndroidManifest.xml" />
</CLASSES>
<JAVADOC>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/io.reactivex/rxandroid/1.0.1/98aa278200d3353830923dd2594aca4b556da43d/rxandroid-1.0.1-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/io.reactivex/rxandroid/1.0.1/5de1084e44ee8bbcdde96d5fa90460b4f77a482/rxandroid-1.0.1-sources.jar!/" />
</SOURCES>
</library>
</component>

@ -0,0 +1,15 @@
<component name="libraryTable">
<library name="Gradle: io.reactivex.rxjava2:rxandroid:2.1.0@aar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/45ac4eb03fba88c4e5807f47eab213d4/rxandroid-2.1.0/jars/classes.jar!/" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/45ac4eb03fba88c4e5807f47eab213d4/rxandroid-2.1.0/res" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/45ac4eb03fba88c4e5807f47eab213d4/rxandroid-2.1.0/AndroidManifest.xml" />
</CLASSES>
<JAVADOC>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/io.reactivex.rxjava2/rxandroid/2.1.0/b55491bbc85e0f7734e1712dc7ec9f28884ffd8c/rxandroid-2.1.0-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/io.reactivex.rxjava2/rxandroid/2.1.0/6bb55f070564d0f3920f370223bdbede2b998682/rxandroid-2.1.0-sources.jar!/" />
</SOURCES>
</library>
</component>

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Gradle: io.reactivex.rxjava2:rxjava:2.2.5">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/io.reactivex.rxjava2/rxjava/2.2.5/11ec7126adf26d2259e9239563dab9aa3e3812b2/rxjava-2.2.5.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/io.reactivex.rxjava2/rxjava/2.2.5/3006cc78dabb9dbf8842fbf4e50d5b7f7ccda0e6/rxjava-2.2.5-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/io.reactivex.rxjava2/rxjava/2.2.5/6919e0b013caae81292b1b96642efb0a965be5df/rxjava-2.2.5-sources.jar!/" />
</SOURCES>
</library>
</component>

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Gradle: io.reactivex:rxjava:1.0.14">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/io.reactivex/rxjava/1.0.14/898f9ab61e2a23afd615f0b0389478bec86f49f9/rxjava-1.0.14.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/io.reactivex/rxjava/1.0.14/65887ec94b3763bca6daab71636a5a1cc9ecedb0/rxjava-1.0.14-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/io.reactivex/rxjava/1.0.14/e7bad33560b6c163b25073e85e3b2f70948da2bc/rxjava-1.0.14-sources.jar!/" />
</SOURCES>
</library>
</component>

@ -0,0 +1,10 @@
<component name="libraryTable">
<library name="Gradle: org.apache.http.legacy">
<CLASSES>
<root url="jar://$USER_HOME$/Library/Android/sdk/platforms/android-30/optional/org.apache.http.legacy.jar!/" />
<root url="jar://$PROJECT_DIR$/../androidsdk/platforms/android-30/optional/org.apache.http.legacy.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Gradle: org.reactivestreams:reactive-streams:1.0.2">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.reactivestreams/reactive-streams/1.0.2/323964c36556eb0e6209f65c1cef72b53b461ab8/reactive-streams-1.0.2.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.reactivestreams/reactive-streams/1.0.2/d33cbe63ae492cde692c59b0fded80c944590c39/reactive-streams-1.0.2-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.reactivestreams/reactive-streams/1.0.2/fb592a3d57b11e71eb7a6211dd12ba824c5dd037/reactive-streams-1.0.2-sources.jar!/" />
</SOURCES>
</library>
</component>

@ -0,0 +1,3 @@
<component name="MarkdownNavigator.ProfileManager">
<settings default="" pdf-export="" plain-text-search-scope="Project Files" />
</component>

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">
<option name="id" value="Android" />
</component>
</project>

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/IPCamerDemoEYE.iml" filepath="$PROJECT_DIR$/IPCamerDemoEYE.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/LibBridgeWebView/IPCamerDemoEYE.LibBridgeWebView.iml" filepath="$PROJECT_DIR$/.idea/modules/LibBridgeWebView/IPCamerDemoEYE.LibBridgeWebView.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/app/IPCamerDemoEYE.app.iml" filepath="$PROJECT_DIR$/.idea/modules/app/IPCamerDemoEYE.app.iml" />
</modules>
</component>
</project>

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id=":LibBridgeWebView" external.linked.project.path="$MODULE_DIR$/../../../LibBridgeWebView" external.root.project.path="$MODULE_DIR$/../../.." external.system.id="GRADLE" external.system.module.group="IPCamerDemoEYE" external.system.module.version="1.0.0" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="android-gradle" name="Android-Gradle">
<configuration>
<option name="GRADLE_PROJECT_PATH" value=":LibBridgeWebView" />
<option name="LAST_SUCCESSFUL_SYNC_AGP_VERSION" value="3.5.3" />
<option name="LAST_KNOWN_AGP_VERSION" value="3.5.3" />
</configuration>
</facet>
<facet type="android" name="Android">
<configuration>
<option name="SELECTED_BUILD_VARIANT" value="debug" />
<option name="ASSEMBLE_TASK_NAME" value="assembleDebug" />
<option name="COMPILE_JAVA_TASK_NAME" value="compileDebugSources" />
<afterSyncTasks>
<task>generateDebugSources</task>
</afterSyncTasks>
<option name="ALLOW_USER_CONFIGURATION" value="false" />
<option name="MANIFEST_FILE_RELATIVE_PATH" value="/src/main/AndroidManifest.xml" />
<option name="RES_FOLDER_RELATIVE_PATH" value="/src/main/res" />
<option name="RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/../../../LibBridgeWebView/src/main/res;file://$MODULE_DIR$/../../../LibBridgeWebView/src/debug/res;file://$MODULE_DIR$/../../../LibBridgeWebView/build/generated/res/rs/debug;file://$MODULE_DIR$/../../../LibBridgeWebView/build/generated/res/resValues/debug" />
<option name="TEST_RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/../../../LibBridgeWebView/src/androidTest/res;file://$MODULE_DIR$/../../../LibBridgeWebView/src/androidTestDebug/res;file://$MODULE_DIR$/../../../LibBridgeWebView/build/generated/res/rs/androidTest/debug;file://$MODULE_DIR$/../../../LibBridgeWebView/build/generated/res/resValues/androidTest/debug" />
<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/src/main/assets" />
<option name="PROJECT_TYPE" value="1" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7">
<output url="file://$MODULE_DIR$/../../../LibBridgeWebView/build/intermediates/javac/debug/classes" />
<output-test url="file://$MODULE_DIR$/../../../LibBridgeWebView/build/intermediates/javac/debugUnitTest/classes" />
<exclude-output />
<content url="file://$MODULE_DIR$/../../../LibBridgeWebView">
<sourceFolder url="file://$MODULE_DIR$/../../../LibBridgeWebView/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/../../../LibBridgeWebView/build/generated/source/buildConfig/debug" isTestSource="false" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/../../../LibBridgeWebView/build/generated/source/buildConfig/debug" isTestSource="false" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/../../../LibBridgeWebView/src/main/assets" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/../../../LibBridgeWebView/src/main/res" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/../../../LibBridgeWebView/build/generated/ap_generated_sources/debug/out" isTestSource="false" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/../../../LibBridgeWebView/build/generated/ap_generated_sources/debug/out" isTestSource="false" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/../../../LibBridgeWebView/build/generated/res/resValues/debug" type="java-resource" />
<excludeFolder url="file://$MODULE_DIR$/../../../LibBridgeWebView/.gradle" />
<excludeFolder url="file://$MODULE_DIR$/../../../LibBridgeWebView/build" />
</content>
<orderEntry type="jdk" jdkName="Android API 28 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

@ -0,0 +1,75 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id=":app" external.linked.project.path="$MODULE_DIR$/../../../app" external.root.project.path="$MODULE_DIR$/../../.." external.system.id="GRADLE" external.system.module.group="IPCamerDemoEYE" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="android-gradle" name="Android-Gradle">
<configuration>
<option name="GRADLE_PROJECT_PATH" value=":app" />
<option name="LAST_SUCCESSFUL_SYNC_AGP_VERSION" value="3.5.3" />
<option name="LAST_KNOWN_AGP_VERSION" value="3.5.3" />
</configuration>
</facet>
<facet type="android" name="Android">
<configuration>
<option name="SELECTED_BUILD_VARIANT" value="debug" />
<option name="ASSEMBLE_TASK_NAME" value="assembleDebug" />
<option name="COMPILE_JAVA_TASK_NAME" value="compileDebugSources" />
<afterSyncTasks>
<task>generateDebugSources</task>
</afterSyncTasks>
<option name="ALLOW_USER_CONFIGURATION" value="false" />
<option name="MANIFEST_FILE_RELATIVE_PATH" value="/src/main/AndroidManifest.xml" />
<option name="RES_FOLDER_RELATIVE_PATH" value="/src/main/res" />
<option name="RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/../../../app/src/main/res;file://$MODULE_DIR$/../../../app/src/debug/res;file://$MODULE_DIR$/../../../app/build/generated/res/rs/debug;file://$MODULE_DIR$/../../../app/build/generated/res/resValues/debug" />
<option name="TEST_RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/../../../app/src/androidTest/res;file://$MODULE_DIR$/../../../app/src/androidTestDebug/res;file://$MODULE_DIR$/../../../app/build/generated/res/rs/androidTest/debug;file://$MODULE_DIR$/../../../app/build/generated/res/resValues/androidTest/debug" />
<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/src/main/assets" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7">
<output url="file://$MODULE_DIR$/../../../app/build/intermediates/javac/debug/classes" />
<output-test url="file://$MODULE_DIR$/../../../app/build/intermediates/javac/debugUnitTest/classes" />
<exclude-output />
<content url="file://$MODULE_DIR$/../../../app">
<sourceFolder url="file://$MODULE_DIR$/../../../app/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/../../../app/src/main/res" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/../../../app/build/generated/ap_generated_sources/debug/out" isTestSource="false" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/../../../app/build/generated/ap_generated_sources/debug/out" isTestSource="false" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/../../../app/build/generated/source/buildConfig/debug" isTestSource="false" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/../../../app/build/generated/source/buildConfig/debug" isTestSource="false" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/../../../app/build/generated/res/resValues/debug" type="java-resource" />
<excludeFolder url="file://$MODULE_DIR$/../../../app/.gradle" />
<excludeFolder url="file://$MODULE_DIR$/../../../app/build" />
</content>
<orderEntry type="jdk" jdkName="Android API 30 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Gradle: org.apache.http.legacy" level="project" />
<orderEntry type="library" name="Gradle: ./app/libs/GetuiSDK4.3.5.6.jar" level="project" />
<orderEntry type="library" name="Gradle: ./app/libs/json_simple-1.1.jar" level="project" />
<orderEntry type="library" name="Gradle: io.reactivex.rxjava2:rxjava:2.2.5" level="project" />
<orderEntry type="library" name="Gradle: com.android.support:support-annotations:27.1.1" level="project" />
<orderEntry type="library" name="Gradle: com.squareup.okhttp3:okhttp:3.8.1" level="project" />
<orderEntry type="library" name="Gradle: com.google.code.gson:gson:2.7" level="project" />
<orderEntry type="library" name="Gradle: org.reactivestreams:reactive-streams:1.0.2" level="project" />
<orderEntry type="library" name="Gradle: com.squareup.okio:okio:1.13.0" level="project" />
<orderEntry type="library" name="Gradle: android.arch.lifecycle:common:1.1.0" level="project" />
<orderEntry type="library" name="Gradle: android.arch.core:common:1.1.0" level="project" />
<orderEntry type="library" name="Gradle: com.alexvasilkov:gesture-views:2.3.0" level="project" />
<orderEntry type="library" name="Gradle: io.reactivex:rxjava:1.0.14" level="project" />
<orderEntry type="library" name="Gradle: io.reactivex.rxjava2:rxandroid:2.1.0@aar" level="project" />
<orderEntry type="library" name="Gradle: com.android.support:appcompat-v7:27.1.1@aar" level="project" />
<orderEntry type="library" name="Gradle: com.android.support:support-v4:27.1.1@aar" level="project" />
<orderEntry type="library" name="Gradle: com.android.support:support-media-compat:27.1.1@aar" level="project" />
<orderEntry type="library" name="Gradle: com.android.support:support-fragment:27.1.1@aar" level="project" />
<orderEntry type="library" name="Gradle: com.android.support:animated-vector-drawable:27.1.1@aar" level="project" />
<orderEntry type="library" name="Gradle: com.android.support:support-core-ui:27.1.1@aar" level="project" />
<orderEntry type="library" name="Gradle: com.android.support:support-core-utils:27.1.1@aar" level="project" />
<orderEntry type="library" name="Gradle: com.android.support:support-vector-drawable:27.1.1@aar" level="project" />
<orderEntry type="library" name="Gradle: com.android.support:support-compat:27.1.1@aar" level="project" />
<orderEntry type="library" name="Gradle: android.arch.lifecycle:runtime:1.1.0@aar" level="project" />
<orderEntry type="library" name="Gradle: android.arch.lifecycle:livedata-core:1.1.0@aar" level="project" />
<orderEntry type="library" name="Gradle: android.arch.core:runtime:1.1.0@aar" level="project" />
<orderEntry type="library" name="Gradle: android.arch.lifecycle:viewmodel:1.1.0@aar" level="project" />
<orderEntry type="library" name="Gradle: io.reactivex:rxandroid:1.0.1@aar" level="project" />
<orderEntry type="module" module-name="IPCamerDemoEYE.LibBridgeWebView" />
</component>
</module>

@ -0,0 +1,3 @@
P
java:S1118":Add a private constructor to hide the implicit public one.(´ëŠÁ

@ -0,0 +1,26 @@

java:S1186v"€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(Ç<>­ã
œ
java:S1186{"€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(«³…äøÿÿÿÿ

java:S1186"€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(ð“·¨
˜
java:S1186ƒ"€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(ªÝøŒ
˜
java:S1186ˆ"€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(½¡á®

java:S1186'"€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(¯”Öy
V java:S125O"<This block of commented-out lines of code should be removed.(´¶œ<C2B6>ùÿÿÿÿ
I
java:S1172"3Remove this unused method parameter "setTagCmdMsg".(ð“·¨
Q
java:S1172ƒ":Remove this unused method parameter "bindAliasCmdMessage".(ªÝøŒ
S
java:S1172ˆ"<Remove this unused method parameter "unBindAliasCmdMessage".(½¡á®
J
java:S1128"/Remove this unused import 'android.os.Message'.(¤ªæéýÿÿÿÿ
E
java:S1128"/Remove this unused import 'com.ipcamer.demo.R'.(Š¿ìî
B
java:S1068%"'Remove this unused "cnt" private field.(¢Ô<C2A2><C394>üÿÿÿÿ

@ -0,0 +1,32 @@
t java:S115"ZRename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.(ñÁ޶üÿÿÿÿ
c java:S116"NRename this field "TAG" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<28>³õõ
7
java:S1170"!Make this final field static too.(<28>³õõ
V java:S125,"<This block of commented-out lines of code should be removed.(‡Ã›¸ùÿÿÿÿ
1
java:S3626X"Remove this redundant jump.(ûÁÝ…
d
java:S5361"HReplace this call to "replaceAll()" by a call to the "replace()" method.(´´Ÿªüÿÿÿÿ
J
java:S1874".Remove this use of "encode"; it is deprecated.(´´Ÿªüÿÿÿÿ
_
java:S5361"HReplace this call to "replaceAll()" by a call to the "replace()" method.(Š‘æ—
E
java:S1874".Remove this use of "encode"; it is deprecated.(Š‘æ—
d
java:S5361"HReplace this call to "replaceAll()" by a call to the "replace()" method.(îÔæÿûÿÿÿÿ
J
java:S1874".Remove this use of "encode"; it is deprecated.(îÔæÿûÿÿÿÿ
i
java:S3776¢"RRefactor this method to reduce its Cognitive Complexity from 33 to the 15 allowed.(°ÝÃÙ
=
java:S1068"'Remove this unused "TAG" private field.(<28>³õõ
t
java:S2293"YReplace the type specification in this constructor call with the diamond operator ("<>").(¬½×Æÿÿÿÿÿ
o
java:S2293"YReplace the type specification in this constructor call with the diamond operator ("<>").(ÍñŽË
t
java:S2293"YReplace the type specification in this constructor call with the diamond operator ("<>").(ơÎÿÿÿÿÿ
Z
java:S1155°">Use isEmpty() to check whether the collection is empty or not.(â×—˜ÿÿÿÿÿ

@ -0,0 +1,15 @@
`
java:S1124"EReorder the modifiers to comply with the Java Language Specification.(»ÓêÌþÿÿÿÿ
[
java:S1124"EReorder the modifiers to comply with the Java Language Specification.(ÂÄš¾
`
java:S1124"EReorder the modifiers to comply with the Java Language Specification.(™ìþþþÿÿÿÿ
`
java:S1124"EReorder the modifiers to comply with the Java Language Specification.(â‹…ýúÿÿÿÿ
`
java:S1124"EReorder the modifiers to comply with the Java Language Specification.(ôó•ùøÿÿÿÿ
S
java:S1117D"8Rename "data" which hides the field declared at line 22.(‰’²¹úÿÿÿÿ
t
java:S2293d"YReplace the type specification in this constructor call with the diamond operator ("<>").(„­–æùÿÿÿÿ

@ -0,0 +1,20 @@
h java:S116"SRename this field "btn_open" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ˆÖŠŒ
i java:S116"TRename this field "btn_close" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ˆÖŠŒ
m java:S116"XRename this field "btn_getsensor" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ˆÖŠŒ
<
java:S1659"!Declare "pwd" on a separate line.(²÷à»úÿÿÿÿ
\
java:S1659"FDeclare "btn_close" and all following declarations on a separate line.(ˆÖŠŒ
n
java:S1450"XRemove the "btn_close" field and declare it as a local variable in the relevant methods.(ˆÖŠŒ
r
java:S1450"\Remove the "btn_getsensor" field and declare it as a local variable in the relevant methods.(ˆÖŠŒ
m
java:S1450"WRemove the "btn_open" field and declare it as a local variable in the relevant methods.(ˆÖŠŒ
M
java:S1135"2Complete the task associated to this TODO comment.(» æžÿÿÿÿÿ
M
java:S1135-"2Complete the task associated to this TODO comment.(» æžÿÿÿÿÿ
l
java:S11922"QDefine a constant instead of duplicating this literal "&user=admin&pwd=" 3 times.(€¦ï¾þÿÿÿÿ

@ -0,0 +1,21 @@
œ
java:S1186w"€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(ðÓ¦Ýøÿÿÿÿ
e
java:S1874"JDon't override a deprecated method or explicitly mark it as "@Deprecated".(µÛΰüÿÿÿÿ
=
java:S1125*"'Remove the unnecessary boolean literal.( ˜<C2A0>¾
V
java:S1874*"@Remove this use of "shouldOverrideUrlLoading"; it is deprecated.( ˜<C2A0>¾
m
java:S37761"RRefactor this method to reduce its Cognitive Complexity from 18 to the 15 allowed.(¸ÄɈüÿÿÿÿ
V java:S1254"<This block of commented-out lines of code should be removed.(¸¸–úûÿÿÿÿ
C java:S108;")Either remove or fill this block of code.(ŸÅ¿àùÿÿÿÿ
=
java:S1125P"'Remove the unnecessary boolean literal.(ÔõŒä
C
java:S1185X"(Remove this method to simply inherit it.(ý¤Ðüùÿÿÿÿ
E
java:S1172r"*Remove this unused method parameter "url".(ê<>çËÿÿÿÿÿ
H
java:S1128"-Remove this unused import 'android.util.Log'.(Ԧزøÿÿÿÿ

@ -0,0 +1,30 @@
U
java:S1118 ":Add a private constructor to hide the implicit public one.(ª­ß’þÿÿÿÿ
`
java:S1124 "EReorder the modifiers to comply with the Java Language Specification.(²²Ôìÿÿÿÿÿ
[
java:S1124 "EReorder the modifiers to comply with the Java Language Specification.(ŸæËû
`
java:S1124"EReorder the modifiers to comply with the Java Language Specification.(<28>ÖÙ‰ùÿÿÿÿ
`
java:S1124"EReorder the modifiers to comply with the Java Language Specification.(ëÉ®ðúÿÿÿÿ
[
java:S1124"EReorder the modifiers to comply with the Java Language Specification.(ãñÄ
Z
java:S1124"EReorder the modifiers to comply with the Java Language Specification.(تöp
`
java:S1124"EReorder the modifiers to comply with the Java Language Specification.(ð°›Èýÿÿÿÿ
`
java:S1124"EReorder the modifiers to comply with the Java Language Specification.(˜¬Êüøÿÿÿÿ
[
java:S1124"EReorder the modifiers to comply with the Java Language Specification.(µÂ²
Z
java:S1124"EReorder the modifiers to comply with the Java Language Specification.(úÎÏ
> java:S108w")Either remove or fill this block of code.(ï­£Ä
E
java:S2093a"*Change this "try" to a try-with-resources.(¡»¢üùÿÿÿÿ
i
java:S1192L"TUse already-defined constant 'JAVASCRIPT_STR' instead of duplicating its value here.(ýŸïc
b
java:S2095c"LUse try-with-resources or close this "BufferedReader" in a "finally" clause.(¯Ô½ð

@ -0,0 +1,663 @@
h java:S116"NRename this field "TAG" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ïÁ Úûÿÿÿÿ
˜
java:S1186"€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(Â¥¯Ä
˜
java:S1186œ"€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(þ·‹â
˜
java:S1186å
"€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(ƆÄÎ
<EFBFBD>
java:S1186ì
"€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(‘⾿üÿÿÿÿ
<EFBFBD>
java:S1186ñ
"€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(œ<>ˆšûÿÿÿÿ
<EFBFBD>
java:S1186õ
"€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(<28><>ô¤üÿÿÿÿ
<EFBFBD>
java:S1186ù
"€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(“äÞúøÿÿÿÿ
˜
java:S1186ý
"€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(µ»¦Ø
˜
java:S1186<18> "€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(у­Ð
<EFBFBD>
java:S1186<18> "€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(¾‡ŸÎýÿÿÿÿ
˜
java:S1186 "€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(ºþâ¤
˜
java:S1186Î "€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(Úµä–
˜
java:S1186Ò "€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(á™æ‘
{
java:S1450ÿ"_Remove the "pictureInterface" field and declare it as a local variable in the relevant methods.(Óâ¶³þÿÿÿÿ
y
java:S1450ˆ"]Remove the "videoInterface" field and declare it as a local variable in the relevant methods.(ÅÊ±Ãøÿÿÿÿ
Q java:S1251"<This block of commented-out lines of code should be removed.(ì<>ÂÔ
>
java:S11856"(Remove this method to simply inherit it.(ªÐªÄ
c java:S100R"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÚßÏÛ
g
java:S1172S"QRemove these unused method parameters "timestamp", "milistamp", "originFrameLen".(í»ý€
h java:S100_"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(€ø›Ùýÿÿÿÿ
F
java:S1172`"0Remove this unused method parameter "milistamp".(¦ÒØÁ
M
java:S1135d"2Complete the task associated to this TODO comment.(÷ÜÜ·ûÿÿÿÿ
c java:S100s"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Â÷žõ
P java:S125t"<This block of commented-out lines of code should be removed.(ì«…u
M
java:S1135y"2Complete the task associated to this TODO comment.(ò˜æöÿÿÿÿÿ
i java:S100"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ô·õøüÿÿÿÿ
i java:S100¡"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¦<>ßÇúÿÿÿÿ
d java:S100"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Îù™Ì
P
java:S1172"9Remove these unused method parameters "sysVer", "appVer".(Îù™Ì
d java:S100Ì"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(îîø¡
W java:S125Û"<This block of commented-out lines of code should be removed.(“ “Ìøÿÿÿÿ
I
java:S1135÷"2Complete the task associated to this TODO comment.(½è±«
i java:S100þ"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(´ŒÉÉùÿÿÿÿ
n
java:S3776þ"RRefactor this method to reduce its Cognitive Complexity from 46 to the 15 allowed.(´ŒÉÉùÿÿÿÿ
Q
java:S1854ú":Remove this useless assignment to local variable "signal".(žÅÞþ
X
java:S1854ü"<Remove this useless assignment to local variable "operator".(ï³é®ûÿÿÿÿ
2
java:S3626"Remove this redundant jump.(ûÁÝ…
x
java:S2234Í"aParameters to LowPwerCallBack have the same names but not the same order as the method arguments.(¾™ à
W java:S125ä"<This block of commented-out lines of code should be removed.(ïùØÆÿÿÿÿÿ
W java:S125ê"<This block of commented-out lines of code should be removed.(ïùØÆÿÿÿÿÿ
B
java:S1481ú"+Remove this unused "signal" local variable.(žÅÞþ
I
java:S1481ü"-Remove this unused "operator" local variable.(ï³é®ûÿÿÿÿ
d java:S100<18>"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(—‘êÜ
B
java:S1172Ž"+Remove this unused method parameter "fram".(–ÆÑÞ
d java:S100"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Â¥¯Ä
d java:S100œ"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(þ·‹â
i java:S100 "NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(»¼ÍÂøÿÿÿÿ
c java:S100®"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ò·Á?
i java:S100¼"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¬‡äÛýÿÿÿÿ
i java:S100Å"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(÷ÜÞùÿÿÿÿ

java:S1172Å"vRemove these unused method parameters "did", "service", "user", "pwd", "host", "proxy_svr", "ddns_mode", "proxy_port".(÷ÜÞùÿÿÿÿ
i java:S100Ë"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÆïëÍùÿÿÿÿ
i java:S100Õ"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(òÕ<C3B2>ýÿÿÿÿ
d java:S100ç"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¡·‡Ä
d java:S100î"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(æ™Ê—
i java:S100ö"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(˜žçÓþÿÿÿÿ

java:S1172ö"wRemove these unused method parameters "did", "ipaddr", "netmask", "gateway", "dns1", "dns2", "dhcp", "port", "rtsport".(˜žçÓþÿÿÿÿ
i java:S100ü"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¢°Ü´úÿÿÿÿ
Œ
java:S1172ý"pRemove these unused method parameters "devname", "devid", "sdcardstatus", "sdcardtotalsize", "sdcardremainsize".(ц’¶úÿÿÿÿ
d java:S100"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(§­ç•
ú
java:S1172Remove these unused method parameters "did", "led_mod", "ptz_center_onstart", "ptz_run_times", "ptz_patrol_rate", "ptz_patrul_up_rate", "ptz_patrol_down_rate", "ptz_patrol_left_rate", "ptz_patrol_right_rate", "disable_preset".(§­ç•
i java:S100"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(þ±ïâÿÿÿÿÿ
d java:S100œ"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ÿš¦Œ
N
java:S1172®"2Remove this unused method parameter "remind_rare".(·Ÿõãþÿÿÿÿ
Q
java:S6213Ÿ":Rename this variable to not match a restricted identifier.(<28>ì¼³
d java:S100Ø"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ŒœÐé
Y
java:S1854Ý"BRemove this useless assignment to local variable "strMotionAlarm".(Òý·É
\
java:S1854â"@Remove this useless assignment to local variable "strGpioAlarm".(¿›è‚ùÿÿÿÿ
J
java:S1481Ý"3Remove this unused "strMotionAlarm" local variable.(Òý·É
R java:S125ß"<This block of commented-out lines of code should be removed.(Ü<>È 
M
java:S1481â"1Remove this unused "strGpioAlarm" local variable.(¿›è‚ùÿÿÿÿ
W java:S125ä"<This block of commented-out lines of code should be removed.(åʇšøÿÿÿÿ
R java:S125è"<This block of commented-out lines of code should be removed.(²†÷Õ
c java:S100õ"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(±ù®k
i java:S100"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ð¾ãŠùÿÿÿÿ
T
java:S1172"8Remove these unused method parameters "did", "streamid".(ð¾ãŠùÿÿÿÿ
d java:S100Ž"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(жýä
N
java:S1172<18>"2Remove this unused method parameter "record_chnl".(¡¸‡›ûÿÿÿÿ
R java:S125´"<This block of commented-out lines of code should be removed.(Ú°à¬
d java:S100Á"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(“Öïº
W java:S125Ç"<This block of commented-out lines of code should be removed.(ÒÌâ–øÿÿÿÿ
R java:S125È"<This block of commented-out lines of code should be removed.(<28>ìî
W java:S125Ï"<This block of commented-out lines of code should be removed.(Æ÷¢§üÿÿÿÿ
d java:S100Ü"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Š›ª×
c java:S100à"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<28><>þe
i java:S100æ"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ó—ëÜüÿÿÿÿ
i java:S100ô"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(íäÒ­üÿÿÿÿ
i java:S100ö"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(›ÜäÂþÿÿÿÿ
d java:S100û"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(‘ñ–ë
i java:S100"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(íäÒ­üÿÿÿÿ
i java:S100<18>"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(íäÒ­üÿÿÿÿ
i java:S100­"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(…’ áûÿÿÿÿ
i java:S100Á"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Öœéƒøÿÿÿÿ
i java:S100Ø"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(òšßàúÿÿÿÿ
Q
java:S6213":Rename this variable to not match a restricted identifier.(î±Ü«
d java:S100"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(þÜí‚
i java:S100"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Þ÷¸Êùÿÿÿÿ
d java:S100ž"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ŠÉàü
V
java:S6213¡":Rename this variable to not match a restricted identifier.(ñïöšüÿÿÿÿ
3
java:S1116ñ"Remove this empty statement.(À‰®µ
i java:S100± "NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÇÂÒÉúÿÿÿÿ
c java:S100¼ "NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ñÂò]
i java:S100Ñ "NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÐÌúÅüÿÿÿÿ
i java:S100Õ "NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¥¹­Çþÿÿÿÿ
n
java:S3776Õ "RRefactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed.(¥¹­Çþÿÿÿÿ
b
java:S1764ÿ "KCorrect one of the identical sub-expressions on both sides of operator "&&"(ž<>á¿
i java:S100«
"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(û…›Áûÿÿÿÿ
D java:S108
")Either remove or fill this block of code.(ÒÌâ–øÿÿÿÿ
D java:S108»
")Either remove or fill this block of code.(ÒÌâ–øÿÿÿÿ
D java:S108À
")Either remove or fill this block of code.(ÒÌâ–øÿÿÿÿ
D java:S108Å
")Either remove or fill this block of code.(ÒÌâ–øÿÿÿÿ
D java:S108Ê
")Either remove or fill this block of code.(ÒÌâ–øÿÿÿÿ
d java:S100à
"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(‘ÙéÔ
d java:S100å
"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ƆÄÎ
i java:S100ì
"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(‘⾿üÿÿÿÿ
i java:S100ñ
"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(œ<>ˆšûÿÿÿÿ
i java:S100õ
"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<28><>ô¤üÿÿÿÿ
i java:S100ù
"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(“äÞúøÿÿÿÿ
i java:S100 "NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ùÖË÷þÿÿÿÿ
i java:S100<18> "NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¾‡ŸÎýÿÿÿÿ
d java:S100 "NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ºþâ¤
i java:S100¥ "NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ö౯øÿÿÿÿ
U
java:S1172¥ "9Remove these unused method parameters "sysVer", "appVer".(ö౯øÿÿÿÿ
d java:S100¹ "NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(§Ü¨¡
<
java:S1905¿ "&Remove this unnecessary cast to "int".(á†V
=
java:S1905à "&Remove this unnecessary cast to "int".(í¬×‹
d java:S100Î "NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Úµä–
d java:S100Ò "NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(á™æ‘
d java:S100Ø "NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ü“ÿé
N
java:S1854ã "7Remove this useless assignment to local variable "dec".(ò”¼ƒ
Q java:S125ß "<This block of commented-out lines of code should be removed.(µ<>ý9
d java:S100ë "NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ԥğ
N
java:S1854ñ "7Remove this useless assignment to local variable "dec".(ò”¼ƒ
d java:S100ö "NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ªØËË
N
java:S1128 "3Remove this unused import 'android.R.interpolator'.(²Ù¯Ÿÿÿÿÿÿ
G
java:S1128
"1Remove this unused import 'android.app.Activity'.(‡ÊÍÆ
L
java:S1128"1Remove this unused import 'android.widget.Toast'.(©›ïÍúÿÿÿÿ
4
java:S1128"Remove this duplicated import.(Èéý°
B
java:S1068",Remove this unused "mNotify2" private field.(ÝÜ 
P
java:S1068ÿ"4Remove this unused "pictureInterface" private field.(Óâ¶³þÿÿÿÿ
N
java:S1068ˆ"2Remove this unused "videoInterface" private field.(ÅÊ±Ãøÿÿÿÿ
u
java:S2293× "YReplace the type specification in this constructor call with the diamond operator ("<>").(öô¥”üÿÿÿÿ
e
java:S1192"IDefine a constant instead of duplicating this literal "command=" 6 times.(î˜îýûÿÿÿÿ
j
java:S1192Š
"NDefine a constant instead of duplicating this literal "correctModel=" 3 times.(ÈÏ©Œúÿÿÿÿ
b
java:S1192"FDefine a constant instead of duplicating this literal "mask=" 3 times.(èÆöÈÿÿÿÿÿ
F
java:S1066ó "/Merge this if statement with the enclosing one.(§òçÒ
K
java:S1066Š
"/Merge this if statement with the enclosing one.(ÈÏ©Œúÿÿÿÿ
R java:S107R"=Method has 11 parameters, which is greater than 7 authorized.(ÚßÏÛ
V java:S107_"<Method has 8 parameters, which is greater than 7 authorized.(€ø›Ùýÿÿÿÿ
R java:S107<18>"<Method has 9 parameters, which is greater than 7 authorized.(—‘êÜ
X java:S107 "=Method has 18 parameters, which is greater than 7 authorized.(»¼ÍÂøÿÿÿÿ
W java:S107¼"<Method has 8 parameters, which is greater than 7 authorized.(¬‡äÛýÿÿÿÿ
W java:S107Å"<Method has 8 parameters, which is greater than 7 authorized.(÷ÜÞùÿÿÿÿ
X java:S107Ë"=Method has 11 parameters, which is greater than 7 authorized.(ÆïëÍùÿÿÿÿ
W java:S107ö"<Method has 9 parameters, which is greater than 7 authorized.(˜žçÓþÿÿÿÿ
X java:S107ü"=Method has 10 parameters, which is greater than 7 authorized.(¢°Ü´úÿÿÿÿ
S java:S107"=Method has 10 parameters, which is greater than 7 authorized.(§­ç•
W java:S107"<Method has 9 parameters, which is greater than 7 authorized.(þ±ïâÿÿÿÿÿ
S java:S107œ"=Method has 57 parameters, which is greater than 7 authorized.(Ÿš¦Œ
Q java:S107õ"<Method has 8 parameters, which is greater than 7 authorized.(±ù®k
X java:S107"=Method has 10 parameters, which is greater than 7 authorized.(ð¾ãŠùÿÿÿÿ
S java:S107Ž"=Method has 31 parameters, which is greater than 7 authorized.(жýä
X java:S107š"=Method has 18 parameters, which is greater than 7 authorized.(¼ÕÈßùÿÿÿÿ
W java:S107 "<Method has 9 parameters, which is greater than 7 authorized.(þýøöøÿÿÿÿ
X java:S107­"=Method has 25 parameters, which is greater than 7 authorized.(…’ áûÿÿÿÿ
X java:S107Á"=Method has 25 parameters, which is greater than 7 authorized.(Öœéƒøÿÿÿÿ
X java:S107Ø"=Method has 25 parameters, which is greater than 7 authorized.(òšßàúÿÿÿÿ
S java:S107<18>"=Method has 35 parameters, which is greater than 7 authorized.(çå¬×
S java:S107ž"=Method has 56 parameters, which is greater than 7 authorized.(ŠÉàü
X java:S107Ç"=Method has 11 parameters, which is greater than 7 authorized.(<28>ØÀÙúÿÿÿÿ
R java:S107Õ"<Method has 8 parameters, which is greater than 7 authorized.(<28>À±²
S java:S107â"=Method has 30 parameters, which is greater than 7 authorized.(½Ÿ´Ž
W java:S107û"<Method has 8 parameters, which is greater than 7 authorized.(®Ä€Úùÿÿÿÿ
R java:S107“ "<Method has 8 parameters, which is greater than 7 authorized.(󼓯
S java:S107Ÿ "=Method has 10 parameters, which is greater than 7 authorized.(†Íçö
X java:S107± "=Method has 10 parameters, which is greater than 7 authorized.(ÇÂÒÉúÿÿÿÿ
X java:S107Õ "=Method has 10 parameters, which is greater than 7 authorized.(¥¹­Çþÿÿÿÿ
X java:S107«
"=Method has 11 parameters, which is greater than 7 authorized.(û…›Áûÿÿÿÿ
S java:S107à
"=Method has 11 parameters, which is greater than 7 authorized.(‘ÙéÔ
R java:S107å
"<Method has 9 parameters, which is greater than 7 authorized.(ƆÄÎ
W java:S107 "<Method has 9 parameters, which is greater than 7 authorized.(ùÖË÷þÿÿÿÿ
W java:S107¥ "<Method has 8 parameters, which is greater than 7 authorized.(ö౯øÿÿÿÿ
S java:S107ö "=Method has 13 parameters, which is greater than 7 authorized.(ªØËË
l java:S117þ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(´ŒÉÉùÿÿÿÿ
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¦Í™âÿÿÿÿÿ
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ç™ìƒýÿÿÿÿ
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ô<>̆úÿÿÿÿ
g java:S117<18>"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(®Âè¡
g java:S117<18>"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ÿ€Œ¤
g java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<28><>ôÊ
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(࣓‘ùÿÿÿÿ
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÍÏÉÌøÿÿÿÿ
g java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(À‡ÿú
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(øÏܨÿÿÿÿÿ
g java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Šážþ
f java:S117<18>"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(žž´H
l java:S117Ÿ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(À¦ü<C2A6>ýÿÿÿÿ
l java:S117¡"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.( äé<C3A4>þÿÿÿÿ
g java:S117£"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ê¿§‚
l java:S117¥"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÊŒÁËùÿÿÿÿ
g java:S117§"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(°¡Ôœ
l java:S117©"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ï¡Ãïùÿÿÿÿ
g java:S117«"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(‰èÄ÷
l java:S117­"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ðÞêßÿÿÿÿÿ
l java:S117¯"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¯ÜéÔúÿÿÿÿ
g java:S117±"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÉÔз
l java:S117Å"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<28>ÍñÂþÿÿÿÿ
g java:S117Ç"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(€µƒç
l java:S117É"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¶æÕÍÿÿÿÿÿ
g java:S117Ë"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<28>˜´´
l java:S117Í"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<28>óª¾ýÿÿÿÿ
l java:S117Ï"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ýÏæâýÿÿÿÿ
g java:S117Ñ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(š™Ëõ
g java:S117Ó"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<28>òÚ™
l java:S117Õ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(æëÀ¬øÿÿÿÿ
l java:S117×"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(‹ë¶Æùÿÿÿÿ
l java:S117Ù"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(é´çÔøÿÿÿÿ
l java:S117Û"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ö<>¨”üÿÿÿÿ
g java:S117Ý"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(®½ ô
l java:S117ß"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(çÃ×Ùûÿÿÿÿ
l java:S117á"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(åÛ´Àüÿÿÿÿ
g java:S117ã"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÿ‘øß
l java:S117å"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<28>òËûÿÿÿÿ
g java:S117ç"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¦©žØ
g java:S117é"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(§ ´ç
l java:S117ë"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(È›²úÿÿÿÿ
l java:S117í"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ï•”óþÿÿÿÿ
l java:S117ï"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¿ÏðÒøÿÿÿÿ
g java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(çþ‘¦
l java:S117ˆ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(÷Üá‡øÿÿÿÿ
l java:S117Š"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¦¶¨—üÿÿÿÿ
g java:S117Œ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ݪ£Ô
g java:S117Ž"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Û÷¿±
g java:S117<18>"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ä•¥‚
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(€±çÙúÿÿÿÿ
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÆÔûËøÿÿÿÿ
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(þÀ£Úýÿÿÿÿ
g java:S117˜"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<28>¯£°
g java:S117š"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<28>ò°±
f java:S117œ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¬¤ûU
l java:S117ž"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ᵞ¨üÿÿÿÿ
l java:S117 "QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(õ—<C3B5>îüÿÿÿÿ
g java:S117¢"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÔºŸ®
f java:S117¤"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÄŸ¸%
l java:S117¦"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ˆÍ»ºøÿÿÿÿ
l java:S117¨"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ø…ßÚøÿÿÿÿ
g java:S117ª"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ô“”Æ
l java:S117¬"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÿ<>§¾ûÿÿÿÿ
g java:S117®"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ñ©ä¶
g java:S117°"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(æ½ÞÏ
l java:S117£"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(£¶Æéùÿÿÿÿ
l java:S117£"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(£¶Æéùÿÿÿÿ
l java:S117£"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(£¶Æéùÿÿÿÿ
l java:S117£"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(£¶Æéùÿÿÿÿ
g java:S117¤"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(À½íï
l java:S117¼"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¬‡äÛýÿÿÿÿ
l java:S117½"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Óå¬ìÿÿÿÿÿ
l java:S117Æ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ƒªäþøÿÿÿÿ
l java:S117Æ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ƒªäþøÿÿÿÿ
l java:S117Æ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ƒªäþøÿÿÿÿ
g java:S117Ö"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Š™üš
g java:S117Ö"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Š™üš
g java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(§­ç•
l java:S117Œ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ԅöÿÿÿÿÿ
l java:S117Œ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ԅöÿÿÿÿÿ
l java:S117Œ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ԅöÿÿÿÿÿ
l java:S117<18>"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(‹»®êúÿÿÿÿ
l java:S117<18>"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(‹»®êúÿÿÿÿ
g java:S117Ž"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ù÷ÁŸ
g java:S117Ž"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ù÷ÁŸ
l java:S117<18>"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÓíÓñýÿÿÿÿ
g java:S117œ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ÿš¦Œ
g java:S117<18>"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(š
g java:S117<18>"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(š
g java:S117<18>"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(š
f java:S117ž"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(üêàC
f java:S117ž"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(üêàC
g java:S117Ÿ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<28>ì¼³
l java:S117 "QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ו´µüÿÿÿÿ
l java:S117 "QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ו´µüÿÿÿÿ
l java:S117 "QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ו´µüÿÿÿÿ
f java:S117¡"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<28>Þ
f java:S117¡"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<28>Þ
f java:S117¡"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<28>Þ
l java:S117¢"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¸½Ð›üÿÿÿÿ
l java:S117¢"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¸½Ð›üÿÿÿÿ
l java:S117¢"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¸½Ð›üÿÿÿÿ
g java:S117£"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(úÝöÁ
g java:S117£"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(úÝöÁ
g java:S117£"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(úÝöÁ
l java:S117¤"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(™Ëž©üÿÿÿÿ
l java:S117¤"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(™Ëž©üÿÿÿÿ
l java:S117¤"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(™Ëž©üÿÿÿÿ
g java:S117¥"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Úâ’¤
g java:S117¥"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Úâ’¤
g java:S117¥"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Úâ’¤
g java:S117¦"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<E2809A>¹
g java:S117¦"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<E2809A>¹
g java:S117¦"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<E2809A>¹
g java:S117§"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(œ¦Ã÷
g java:S117§"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(œ¦Ã÷
g java:S117§"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(œ¦Ã÷
g java:S117¨"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(‡Êøá
g java:S117¨"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(‡Êøá
g java:S117¨"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(‡Êøá
g java:S117©"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(²­ä¹
g java:S117©"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(²­ä¹
g java:S117©"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(²­ä¹
g java:S117ª"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ß«Áº
g java:S117ª"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ß«Áº
g java:S117ª"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ß«Áº
l java:S117«"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÔÍØ“üÿÿÿÿ
l java:S117«"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÔÍØ“üÿÿÿÿ
l java:S117«"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÔÍØ“üÿÿÿÿ
l java:S117¬"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(á‚ƒÓøÿÿÿÿ
l java:S117¬"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(á‚ƒÓøÿÿÿÿ
l java:S117¬"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(á‚ƒÓøÿÿÿÿ
g java:S117­"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ÿ¢ù‡
g java:S117­"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ÿ¢ù‡
g java:S117­"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ÿ¢ù‡
l java:S117®"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(·Ÿõãþÿÿÿÿ
l java:S117®"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(·Ÿõãþÿÿÿÿ
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÑÐÃÉÿÿÿÿÿ
g java:S117Ž"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(жýä
l java:S117<18>"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¡¸‡›ûÿÿÿÿ
l java:S117<18>"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¡¸‡›ûÿÿÿÿ
l java:S117<18>"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¡¸‡›ûÿÿÿÿ
g java:S117<18>"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ôÁ†¿
g java:S117<18>"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ôÁ†¿
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÿ¤Àíþÿÿÿÿ
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÿ¤Àíþÿÿÿÿ
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¼É<C2BC>•üÿÿÿÿ
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¼É<C2BC>•üÿÿÿÿ
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÖŽ<C396>—üÿÿÿÿ
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÖŽ<C396>—üÿÿÿÿ
f java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Æ¢À/
f java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Æ¢À/
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¬µÄÃÿÿÿÿÿ
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¬µÄÃÿÿÿÿÿ
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(øïØßûÿÿÿÿ
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(øïØßûÿÿÿÿ
g java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ø´ÛÓ
g java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ø´ÛÓ
g java:S117˜"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ØÍÏä
g java:S117˜"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ØÍÏä
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(òœÑóþÿÿÿÿ
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(òœÑóþÿÿÿÿ
g java:S117š"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(–»öÃ
g java:S117š"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(–»öÃ
g java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÅÕ±‡
g java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÅÕ±‡
l java:S117<18>"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(£¶Æéùÿÿÿÿ
l java:S117<18>"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(£¶Æéùÿÿÿÿ
l java:S117<18>"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(£¶Æéùÿÿÿÿ
l java:S117<18>"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(£¶Æéùÿÿÿÿ
l java:S117ž"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(™ÐÚ»úÿÿÿÿ
g java:S117®"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÂÕ‚æ
g java:S117®"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÂÕ‚æ
g java:S117®"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÂÕ‚æ
g java:S117¯"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(·×°µ
g java:S117¯"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(·×°µ
g java:S117¯"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(·×°µ
l java:S117°"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(õºÅ€þÿÿÿÿ
l java:S117°"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(õºÅ€þÿÿÿÿ
l java:S117°"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(õºÅ€þÿÿÿÿ
g java:S117±"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ò‹åô
g java:S117±"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ò‹åô
g java:S117²"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ž™´÷
g java:S117²"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ž™´÷
l java:S117³"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(·­¤Àýÿÿÿÿ
l java:S117³"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(·­¤Àýÿÿÿÿ
f java:S117´"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(–à„^
f java:S117´"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(–à„^
g java:S117µ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¸ŠšÃ
g java:S117µ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¸ŠšÃ
g java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(½ÊÌÿ
g java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(½ÊÌÿ
g java:S117·"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(µ­±‘
l java:S117Â"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ê‚­ïøÿÿÿÿ
l java:S117Â"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ê‚­ïøÿÿÿÿ
l java:S117Ã"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(—ç§¹ÿÿÿÿÿ
l java:S117Ã"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(—ç§¹ÿÿÿÿÿ
g java:S117Ä"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(áݶÍ
g java:S117Ä"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(áݶÍ
l java:S117Å"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¦ÎôÚùÿÿÿÿ
l java:S117Å"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¦ÎôÚùÿÿÿÿ
l java:S117Æ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ç„ñÑøÿÿÿÿ
l java:S117Æ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ç„ñÑøÿÿÿÿ
g java:S117Ç"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(å§Áÿ
g java:S117Ç"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(å§Áÿ
g java:S117È"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ä•µ¨
g java:S117È"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ä•µ¨
f java:S117É"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(‡† 
f java:S117É"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(‡† 
g java:S117Ê"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(âÞ<C3A2>
g java:S117Ê"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(âÞ<C3A2>
l java:S117Ë"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ð׳’ûÿÿÿÿ
l java:S117Ë"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ð׳’ûÿÿÿÿ
l java:S117Ì"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÚÔýÛùÿÿÿÿ
l java:S117Ì"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÚÔýÛùÿÿÿÿ
g java:S117Ù"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ïÉ¢Ò
g java:S117Ù"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ïÉ¢Ò
l java:S117Ú"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(‰ðʶùÿÿÿÿ
l java:S117Ú"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(‰ðʶùÿÿÿÿ
g java:S117Û"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¤“˜ò
g java:S117Û"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¤“˜ò
g java:S117Ü"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¿¼<C2BF>Ï
g java:S117Ü"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¿¼<C2BF>Ï
l java:S117Ý"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ç³È½ûÿÿÿÿ
l java:S117Ý"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ç³È½ûÿÿÿÿ
g java:S117Þ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(à‘ÈÆ
g java:S117Þ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(à‘ÈÆ
l java:S117ß"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(çȪÐúÿÿÿÿ
l java:S117ß"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(çȪÐúÿÿÿÿ
l java:S117à"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ͳèØúÿÿÿÿ
l java:S117à"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ͳèØúÿÿÿÿ
g java:S117á"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ˆµÆ•
g java:S117á"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ˆµÆ•
g java:S117â"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<28>ÊûØ
g java:S117â"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<28>ÊûØ
l java:S117ã"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(±ê˜§øÿÿÿÿ
l java:S117ã"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(±ê˜§øÿÿÿÿ
g java:S117<18>"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(çå¬×
g java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¶¼¢à
g java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¶¼¢à
g java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¶¼¢à
l java:S117ƒ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¿Ó¸Œùÿÿÿÿ
g java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(î±Ü«
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ו´µüÿÿÿÿ
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ו´µüÿÿÿÿ
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ו´µüÿÿÿÿ
f java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<28>Þ
f java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<28>Þ
f java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<28>Þ
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¸½Ð›üÿÿÿÿ
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¸½Ð›üÿÿÿÿ
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¸½Ð›üÿÿÿÿ
g java:S117ˆ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(úÝöÁ
g java:S117ˆ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(úÝöÁ
g java:S117ˆ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(úÝöÁ
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(™Ëž©üÿÿÿÿ
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(™Ëž©üÿÿÿÿ
l java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(™Ëž©üÿÿÿÿ
g java:S117Š"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Úâ’¤
g java:S117Š"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Úâ’¤
g java:S117Š"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Úâ’¤
g java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<E2809A>¹
g java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<E2809A>¹
g java:S117"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<E2809A>¹
g java:S117Œ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(â„·†
g java:S117Œ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(â„·†
g java:S117ž"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ŠÉàü
g java:S117Ÿ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(š
g java:S117Ÿ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(š
g java:S117Ÿ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(š
g java:S117 "QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<28>íðŒ
g java:S117 "QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<28>íðŒ
l java:S117¢"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(À¹ÖÑüÿÿÿÿ
l java:S117¢"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(À¹ÖÑüÿÿÿÿ
l java:S117¢"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(À¹ÖÑüÿÿÿÿ
l java:S117£"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(–ΦÅÿÿÿÿÿ
l java:S117£"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(–ΦÅÿÿÿÿÿ
l java:S117£"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(–ΦÅÿÿÿÿÿ
l java:S117¤"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(…œúµûÿÿÿÿ
l java:S117¤"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(…œúµûÿÿÿÿ
l java:S117¤"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(…œúµûÿÿÿÿ
g java:S117¥"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÛàñŸ
g java:S117¥"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÛàñŸ
g java:S117¥"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÛàñŸ
g java:S117¦"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Àãû¿
g java:S117¦"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Àãû¿
g java:S117¦"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Àãû¿
g java:S117§"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ë<>©™
g java:S117§"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ë<>©™
g java:S117§"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ë<>©™
g java:S117¨"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(›´°Ï
g java:S117¨"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(›´°Ï
g java:S117¨"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(›´°Ï
l java:S117©"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(šÄþ”üÿÿÿÿ
l java:S117©"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(šÄþ”üÿÿÿÿ
l java:S117©"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(šÄþ”üÿÿÿÿ
l java:S117ª"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(½¶Íôýÿÿÿÿ
l java:S117ª"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(½¶Íôýÿÿÿÿ
l java:S117ª"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(½¶Íôýÿÿÿÿ
l java:S117«"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(þ‰Ûøþÿÿÿÿ
l java:S117«"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(þ‰Ûøþÿÿÿÿ
l java:S117«"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(þ‰Ûøþÿÿÿÿ
g java:S117¬"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(±<E280BA>·
g java:S117¬"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(±<E280BA>·
g java:S117¬"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(±<E280BA>·
f java:S117­"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÙM
f java:S117­"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÙM
f java:S117­"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÙM
g java:S117®"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ž¯ØÉ
g java:S117®"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ž¯ØÉ
g java:S117®"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ž¯ØÉ
l java:S117¯"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÂòÄÉÿÿÿÿÿ
l java:S117¯"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÂòÄÉÿÿÿÿÿ
l java:S117¯"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÂòÄÉÿÿÿÿÿ
g java:S117°"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Íů§
g java:S117°"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Íů§
l java:S117»"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÀÏÄÛýÿÿÿÿ
l java:S117»"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÀÏÄÛýÿÿÿÿ
g java:S117Õ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<28>À±²
g java:S117Ö"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(©Õ´å
g java:S117â"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(½Ÿ´Ž
g java:S117ã"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÒóÒ¡
g java:S117ã"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÒóÒ¡
g java:S117ã"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÒóÒ¡
l java:S117ä"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(£¿Ø¡ýÿÿÿÿ
l java:S117ä"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(£¿Ø¡ýÿÿÿÿ
l java:S117å"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ò€‰èýÿÿÿÿ
l java:S117å"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ò€‰èýÿÿÿÿ
g java:S117æ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(’†Ë¡
g java:S117æ"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(’†Ë¡
l java:S117ç"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Œú†¬ýÿÿÿÿ
l java:S117ç"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Œú†¬ýÿÿÿÿ
g java:S117è"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(å±Ý¦
g java:S117è"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(å±Ý¦
g java:S117é"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(»™àÇ
g java:S117é"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(»™àÇ
l java:S117ê"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ýø›Äûÿÿÿÿ
l java:S117ê"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ýø›Äûÿÿÿÿ
g java:S117ë"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ф<C5A0>ð
g java:S117ë"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Ф<C5A0>ð
g java:S117ì"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(èî§Ö
g java:S117ì"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(èî§Ö
g java:S117í"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(§“ Ÿ
g java:S117í"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(§“ Ÿ
l java:S117î"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÈüÏ÷ùÿÿÿÿ
l java:S117î"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÈüÏ÷ùÿÿÿÿ
l java:S117ï"QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¸‰¿Öûÿÿÿÿ
g java:S117ö "QRename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ªØËË
y
java:S1104Ñ"]Make mLowPwerInterface a static final constant or non-public and provide accessors if needed.(Á<>ê¾þÿÿÿÿ
<EFBFBD>
java:S1104Ò"jMake mLowPwerInterfaceForLightLevel a static final constant or non-public and provide accessors if needed.(Ψ<C38E>

java:S1104Ó"nMake mLowPwerInterfaceForIndexCgiHelper a static final constant or non-public and provide accessors if needed.(ªÙóÌ
}
java:S1104ã"aMake mCameraLightInterface a static final constant or non-public and provide accessors if needed.(𜴃üÿÿÿÿ
x
java:S1104ª"\Make mTimingInterface a static final constant or non-public and provide accessors if needed.(·Æïèýÿÿÿÿ
x
java:S1104¾"aMake mVideoTimingInterface a static final constant or non-public and provide accessors if needed.(¡©’Å
|
java:S1104Õ"`Make mPushTimingInterface a static final constant or non-public and provide accessors if needed.(Ù‰öûÿÿÿÿ
u
java:S1104Ã "^Make mflowinfoInterface a static final constant or non-public and provide accessors if needed.(°±½<C2B1>
S
java:S1444Ñ"7Make this "public static mLowPwerInterface" field final(Á<>ê¾þÿÿÿÿ
[
java:S1444Ò"DMake this "public static mLowPwerInterfaceForLightLevel" field final(Ψ<C38E>
_
java:S1444Ó"HMake this "public static mLowPwerInterfaceForIndexCgiHelper" field final(ªÙóÌ
W
java:S1444ã";Make this "public static mCameraLightInterface" field final(𜴃üÿÿÿÿ
R
java:S1444ª"6Make this "public static mTimingInterface" field final(·Æïèýÿÿÿÿ
R
java:S1444¾";Make this "public static mVideoTimingInterface" field final(¡©’Å
V
java:S1444Õ":Make this "public static mPushTimingInterface" field final(Ù‰öûÿÿÿÿ
O
java:S1444Ã "8Make this "public static mflowinfoInterface" field final(°±½<C2B1>
F
java:S5411Ý "*Use the primitive boolean expression here.(ݤÚîÿÿÿÿÿ
g java:S114<18>"QRename this interface name to match the regular expression '^[A-Z][a-zA-Z0-9]*$'.(¹»¿¨
b
java:S2259ë "KA "NullPointerException" could be thrown; "setEditSensor" is nullable here.(ª›Æ°

@ -0,0 +1,21 @@
k java:S116&"QRename this field "et_uid" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(·”ñ„øÿÿÿÿ
l java:S116&"RRename this field "et_time" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(·”ñ„øÿÿÿÿ
@
java:S1659&"%Declare "et_time" on a separate line.(·”ñ„øÿÿÿÿ
t
java:S1450%"YRemove the "sureButton" field and declare it as a local variable in the relevant methods.(¤šä—üÿÿÿÿ
\
java:S1126@"AReplace this if-then-else statement by a single return statement.(öï¸ëûÿÿÿÿ
f
java:S1764@"KCorrect one of the identical sub-expressions on both sides of operator "&&"(öï¸ëûÿÿÿÿ
V java:S125k"<This block of commented-out lines of code should be removed.(Ò§¢øøÿÿÿÿ
E
java:S1874}"/Remove this use of "Handler"; it is deprecated.(Ûü÷¶
W java:S125<18>"<This block of commented-out lines of code should be removed.(í¦çŠþÿÿÿÿ
`
java:S1128"ERemove this unused import 'android.support.v7.app.AppCompatActivity'.(«Û®ûüÿÿÿÿ
Q
java:S1068#"6Remove this unused "pushBindDeviceBean" private field.(¸ð´Ñÿÿÿÿÿ
o
java:S2293"YReplace the type specification in this constructor call with the diamond operator ("<>").(ø¡<C3B8>Y

@ -0,0 +1,2 @@
c java:S116"NRename this field "TAG" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(è· ê

@ -0,0 +1,130 @@
q java:S1165"\Rename this field "textView_top_show" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ÁÌ»”
j java:S1169"URename this field "CameraType" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(¼„¾ê
k java:S116G"VRename this field "button_play" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(<28>™óö
s java:S116H"YRename this field "button_setting" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(­¤êâþÿÿÿÿ
i java:S116I"TRename this field "pic_video" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(܉æµ
v java:S116J"\Rename this field "button_linkcamera" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ˆ’ñ–þÿÿÿÿ
f java:S116K"QRename this field "btn_ip" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Û›ÿ¸
h java:S116K"SRename this field "btn_info" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(Û›ÿ¸
t java:S116"YRename this field "PPPPMsgHandler" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ýƒÃ<C692>ýÿÿÿÿ
<EFBFBD>
java:S1186Ì"€Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.(¯—óùüÿÿÿÿ
<
java:S1659K"&Declare "btn_info" on a separate line.(Û›ÿ¸
m
java:S1450K"WRemove the "btn_info" field and declare it as a local variable in the relevant methods.(Û›ÿ¸
k
java:S1450K"URemove the "btn_ip" field and declare it as a local variable in the relevant methods.(Û›ÿ¸
p
java:S1450G"ZRemove the "button_play" field and declare it as a local variable in the relevant methods.(<28>™óö
x
java:S1450H"]Remove the "button_setting" field and declare it as a local variable in the relevant methods.(­¤êâþÿÿÿÿ
n
java:S1450I"XRemove the "pic_video" field and declare it as a local variable in the relevant methods.(܉æµ
K
java:S1874<"6Remove this use of "ProgressDialog"; it is deprecated.(ò¡»|
7
java:S1116S"Remove this empty statement.(ôŸŽìúÿÿÿÿ
B
java:S1125X"'Remove the unnecessary boolean literal.(ž˜ž˜øÿÿÿÿ
t
java:S2142^"^Either re-interrupt this method or rethrow the "InterruptedException" that can be caught here.(ä ¹€
u
java:S2142"^Either re-interrupt this method or rethrow the "InterruptedException" that can be caught here.(<28>”ý¾
M
java:S1135{"2Complete the task associated to this TODO comment.(—¯Ð‚ýÿÿÿÿ
? java:S108")Either remove or fill this block of code.(<28>”ý¾
i
java:S3776Œ"RRefactor this method to reduce its Cognitive Complexity from 17 to the 15 allowed.(÷<>Œ<EFBFBD>
u
java:S2142<18>"^Either re-interrupt this method or rethrow the "InterruptedException" that can be caught here.(<28>”ý¾
? java:S108<18>")Either remove or fill this block of code.(<28>”ý¾
I
java:S1135"2Complete the task associated to this TODO comment.( ‹Ð³
M
java:S1874ë"6Remove this use of "ProgressDialog"; it is deprecated.(Ô°èµ
O
java:S1874ì"8Remove this use of "setProgressStyle"; it is deprecated.(ÆÜÕŒ
M
java:S1874ì"6Remove this use of "ProgressDialog"; it is deprecated.(ÆÜÕŒ
L
java:S1874ì"5Remove this use of "STYLE_SPINNER"; it is deprecated.(ÆÜÕŒ
N
java:S1874í"2Remove this use of "setMessage"; it is deprecated.(Ž‘æ¨ÿÿÿÿÿ
>
java:S1185ý"(Remove this method to simply inherit it.(ºŠñ=
N
java:S1135þ"2Complete the task associated to this TODO comment.(» æžÿÿÿÿÿ
>
java:S1185"(Remove this method to simply inherit it.(¹§ 
N
java:S1135"2Complete the task associated to this TODO comment.(» æžÿÿÿÿÿ
N
java:S1135"2Complete the task associated to this TODO comment.(» æžÿÿÿÿÿ
i java:S100<18>"NRename this method name to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(ìÜâ¶øÿÿÿÿ
K
java:S1874·"/Remove this use of "Handler"; it is deprecated.(„»Óßÿÿÿÿÿ
W
java:S1854Ø";Remove this useless assignment to local variable "strName".(<28>”€Âýÿÿÿÿ
=
java:S1905Ó"&Remove this unnecessary cast to "Map".(—øê”
H
java:S1481Ø",Remove this unused "strName" local variable.(<28>”€Âýÿÿÿÿ
N
java:S1874<18>"2Remove this use of "setMessage"; it is deprecated.(Ž‘æ¨ÿÿÿÿÿ
W java:S125"<This block of commented-out lines of code should be removed.(ø³ÐÅüÿÿÿÿ
i
java:S3776µ"RRefactor this method to reduce its Cognitive Complexity from 17 to the 15 allowed.(¡é††
R java:S125®"<This block of commented-out lines of code should be removed.(µêï­
Z
java:S1874Ò"CRemove this use of "getExternalStorageDirectory"; it is deprecated.(À‰Œ¨
M
java:S2696ë"6Make the enclosing method "static" or remove this set.(ô<>šÙ
W
java:S1854¤";Remove this useless assignment to local variable "strName".(<28>”€Âýÿÿÿÿ
=
java:S1905ž"&Remove this unnecessary cast to "Map".(Àžõ³
H
java:S1481¤",Remove this unused "strName" local variable.(<28>”€Âýÿÿÿÿ
M
java:S2696Ù"6Make the enclosing method "static" or remove this set.(<28>±íÁ
R
java:S2696Ú"6Make the enclosing method "static" or remove this set.(¦Êàçùÿÿÿÿ
M
java:S2696Û"6Make the enclosing method "static" or remove this set.(ì÷ù¡
2
java:S3626ó"Remove this redundant jump.(ûÁÝ…
K
java:S1874"/Remove this use of "Handler"; it is deprecated.(ýƒÃ<C692>ýÿÿÿÿ
V
java:S1161":Add the "@Override" annotation above this method signature(ñ‰ÿÜýÿÿÿÿ
= java:S131Ž""Add a default case to this switch.(ž³“ºûÿÿÿÿ
e
java:S1871Œ"IThis case's code block is the same as the block for the case on line 751.(;Àèÿÿÿÿÿ
N
java:S1135À"2Complete the task associated to this TODO comment.(» æžÿÿÿÿÿ
N
java:S1135Ç"2Complete the task associated to this TODO comment.(» æžÿÿÿÿÿ
N
java:S1135Ó"2Complete the task associated to this TODO comment.(» æžÿÿÿÿÿ
N
java:S1135Ù"2Complete the task associated to this TODO comment.(» æžÿÿÿÿÿ
N
java:S1135ß"2Complete the task associated to this TODO comment.(» æžÿÿÿÿÿ
B
java:S1905æ"&Remove this unnecessary cast to "int".(¡®ß›øÿÿÿÿ
?
java:S3398Œ"(Move this method into "StartPPPPThread".(÷<>Œ<EFBFBD>
m
java:S1192°"QDefine a constant instead of duplicating this literal "&user=admin&pwd=" 4 times.(懗¬ùÿÿÿÿ
s
java:S1488ú"\Immediately return this expression instead of assigning it to the temporary variable "ssid".(à´Ž†
v
java:S1488<18>"ZImmediately return this expression instead of assigning it to the temporary variable "ip".(€œÅáþÿÿÿÿ
z
java:S1488ú"^Immediately return this expression instead of assigning it to the temporary variable "result".(ÀÍ–ëþÿÿÿÿ
z
java:S4165Ü"cRemove this useless assignment; "resid" already holds the assigned value along all execution paths.(·µñ¿
U
java:S3516µ"9Refactor this method to not always return the same value.(¿£ú½ùÿÿÿÿ

@ -0,0 +1,29 @@
|
LLibBridgeWebView/src/main/java/com/github/lzyzsd/jsbridge/BridgeHandler.java,1\d\1ded2cd0d96ba2c579b0e7c0d1780e4409054619
y
ILibBridgeWebView/src/main/java/com/github/lzyzsd/jsbridge/BridgeUtil.java,6\1\613dde40b54c311df0064af70d01cff81bf6b60c

VLibBridgeWebView/src/main/java/com/github/lzyzsd/jsbridge/WebViewJavascriptBridge.java,f\0\f08cde6168bccc2cc6686beb6146417aa72916e3
v
FLibBridgeWebView/src/main/java/com/github/lzyzsd/jsbridge/Message.java,2\b\2b5d9a45f32da45bd9d41e959e58d989aa871f6a
}
MLibBridgeWebView/src/main/java/com/github/lzyzsd/jsbridge/DefaultHandler.java,f\2\f2f243d8a500ed244f5baed8d8905c87b462e5c2

OLibBridgeWebView/src/main/java/com/github/lzyzsd/jsbridge/CallBackFunction.java,2\b\2bb5b5fa8dea6b17bc3336c5ad146890880e90af

RLibBridgeWebView/src/main/java/com/github/lzyzsd/jsbridge/BridgeWebViewClient.java,4\a\4ad025a7147015c179f68295138952abd73d3dfc
|
LLibBridgeWebView/src/main/java/com/github/lzyzsd/jsbridge/BridgeWebView.java,1\6\164e750463897d5f8d457e2ddb82160e061f00e6
j
:app/src/main/java/com/ipcamera/demo/AddCameraActivity.java,f\d\fd6f4602c2a104728a131a27427e84373cbf17d6
j
:app/src/main/java/com/ipcamera/demo/DemoIntentService.java,0\7\0799ee4b8f938fbb8cc47ff966e5fd0eb6611f4f
f
6app/src/main/java/com/ipcamera/demo/BridgeService.java,a\4\a4b19b901e3b7f295507f34a8fde1fa1ff87d35c
r
Bapp/src/main/java/com/ipcamera/demo/LinkCameraSettingActivity.java,4\6\46b01060a4bea1995865f5fd39528742e68ca7ce
l
<app/src/main/java/com/ipcamera/demo/utils/ContentCommon.java,0\4\0454a51dc71812301eb9d38b9c2a887d1892f990
h
8app/src/main/java/com/ipcamera/demo/MessageActivity.java,a\a\aa0295c22d4b031ccbeea1077efca760e31bbe74

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
</component>
</project>

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="IPCamerDemo" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="java-gradle" name="Java-Gradle">
<configuration>
<option name="BUILD_FOLDER_PATH" value="$MODULE_DIR$/build" />
<option name="BUILDABLE" value="false" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
</content>
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save