Showing 14,752 of 14,752 total issues
Method openPDF
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private void openPDF() {
try {
if (fileBytes != null && fileName != null) {
Runnable runnable = new Runnable() {
@Override
- Create a ticketCreate a ticket
Method initConn
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public boolean initConn(final Connection conn) {
boolean result = false;
if (DBKernel.mainFrame != null) DBKernel.mainFrame.setTopTable(this);
if (conn != null) {
this.setConnection(conn);
- Create a ticketCreate a ticket
Method creatRelationList
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private void creatRelationList(String relation, JoinerViewValue joinerProxyValue,
List<JoinRelation> joinerRelation)
throws InvalidSettingsException, JsonParseException, JsonMappingException, IOException {
if (StringUtils.isNotBlank(relation)) {
joinerProxyValue.joinRelations = relation;
- Create a ticketCreate a ticket
Method performExecute
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
protected PortObject[] performExecute(PortObject[] inObjects, ExecutionContext exec)
throws IOException, CanceledExecutionException, InvalidSettingsException {
final String nameWithID = NodeContext.getContext().getNodeContainer().getNameWithID();
- Create a ticketCreate a ticket
Method toXmlElement
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
public Element toXmlElement() {
Element ret = new Element(ELEMENT_TIMESERIES);
try {
if (getCondId() != null) {
- Create a ticketCreate a ticket
Method testStudySample
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public void testStudySample() throws IOException, EncryptedDocumentException, InvalidFormatException {
final Workbook workbook = WorkbookFactory.create(new File("files/QMRA_Listeria.xlsx"));
final Sheet sheet0 = workbook.getSheetAt(0);
- Create a ticketCreate a ticket
Method testConvertStudy
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Test
public void testConvertStudy() {
Study study;
{
- Create a ticketCreate a ticket
Method getDataPoints
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private LinkedList<DataPoint> getDataPoints(LinkedList<ConcentrationData> concs, LinkedList<ConditionsData> conds) {
// Gets time values
List<Integer> timeValues = new LinkedList<>();
for (ConcentrationData conc : concs) {
- Create a ticketCreate a ticket
Method initR
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private void initR() throws RException {
try {
String rHome = PreferenceInitializer.getR3Provider().getRHome();
// FIXME: Workaround for Linux server in BfR. If R home is not configure then
- Create a ticketCreate a ticket
Function inMathMode
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function inMathMode(source, state, endModeSeq) {
if (source.eatSpace()) {
return null;
}
if (endModeSeq && source.match(endModeSeq)) {
- Create a ticketCreate a ticket
Function token
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
token: function(stream, state) {
var m;
if (state.state == "top") {
if (stream.sol() && (m = stream.match(/^-----BEGIN (.*)?-----\s*$/))) {
state.state = "headers";
- Create a ticketCreate a ticket
Function token
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
token: function(stream, state) {
if (stream.sol()) {
if (state.context && (state.context.align == null)) {
state.context.align = false;
}
- Create a ticketCreate a ticket
Function tokenLexer
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function tokenLexer(stream, state) {
var style = state.tokenize(stream, state);
var current = stream.current();
// Handle scope changes.
- Create a ticketCreate a ticket
Function _createHeader
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_createHeader ( settings ) {
let O = this;
_log( 'LANDINGPAGE / _create header' );
// header
- Create a ticketCreate a ticket
Function validate
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
validate() {
let O = this;
_log( 'PANEL / _validateForm' );
let validationErrors = [];
- Create a ticketCreate a ticket
Function DateArray
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
var DateArray = (function(){
var extras = {
get: function(i){
return this.slice(i)[0];
},
- Create a ticketCreate a ticket
Function _create
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
async _create() {
let O = this;
_log('TABLE / _create', 'primary');
// current state of view
- Create a ticketCreate a ticket
Function initContainer
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
BootstrapTable.prototype.initContainer = function () {
this.$container = $([
'<div class="bootstrap-table">',
'<div class="fixed-table-toolbar"></div>',
this.options.paginationVAlign === 'top' || this.options.paginationVAlign === 'both' ?
- Create a ticketCreate a ticket
Function datepickerPlugin
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
var datepickerPlugin = function(option){
var args = Array.apply(null, arguments);
args.shift();
var internal_return;
this.each(function(){
- Create a ticketCreate a ticket
Function d3_geo_clipAntimeridianLine
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function d3_geo_clipAntimeridianLine(listener) {
var λ0 = NaN, φ0 = NaN, sλ0 = NaN, clean;
return {
lineStart: function() {
listener.lineStart();
- Create a ticketCreate a ticket