|
182 | 182 | errorLine2="~~"> |
183 | 183 | <location |
184 | 184 | file="src/com/offsetnull/bt/launcher/Launcher.java" |
185 | | - line="1255" |
| 185 | + line="1254" |
186 | 186 | column="1"/> |
187 | 187 | <location |
188 | 188 | file="src/com/offsetnull/bt/launcher/Launcher.java" |
189 | | - line="1251" |
| 189 | + line="1250" |
190 | 190 | column="1" |
191 | 191 | message="Previous line indentation here"/> |
192 | 192 | </issue> |
|
198 | 198 | errorLine2="~~"> |
199 | 199 | <location |
200 | 200 | file="src/com/offsetnull/bt/window/MainWindow.java" |
201 | | - line="559" |
| 201 | + line="558" |
202 | 202 | column="1"/> |
203 | 203 | <location |
204 | 204 | file="src/com/offsetnull/bt/window/MainWindow.java" |
205 | | - line="525" |
| 205 | + line="524" |
206 | 206 | column="1" |
207 | 207 | message="Previous line indentation here"/> |
208 | 208 | </issue> |
|
3494 | 3494 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
3495 | 3495 | <location |
3496 | 3496 | file="src/com/offsetnull/bt/window/MainWindow.java" |
3497 | | - line="1562" |
| 3497 | + line="1561" |
3498 | 3498 | column="155"/> |
3499 | 3499 | </issue> |
3500 | 3500 |
|
|
3505 | 3505 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
3506 | 3506 | <location |
3507 | 3507 | file="src/com/offsetnull/bt/window/MainWindow.java" |
3508 | | - line="1563" |
| 3508 | + line="1562" |
3509 | 3509 | column="162"/> |
3510 | 3510 | </issue> |
3511 | 3511 |
|
|
3516 | 3516 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
3517 | 3517 | <location |
3518 | 3518 | file="src/com/offsetnull/bt/window/MainWindow.java" |
3519 | | - line="1564" |
| 3519 | + line="1563" |
3520 | 3520 | column="158"/> |
3521 | 3521 | </issue> |
3522 | 3522 |
|
|
3527 | 3527 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
3528 | 3528 | <location |
3529 | 3529 | file="src/com/offsetnull/bt/window/MainWindow.java" |
3530 | | - line="1565" |
| 3530 | + line="1564" |
3531 | 3531 | column="160"/> |
3532 | 3532 | </issue> |
3533 | 3533 |
|
|
4429 | 4429 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
4430 | 4430 | <location |
4431 | 4431 | file="src/com/offsetnull/bt/window/MainWindow.java" |
4432 | | - line="846" |
| 4432 | + line="845" |
4433 | 4433 | column="3"/> |
4434 | 4434 | </issue> |
4435 | 4435 |
|
|
5544 | 5544 | column="8"/> |
5545 | 5545 | </issue> |
5546 | 5546 |
|
5547 | | - <issue |
5548 | | - id="SetTextI18n" |
5549 | | - message="Do not concatenate text displayed with `setText`. Use resource string with placeholders." |
5550 | | - errorLine1=" title.setText(Environment.getExternalStorageDirectory().getPath() + "/BlowTorch/plugins");" |
5551 | | - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
5552 | | - <location |
5553 | | - file="src/com/offsetnull/bt/window/PluginSelectorDialog.java" |
5554 | | - line="94" |
5555 | | - column="17"/> |
5556 | | - </issue> |
5557 | | - |
5558 | | - <issue |
5559 | | - id="SetTextI18n" |
5560 | | - message="String literal in `setText` can not be translated. Use Android resources instead." |
5561 | | - errorLine1=" title.setText(Environment.getExternalStorageDirectory().getPath() + "/BlowTorch/plugins");" |
5562 | | - errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> |
5563 | | - <location |
5564 | | - file="src/com/offsetnull/bt/window/PluginSelectorDialog.java" |
5565 | | - line="94" |
5566 | | - column="71"/> |
5567 | | - </issue> |
5568 | | - |
5569 | | - <issue |
5570 | | - id="SetTextI18n" |
5571 | | - message="String literal in `setText` can not be translated. Use Android resources instead." |
5572 | | - errorLine1=" ((TextView)findViewById(R.id.titlebar)).setText("REPLACE RESPONDER");" |
5573 | | - errorLine2=" ~~~~~~~~~~~~~~~~~~~"> |
5574 | | - <location |
5575 | | - file="src/com/offsetnull/bt/responder/replace/ReplaceActionEditorDialog.java" |
5576 | | - line="43" |
5577 | | - column="51"/> |
5578 | | - </issue> |
5579 | | - |
5580 | | - <issue |
5581 | | - id="SetTextI18n" |
5582 | | - message="String literal in `setText` can not be translated. Use Android resources instead." |
5583 | | - errorLine1=" ((TextView)findViewById(R.id.action_label)).setText("Replace triggered text with:");" |
5584 | | - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
5585 | | - <location |
5586 | | - file="src/com/offsetnull/bt/responder/replace/ReplaceActionEditorDialog.java" |
5587 | | - line="44" |
5588 | | - column="55"/> |
5589 | | - </issue> |
5590 | | - |
5591 | | - <issue |
5592 | | - id="SetTextI18n" |
5593 | | - message="String literal in `setText` can not be translated. Use Android resources instead." |
5594 | | - errorLine1=" ((TextView)findViewById(R.id.titlebar)).setText("EDIT DIRECTION");" |
5595 | | - errorLine2=" ~~~~~~~~~~~~~~~~"> |
5596 | | - <location |
5597 | | - file="src/com/offsetnull/bt/speedwalk/SpeedWalkDirectionEditorDialog.java" |
5598 | | - line="59" |
5599 | | - column="52"/> |
5600 | | - </issue> |
5601 | | - |
5602 | | - <issue |
5603 | | - id="SetTextI18n" |
5604 | | - message="String literal in `setText` can not be translated. Use Android resources instead." |
5605 | | - errorLine1=" ((Button)findViewById(R.id.new_sw_done_button)).setText("Save Changes");" |
5606 | | - errorLine2=" ~~~~~~~~~~~~~~"> |
5607 | | - <location |
5608 | | - file="src/com/offsetnull/bt/speedwalk/SpeedWalkDirectionEditorDialog.java" |
5609 | | - line="62" |
5610 | | - column="60"/> |
5611 | | - </issue> |
5612 | | - |
5613 | | - <issue |
5614 | | - id="SetTextI18n" |
5615 | | - message="String literal in `setText` can not be translated. Use Android resources instead." |
5616 | | - errorLine1=" ((TextView)findViewById(R.id.titlebar)).setText("NEW DIRECTION");" |
5617 | | - errorLine2=" ~~~~~~~~~~~~~~~"> |
5618 | | - <location |
5619 | | - file="src/com/offsetnull/bt/speedwalk/SpeedWalkDirectionEditorDialog.java" |
5620 | | - line="77" |
5621 | | - column="52"/> |
5622 | | - </issue> |
5623 | | - |
5624 | | - <issue |
5625 | | - id="SetTextI18n" |
5626 | | - message="Number formatting does not take into account locale settings. Consider using `String.format` instead." |
5627 | | - errorLine1=" seconds.setText(orig_timer.getSeconds().toString());" |
5628 | | - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
5629 | | - <location |
5630 | | - file="src/com/offsetnull/bt/timer/TimerEditorDialog.java" |
5631 | | - line="124" |
5632 | | - column="20"/> |
5633 | | - </issue> |
5634 | | - |
5635 | | - <issue |
5636 | | - id="SetTextI18n" |
5637 | | - message="String literal in `setText` can not be translated. Use Android resources instead." |
5638 | | - errorLine1=" donebutton.setText("Done");" |
5639 | | - errorLine2=" ~~~~~~"> |
5640 | | - <location |
5641 | | - file="src/com/offsetnull/bt/timer/TimerEditorDialog.java" |
5642 | | - line="126" |
5643 | | - column="23"/> |
5644 | | - </issue> |
5645 | | - |
5646 | | - <issue |
5647 | | - id="SetTextI18n" |
5648 | | - message="String literal in `setText` can not be translated. Use Android resources instead." |
5649 | | - errorLine1=" title.setText("TIMERS");" |
5650 | | - errorLine2=" ~~~~~~~~"> |
5651 | | - <location |
5652 | | - file="src/com/offsetnull/bt/timer/TimerSelectionDialog.java" |
5653 | | - line="156" |
5654 | | - column="17"/> |
5655 | | - </issue> |
5656 | | - |
5657 | | - <issue |
5658 | | - id="SetTextI18n" |
5659 | | - message="Number formatting does not take into account locale settings. Consider using `String.format` instead." |
5660 | | - errorLine1=" delay.setText(Integer.toString(the_responder.getDelay()));" |
5661 | | - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
5662 | | - <location |
5663 | | - file="src/com/offsetnull/bt/responder/toast/ToastResponderEditor.java" |
5664 | | - line="47" |
5665 | | - column="17"/> |
5666 | | - </issue> |
5667 | | - |
5668 | | - <issue |
5669 | | - id="SetTextI18n" |
5670 | | - message="String literal in `setText` can not be translated. Use Android resources instead." |
5671 | | - errorLine1=" editdone.setText("Done");" |
5672 | | - errorLine2=" ~~~~~~"> |
5673 | | - <location |
5674 | | - file="src/com/offsetnull/bt/trigger/TriggerEditorDialog.java" |
5675 | | - line="181" |
5676 | | - column="21"/> |
5677 | | - </issue> |
5678 | | - |
5679 | | - <issue |
5680 | | - id="SetTextI18n" |
5681 | | - message="String literal in `setText` can not be translated. Use Android resources instead." |
5682 | | - errorLine1=" v.setText("Regular expressions have been enabled. Unpredictable or poor performance can result from overly broad regular expressions. Please see the documentation for the Java Pattern Class for more information.");" |
5683 | | - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
5684 | | - <location |
5685 | | - file="src/com/offsetnull/bt/trigger/TriggerEditorDialog.java" |
5686 | | - line="619" |
5687 | | - column="15"/> |
5688 | | - </issue> |
5689 | | - |
5690 | | - <issue |
5691 | | - id="SetTextI18n" |
5692 | | - message="String literal in `setText` can not be translated. Use Android resources instead." |
5693 | | - errorLine1=" b.setText("Always display this message.");" |
5694 | | - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
5695 | | - <location |
5696 | | - file="src/com/offsetnull/bt/trigger/TriggerEditorDialog.java" |
5697 | | - line="647" |
5698 | | - column="15"/> |
5699 | | - </issue> |
5700 | | - |
5701 | | - <issue |
5702 | | - id="SetTextI18n" |
5703 | | - message="String literal in `setText` can not be translated. Use Android resources instead." |
5704 | | - errorLine1=" ((TextView)tmp).setText("Filter by plugin");" |
5705 | | - errorLine2=" ~~~~~~~~~~~~~~~~~~"> |
5706 | | - <location |
5707 | | - file="src/com/offsetnull/bt/trigger/TriggerSelectionDialog.java" |
5708 | | - line="1217" |
5709 | | - column="30"/> |
5710 | | - </issue> |
5711 | | - |
5712 | 5547 | <issue |
5713 | 5548 | id="HardcodedText" |
5714 | 5549 | message="Hardcoded string "Replace:", should use `@string` resource" |
|
5881 | 5716 | errorLine2=" ~~~~~"> |
5882 | 5717 | <location |
5883 | 5718 | file="src/com/offsetnull/bt/window/MainWindow.java" |
5884 | | - line="1103" |
| 5719 | + line="1102" |
5885 | 5720 | column="45"/> |
5886 | 5721 | </issue> |
5887 | 5722 |
|
|
0 commit comments