keySet() ) { last = key; } suspendedIssues.get( last ).peek().push( issue ); } } Example 3Source File: ManLog_8.java From manifold with Apache License 2.0 6 votes void popSuspendIssues( JCTree tree ) { LinkedHashMap<JCTree, Stack<Stack<JCDiagnostic>>> suspendedIssues = _suspended...
Example 9Source File: CommonTestUtil.java From pacbot with Apache License 2.0 5 votes public static LinkedHashMap<String, Object> getLinkedHashMapObject() { LinkedHashMap<String, Object> ruleMap = new LinkedHashMap<>(); ruleMap.put("datasource", "aws"); ruleMap.put("targetType", "ec2...