SiLeBAT/FSK-Lab

View on GitHub

Showing 14,752 of 14,752 total issues

Method doFields has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    private String doFields(final PreparedStatement ps, final MyTable myT, ResultSet rs, final Statement anfrage, String sql) {
Severity: Minor
Found in org.hsh.bfr.db/src/org/hsh/bfr/db/MergeDBsAPriori.java - About 35 mins to fix

Method insertBLOB has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public static boolean insertBLOB(final String tableName, final String fieldName, final String content, final String filename, final int id) {
Severity: Minor
Found in org.hsh.bfr.db/src/org/hsh/bfr/db/DBKernel.java - About 35 mins to fix

Method getDBConnection has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    private static Connection getDBConnection(final String dbPath, final String theUsername, final String thePassword, final boolean newConn, final boolean suppressWarnings)
Severity: Minor
Found in org.hsh.bfr.db/src/org/hsh/bfr/db/DBKernel.java - About 35 mins to fix

Method doRestore has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    private static boolean doRestore(String path, final MyDBTable myDB, final File targzFile, final boolean silent, boolean doReconnect) {
Severity: Minor
Found in org.hsh.bfr.db/src/org/hsh/bfr/db/Backup.java - About 35 mins to fix

Method fillHashtable has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public static LinkedHashMap<Object, String> fillHashtable(final MyTable theTable, final String startDelim, final String delimiter, final String endDelim, final boolean goDeeper) {
Severity: Minor
Found in org.hsh.bfr.db/src/org/hsh/bfr/db/DBKernel.java - About 35 mins to fix

Method getID has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    private Integer getID(String tablename, String[] feldnames, String[] feldVals, boolean[] key, boolean[] isStringType) {

Method getValue has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public static Object getValue(Connection conn, final String tablename, final String[] feldname, final String[] feldVal, final String desiredColumn) {
Severity: Minor
Found in org.hsh.bfr.db/src/org/hsh/bfr/db/DBKernel.java - About 35 mins to fix

Method go4It has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    private void go4It(final String dbPath, String username, String password, MyTable[] myTs, Integer[] myFromIDs) {
Severity: Minor
Found in org.hsh.bfr.db/src/org/hsh/bfr/db/MergeDBsAPriori.java - About 35 mins to fix

Method generateStatUpModellTables has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    private void generateStatUpModellTables(final MyTable literatur, final MyTable tenazity_raw_data, final LinkedHashMap<Object, String> hashZeit, final MyTable Konzentrationseinheiten, LinkedHashMap<Boolean, String> hYNB) {
Severity: Minor
Found in org.hsh.bfr.db/src/org/hsh/bfr/db/MyDBTablesNew.java - About 35 mins to fix

Method fire has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public void fire(final int triggerType, final String triggerName, final String tableName, final Object rowBefore[], final Object rowAfter[]) {
Severity: Minor
Found in org.hsh.bfr.db/src/org/hsh/bfr/db/MyTrigger.java - About 35 mins to fix

Method getDKSQL has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    private static String getDKSQL(String tablename, String fieldname, int min, int max, String idConf) {
Severity: Minor
Found in org.hsh.bfr.db/src/org/hsh/bfr/db/PlausibilityChecker.java - About 35 mins to fix

Method getCachedTable has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    private ResultSet getCachedTable(String cacheTable, String selectSQL, String whereSQL, String cacheWhereSQL, String[] relevantTables) throws SQLException {

Method createSBML has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

  private static SBMLDocument createSBML(FskPortObject fskObj, CombineArchive archive,
      String ModelId, Map<String, URI> URIS, String filePrefix) throws IOException {

Method createExtSubModel has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

  public static ExternalModelDefinition createExtSubModel(SBMLDocument doc, String externalFileName,
      CompSBMLDocumentPlugin compDoc, CompModelPlugin compMainModel, String subModelName)

Method getListCellRendererComponent has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

      public Component getListCellRendererComponent(JList list, Object value, int index,
          boolean isSelected, boolean cellHasFocus) {

Method getListCellRendererComponent has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

      public Component getListCellRendererComponent(JList list, Object value, int index,
          boolean isSelected, boolean cellHasFocus) {

Method stepIntoSubModel has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

  private FskPortObject stepIntoSubModel(FskPortObject fskObj,
      FskSimulation fskSimulation,
      LinkedHashMap<String, String> orignialParameters,
      ScriptHandler handler,
      final ExecutionContext exec ) {

Method createExtSubModel has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

  public static ExternalModelDefinition createExtSubModel(SBMLDocument doc, String externalFileName,
      CompSBMLDocumentPlugin compDoc, CompModelPlugin compMainModel, String subModelName)

Method runFskPortObject has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

  public FskPortObject runFskPortObject(FskPortObject fskObj,
      FskSimulation combinedSim,
      ExecutionContext exec,
      List<JoinRelationAdvanced> joinRelationList,
      String suffix) throws Exception {

Method runSnippet has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

      final FskPortObject fskObj,
      final FskSimulation simulation,
      final ExecutionContext exec,
      List<JoinRelationAdvanced> joinRelationList,
      String suffix) throws Exception {
Severity
Category
Status
Source
Language